Class RotationControls
java.lang.Object
com.inductiveautomation.ignition.designer.designable.controls.AbstractSelectionControls
com.inductiveautomation.ignition.designer.designable.controls.RotationControls
- All Implemented Interfaces:
- ISelectionControl,- Iterable<IHandle>
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected classprotected classprotected classprotected classprotected classprotected class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected booleanFlag to show when we are dragging, so that we don't paint the handles
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidvoidinitialize(DesignPanel panel, DesignableContainer container, DesignableDelegate delegate, List<JComponent> selection) Methods inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractSelectionControlsgetBoundingRect, getInsets, iterator, paintBackground, selectionRect, uninstallMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Field Details- 
draggingprotected boolean draggingFlag to show when we are dragging, so that we don't paint the handles
 
- 
- 
Constructor Details- 
RotationControlspublic RotationControls()
 
- 
- 
Method Details- 
initializepublic void initialize(DesignPanel panel, DesignableContainer container, DesignableDelegate delegate, List<JComponent> selection) - Specified by:
- initializein interface- ISelectionControl
- Overrides:
- initializein class- AbstractSelectionControls
 
- 
initHandlesprotected void initHandles()
 
-