Class AbstractShapeTool.AbstractShapeControls.AbstractShapeManipulationHandle
java.lang.Object
com.inductiveautomation.ignition.designer.designable.controls.AbstractShapeHandle
com.inductiveautomation.factorypmi.designer.workspace.tools.AbstractShapeTool.AbstractShapeControls.AbstractShapeManipulationHandle
- All Implemented Interfaces:
- IHandle
- Enclosing class:
- AbstractShapeTool.AbstractShapeControls
protected abstract class AbstractShapeTool.AbstractShapeControls.AbstractShapeManipulationHandle
extends AbstractShapeHandle
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractShapeHandledrawShape
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidadjustRelative(Point2D.Double location) Adjust a point in 2d space relative to the interaction layer to be relative to the shape's parentprotected voidprotected ShapeCalled to create a new draw shape.voidpaintHandle(Graphics2D g, boolean mouseOver, boolean drag) Gives the handle a chance to paint itself on the given graphics object.Methods inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractShapeHandlegetBounds, getStatusBarText, onClick, onDrag, onDragEnd, onDragStart, paintHandle, position
- 
Field Details- 
normalPaint
- 
hoverPaint
- 
parentRect
 
- 
- 
Constructor Details- 
AbstractShapeManipulationHandleprotected AbstractShapeManipulationHandle()
 
- 
- 
Method Details- 
initPaintsprotected void initPaints()
- 
paintHandleDescription copied from interface:IHandleGives the handle a chance to paint itself on the given graphics object.
- 
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
 
- 
adjustRelativeAdjust a point in 2d space relative to the interaction layer to be relative to the shape's parent
 
-