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
,java.lang.Iterable<IHandle>
public class WindowScaleControls extends ScaleControls
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 Constructor Description WindowScaleControls()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IHandle
newHandle(int side)
void
paintBackground(java.awt.Graphics2D g)
A chance to paint the background of the selection area before the IHandles are painted-
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
-
-
-
-
Method Detail
-
newHandle
protected IHandle newHandle(int side)
- Overrides:
newHandle
in classScaleControls
-
paintBackground
public void paintBackground(java.awt.Graphics2D g)
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
-
-