Class WindowScaleControls
java.lang.Object
com.inductiveautomation.ignition.designer.designable.controls.AbstractSelectionControls
com.inductiveautomation.ignition.designer.designable.controls.ScaleControls
com.inductiveautomation.factorypmi.designer.workspace.tools.WindowScaleControls
- All Implemented Interfaces:
ISelectionControl
,Iterable<IHandle>
Custom scale controls that color themselves according to anchoring layout
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.designer.designable.controls.ScaleControls
ScaleControls.AbstractResizeHandle, ScaleControls.AnchorHL, ScaleControls.EResizeHandle, ScaleControls.NEResizeHandle, ScaleControls.NResizeHandle, ScaleControls.NWResizeHandle, ScaleControls.SEResizeHandle, ScaleControls.SResizeHandle, ScaleControls.SWResizeHandle, ScaleControls.WResizeHandle
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.designer.designable.controls.ScaleControls
DEFAULT_HOVER_PAINT, DEFAULT_NORMAL_PAINT, dragging
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.designer.designable.controls.ScaleControls
dragEnd, dragged, dragStart, initHandles, initialize, scale
Methods inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractSelectionControls
getBoundingRect, getInsets, iterator, selectionRect, uninstall
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
WindowScaleControls
public WindowScaleControls()
-
-
Method Details
-
newHandle
- Overrides:
newHandle
in classScaleControls
-
paintBackground
Description copied from interface:ISelectionControl
A chance to paint the background of the selection area before the IHandles are painted- Specified by:
paintBackground
in interfaceISelectionControl
- Overrides:
paintBackground
in classAbstractSelectionControls
-