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 Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected classprotected classprotected classprotected classprotected class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanFlag to show when we are dragging, so that we don't paint the handles - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidinitialize(DesignPanel panel, DesignableContainer container, DesignableDelegate delegate, List<JComponent> selection) Methods inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractSelectionControls
getBoundingRect, getInsets, iterator, paintBackground, selectionRect, uninstallMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator 
- 
Field Details
- 
dragging
protected boolean draggingFlag to show when we are dragging, so that we don't paint the handles 
 - 
 - 
Constructor Details
- 
RotationControls
public RotationControls() 
 - 
 - 
Method Details
- 
initialize
public void initialize(DesignPanel panel, DesignableContainer container, DesignableDelegate delegate, List<JComponent> selection) - Specified by:
 initializein interfaceISelectionControl- Overrides:
 initializein classAbstractSelectionControls
 - 
initHandles
protected void initHandles() 
 -