|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object camera3d.manipulation.TransformationManipulator camera3d.manipulation.RotationManipulator
Manipulator used to rotate objects with mouse dragging.
Constructor Summary | |
RotationManipulator()
Creates new manipulator. |
|
RotationManipulator(RotatableObject rotatableObject)
Creates new manipulator and sets its RotatableObject. |
Method Summary | |
void |
clearSelection()
Clears current selection of scene object(s) to be manipulated. |
void |
setBeginPoint(int x,
int y)
Sets value of the initial point (pixel) of dragging movement. |
void |
setRotatableObject(RotatableObject rotatableObject)
|
Methods inherited from class camera3d.manipulation.TransformationManipulator |
getSelectedScope, setCanvas3D, setCurrentPoint, setTransformationMode, setTransformationScope |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RotationManipulator()
public RotationManipulator(RotatableObject rotatableObject)
Method Detail |
public void setRotatableObject(RotatableObject rotatableObject)
public void clearSelection()
TransformationManipulator
clearSelection
in class TransformationManipulator
public void setBeginPoint(int x, int y)
setBeginPoint
in class TransformationManipulator
x
- x coordinate of the point where dragging movement was initiated.y
- y coordinate of the point where dragging movement was initiated.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |