|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object camera3d.action.VcAction camera3d.action.MeasurerAction camera3d.action.MeasureDistanceAction
Action used for performing a measurement.
Field Summary |
Fields inherited from class camera3d.action.VcAction |
MULTIPLE_OBJECT_ACTION, SINGLE_OBJECT_ACTION |
Constructor Summary | |
MeasureDistanceAction(DistanceMeasurer measurer)
Creates new action, given the DistanceMeasurer it will act upon. |
Method Summary | |
void |
doAction(ActionExecutor executor)
Causes the DistanceMeasurer to perform a measurement. |
DistanceMeasurer |
getMeasurer()
|
void |
setMeasurer(DistanceMeasurer measurer)
|
Methods inherited from class camera3d.action.VcAction |
debugln, getMultiplicityType, isUndoable, setMultiplicityType, undoAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MeasureDistanceAction(DistanceMeasurer measurer)
Method Detail |
public void doAction(ActionExecutor executor)
doAction
in class VcAction
executor
- provides any resource necessary for the action execution, such
as references to other objects.public void setMeasurer(DistanceMeasurer measurer)
public DistanceMeasurer getMeasurer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |