|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object camera3d.manipulation.TransformationManipulator camera3d.manipulation.ScalingManipulator
A manipulator to perform changes in the scale of objects. Dragging the mouse upward will increase the selected object's scale. Dragging the mouse downward will decrease the selected object's scale.
Constructor Summary | |
ScalingManipulator()
|
Method Summary | |
void |
clearSelection()
Clears current selection of scene object(s) to be manipulated. |
void |
setBeginPoint(int x,
int y)
Sets the location at which manipulation started. |
void |
setScalableObject(ScalableObject scalableObject)
|
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 ScalingManipulator()
Method Detail |
public void setScalableObject(ScalableObject scalableObject)
public void clearSelection()
TransformationManipulator
clearSelection
in class TransformationManipulator
public void setBeginPoint(int x, int y)
TransformationManipulator
setBeginPoint
in class TransformationManipulator
x
- x coordinate of initial mouse click.y
- y coordinate of initial mouse click.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |