|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.jme.cursorsystem.MultiTouchElement
synergynetframework.jme.cursorsystem.TwoDMultiTouchElement
synergynetframework.jme.cursorsystem.elements.twod.OrthoControlPointRotateTranslateScale
apps.projectmanagement.gesture.PeriodBarControl
public class PeriodBarControl
The Class PeriodBarControl.
Nested Class Summary | |
---|---|
static interface |
PeriodBarControl.ScheduleBarListener
The listener interface for receiving scheduleBar events. |
Nested classes/interfaces inherited from class synergynetframework.jme.cursorsystem.elements.twod.OrthoControlPointRotateTranslateScale |
---|
OrthoControlPointRotateTranslateScale.RotateTranslateScaleListener |
Field Summary |
---|
Fields inherited from class synergynetframework.jme.cursorsystem.MultiTouchElement |
---|
AXIS_Z, DIRECTION_UP |
Constructor Summary | |
---|---|
PeriodBarControl(com.jme.scene.Spatial pickingSpatial,
com.jme.scene.Spatial targetSpatial,
int length,
int unitLength)
Instantiates a new period bar control. |
Method Summary | |
---|---|
void |
addScheduleBarListener(PeriodBarControl.ScheduleBarListener l)
Adds the schedule bar listener. |
void |
removeScheduleBarListener(PeriodBarControl.ScheduleBarListener l)
Removes the schedule bar listener. |
Methods inherited from class synergynetframework.jme.cursorsystem.elements.twod.OrthoControlPointRotateTranslateScale |
---|
addRotateTranslateScaleListener, allowMoreThanTwoToRotateAndScale, allowSingleTouchFreeMove, cursorChanged, cursorClicked, cursorPressed, cursorReleased, getScaleMax, getScaleMin, removeRotateTranslateScaleListener, setRotateLimits, setScaleLimits |
Methods inherited from class synergynetframework.jme.cursorsystem.TwoDMultiTouchElement |
---|
getCursorScreenPositionAtPick, getPickDataForCursorID, getPickResultFromCursorIndex, getSpatial2DWorldPositionAtPick, registerScreenCursor |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PeriodBarControl(com.jme.scene.Spatial pickingSpatial, com.jme.scene.Spatial targetSpatial, int length, int unitLength)
pickingSpatial
- the picking spatialtargetSpatial
- the target spatiallength
- the lengthunitLength
- the unit lengthMethod Detail |
---|
public void addScheduleBarListener(PeriodBarControl.ScheduleBarListener l)
l
- the lpublic void removeScheduleBarListener(PeriodBarControl.ScheduleBarListener l)
l
- the l
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |