Class ScaleControls.SWResizeHandle
java.lang.Object
com.inductiveautomation.ignition.designer.designable.controls.AbstractShapeHandle
com.inductiveautomation.ignition.designer.designable.controls.ScaleControls.AbstractResizeHandle
com.inductiveautomation.ignition.designer.designable.controls.ScaleControls.SWResizeHandle
- All Implemented Interfaces:
- IHandle
- Enclosing class:
- ScaleControls
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.designer.designable.controls.ScaleControls.AbstractResizeHandlehoverPaint, normalPaintFields inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractShapeHandledrawShape
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ShapeCalled to create a new draw shape.protected voidposition(Point2D.Double location) Updates the argument location with the correct position of this handle's anchor point.protected voidresizeAnchor(Point2D.Double location) Methods inherited from class com.inductiveautomation.ignition.designer.designable.controls.ScaleControls.AbstractResizeHandlegetStatusBarText, onDrag, onDragEnd, onDragStart, paintHandleMethods inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractShapeHandlegetBounds, onClick, paintHandle
- 
Constructor Details- 
SWResizeHandlepublic SWResizeHandle()
 
- 
- 
Method Details- 
newDrawShapeDescription copied from class:AbstractShapeHandleCalled to create a new draw shape. Expectation is that a subclass will override this to provide a meaningful shape. Anchor point is at (0,0). Default shape is a 10x10 square anchored in the center.- Overrides:
- newDrawShapein class- AbstractShapeHandle
 
- 
positionDescription copied from class:AbstractShapeHandleUpdates the argument location with the correct position of this handle's anchor point. Must be in logical (unzoomed) coordinates.- Specified by:
- positionin class- AbstractShapeHandle
 
- 
resizeAnchor
 
-