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 class
RotationControls.AbstractRotationHandle
protected class
RotationControls.NERotationHandle
protected class
RotationControls.NWRotationHandle
protected class
RotationControls.RotationAnchorHandle
protected class
RotationControls.SERotationHandle
protected class
RotationControls.SWRotationHandle
-
Field Summary
Fields Modifier and Type Field Description protected boolean
dragging
Flag 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 void
initHandles()
void
initialize(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:
initialize
in interfaceISelectionControl
- Overrides:
initialize
in classAbstractSelectionControls
-
initHandles
protected void initHandles()
-
-