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.ScaleControlsScaleControls.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.ScaleControlsDEFAULT_HOVER_PAINT, DEFAULT_NORMAL_PAINT, dragging
 
- 
 - 
Constructor SummaryConstructors Constructor Description WindowScaleControls()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IHandlenewHandle(int side)voidpaintBackground(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.ScaleControlsdragEnd, dragged, dragStart, initHandles, initialize, scale
 - 
Methods inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractSelectionControlsgetBoundingRect, getInsets, iterator, selectionRect, uninstall
 
- 
 
- 
- 
- 
Method Detail- 
newHandleprotected IHandle newHandle(int side) - Overrides:
- newHandlein class- ScaleControls
 
 - 
paintBackgroundpublic void paintBackground(java.awt.Graphics2D g) Description copied from interface:ISelectionControlA chance to paint the background of the selection area before the IHandles are painted- Specified by:
- paintBackgroundin interface- ISelectionControl
- Overrides:
- paintBackgroundin class- AbstractSelectionControls
 
 
- 
 
-