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 SummaryNested Classes Modifier and Type Class Description protected classRotationControls.AbstractRotationHandleprotected classRotationControls.NERotationHandleprotected classRotationControls.NWRotationHandleprotected classRotationControls.RotationAnchorHandleprotected classRotationControls.SERotationHandleprotected classRotationControls.SWRotationHandle
 - 
Field SummaryFields Modifier and Type Field Description protected booleandraggingFlag to show when we are dragging, so that we don't paint the handles
 - 
Constructor SummaryConstructors Constructor Description RotationControls()
 - 
Method SummaryAll 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.AbstractSelectionControlsgetBoundingRect, getInsets, iterator, paintBackground, selectionRect, uninstall
 
- 
 
- 
- 
- 
Method Detail- 
initializepublic void initialize(DesignPanel panel, DesignableContainer container, DesignableDelegate delegate, java.util.List<javax.swing.JComponent> selection) - Specified by:
- initializein interface- ISelectionControl
- Overrides:
- initializein class- AbstractSelectionControls
 
 - 
initHandlesprotected void initHandles() 
 
- 
 
-