Class RotationControls
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.designable.controls.AbstractSelectionControls
 - 
- com.inductiveautomation.ignition.designer.designable.controls.RotationControls
 
 
 
- 
- All Implemented Interfaces:
 ISelectionControl,java.lang.Iterable<IHandle>
public class RotationControls extends AbstractSelectionControls
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classRotationControls.AbstractRotationHandleprotected classRotationControls.NERotationHandleprotected classRotationControls.NWRotationHandleprotected classRotationControls.RotationAnchorHandleprotected classRotationControls.SERotationHandleprotected classRotationControls.SWRotationHandle 
- 
Field Summary
Fields Modifier and Type Field Description protected booleandraggingFlag to show when we are dragging, so that we don't paint the handles 
- 
Constructor Summary
Constructors Constructor Description RotationControls() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitHandles()voidinitialize(DesignPanel panel, DesignableContainer container, DesignableDelegate delegate, java.util.List<javax.swing.JComponent> selection)- 
Methods inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractSelectionControls
getBoundingRect, getInsets, iterator, paintBackground, selectionRect, uninstall 
 - 
 
 - 
 
- 
- 
Method Detail
- 
initialize
public void initialize(DesignPanel panel, DesignableContainer container, DesignableDelegate delegate, java.util.List<javax.swing.JComponent> selection)
- Specified by:
 initializein interfaceISelectionControl- Overrides:
 initializein classAbstractSelectionControls
 
- 
initHandles
protected void initHandles()
 
 - 
 
 -