|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anji.floatingeye.EyeMovementParms
public class EyeMovementParms
Data holder for FloatingEye movement parameters.
| Constructor Summary | |
|---|---|
EyeMovementParms(double aMinZoom)
ctor |
|
EyeMovementParms(double aMinZoom,
double aStartZoom,
boolean aFlipEnabled)
ctor |
|
EyeMovementParms(double aMinZoom,
double aStartZoom,
boolean aFlipEnabled,
double aMaxXMovePerStep,
double aMaxYMovePerStep,
double aMaxZMovePerStep,
double aMaxThetaMovePerStep)
ctor |
|
| Method Summary | |
|---|---|
double |
getMaxThetaMovePerStep()
|
double |
getMaxXMovePerStep()
|
double |
getMaxYMovePerStep()
|
double |
getMaxZMovePerStep()
|
double |
getMinZoom()
|
double |
getStartZoom()
|
boolean |
isFlipEnabled()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EyeMovementParms(double aMinZoom)
aMinZoom - min zoom ratio
public EyeMovementParms(double aMinZoom,
double aStartZoom,
boolean aFlipEnabled)
aMinZoom - min zoom ratioaStartZoom - aFlipEnabled -
public EyeMovementParms(double aMinZoom,
double aStartZoom,
boolean aFlipEnabled,
double aMaxXMovePerStep,
double aMaxYMovePerStep,
double aMaxZMovePerStep,
double aMaxThetaMovePerStep)
aMinZoom - min zoom ratioaStartZoom - aFlipEnabled - aMaxXMovePerStep - b/w 0.0d and 1.0d, that is the max the eye can move in the x
direction in one step (where -1.0 and 1.0 are the edges of the board)aMaxYMovePerStep - b/w 0.0d and 1.0d, that is the max the eye can move in the y
direction in one step (where -1.0 and 1.0 are the edges of the board)aMaxZMovePerStep - b/w 0.0d and 1.0d, that is the max the eye can move in the z
direction in one step (where -1.0 and 1.0 are the edges of the board)aMaxThetaMovePerStep - b/w 0.0d and 1.0d, that is the max the eye can rotate in one
step (where -1.0 and 1.0 are the rotation bounds)| Method Detail |
|---|
public boolean isFlipEnabled()
public double getMaxThetaMovePerStep()
public double getMaxXMovePerStep()
public double getMaxYMovePerStep()
public double getMaxZMovePerStep()
public double getMinZoom()
public double getStartZoom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||