|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmol.viewer.ActionManager.Gesture
protected class ActionManager.Gesture
Field Summary | |
---|---|
private int |
action
|
(package private) ActionManager.MotionPoint[] |
nodes
|
private int |
ptNext
|
private long |
time0
|
Constructor Summary | |
---|---|
ActionManager.Gesture(int nPoints)
|
Method Summary | |
---|---|
(package private) int |
add(int action,
int x,
int y,
long time)
|
(package private) int |
getAction()
|
(package private) int |
getDX(int nPoints,
int nPointsPrevious)
|
(package private) int |
getDY(int nPoints,
int nPointsPrevious)
|
(package private) ActionManager.MotionPoint |
getNode(int i)
|
(package private) int |
getPointCount()
|
(package private) int |
getPointCount(int nPoints,
int nPointsPrevious)
|
float |
getSpeedPixelsPerMillisecond(int nPoints,
int nPointsPrevious)
|
long |
getTimeDifference(int nPoints)
|
(package private) void |
setAction(int action,
long time)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int action
ActionManager.MotionPoint[] nodes
private int ptNext
private long time0
Constructor Detail |
---|
ActionManager.Gesture(int nPoints)
Method Detail |
---|
void setAction(int action, long time)
int getAction()
int add(int action, int x, int y, long time)
public long getTimeDifference(int nPoints)
public float getSpeedPixelsPerMillisecond(int nPoints, int nPointsPrevious)
int getDX(int nPoints, int nPointsPrevious)
int getDY(int nPoints, int nPointsPrevious)
int getPointCount()
int getPointCount(int nPoints, int nPointsPrevious)
ActionManager.MotionPoint getNode(int i)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |