Class UndoRotation
java.lang.Object
com.inductiveautomation.factorypmi.designer.workspace.undo.AbstractUndoAction
com.inductiveautomation.factorypmi.designer.workspace.undo.UndoRotation
- All Implemented Interfaces:
- UndoManager.UndoAction
- 
Constructor SummaryConstructorsConstructorDescriptionUndoRotation(List<JComponent> objects, double angle, Point2D rotationAnchor) 
- 
Method SummaryMethods inherited from class com.inductiveautomation.factorypmi.designer.workspace.undo.AbstractUndoActiongetDescription, isGroupSequenceIndependent
- 
Constructor Details- 
UndoRotation
 
- 
- 
Method Details- 
getDescriptionArgs- Overrides:
- getDescriptionArgsin class- AbstractUndoAction
 
- 
undopublic boolean undo()Description copied from interface:UndoManager.UndoActionThis function will reverse the action- Returns:
- false if the undo failed
 
- 
executepublic boolean execute()Description copied from interface:UndoManager.UndoActionThis function executes (redoes) the action- Returns:
- false if the execution failed
 
 
-