|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.scottpreston.javarobot.chapter3.ServoPosition
com.scottpreston.javarobot.chapter3.ServoPosition2
public class ServoPosition2
Field Summary | |
---|---|
int |
max
|
int |
min
|
int |
neutral
|
Fields inherited from class com.scottpreston.javarobot.chapter3.ServoPosition |
---|
pin, pos |
Constructor Summary | |
---|---|
ServoPosition2(int pin)
|
|
ServoPosition2(int pin,
int pos,
int min,
int max)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int min
public int max
public int neutral
Constructor Detail |
---|
public ServoPosition2(int pin) throws java.lang.Exception
java.lang.Exception
public ServoPosition2(int pin, int pos, int min, int max) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |