apps.projectmanagement.gesture
Class ScheduleBarControl
java.lang.Object
synergynetframework.jme.cursorsystem.MultiTouchElement
synergynetframework.jme.cursorsystem.TwoDMultiTouchElement
synergynetframework.jme.cursorsystem.elements.twod.OrthoControlPointRotateTranslateScale
apps.projectmanagement.gesture.ScheduleBarControl
public class ScheduleBarControl
- extends OrthoControlPointRotateTranslateScale
The Class ScheduleBarControl.
|
Field Summary |
com.jme.scene.Spatial |
parentSpatial
The parent spatial. |
|
Constructor Summary |
ScheduleBarControl(com.jme.scene.Spatial pickingSpatial,
com.jme.scene.Spatial targetSpatial,
int length,
int unitLength)
Instantiates a new schedule bar control. |
| 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.MultiTouchElement |
addWorldCursorRecord, getCurrentScreenAngleDifferenceFromOrigin, getCurrentScreenCursorsAngle, getCurrentTargetSpatialRotationFromCursorChange, getName, getNumRegisteredCursors, getOriginScreenCursorsAngle, getPickingSpatial, getScaleAtOrigin, getScreenCursorByID, getScreenCursorByIndex, getScreenCursorOriginForCursorID, getTargetSpatial, getTranslationAtOrigin, getWorldLocations, isActive, isPickMeOnly, registerScreenCursor, setActive, setName, setPickMeOnly, unregisterScreenCursor |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parentSpatial
public com.jme.scene.Spatial parentSpatial
- The parent spatial.
ScheduleBarControl
public ScheduleBarControl(com.jme.scene.Spatial pickingSpatial,
com.jme.scene.Spatial targetSpatial,
int length,
int unitLength)
- Instantiates a new schedule bar control.
- Parameters:
pickingSpatial - the picking spatialtargetSpatial - the target spatiallength - the lengthunitLength - the unit length
addScheduleBarListener
public void addScheduleBarListener(ScheduleBarControl.ScheduleBarListener l)
- Adds the schedule bar listener.
- Parameters:
l - the l
removeScheduleBarListener
public void removeScheduleBarListener(ScheduleBarControl.ScheduleBarListener l)
- Removes the schedule bar listener.
- Parameters:
l - the l