Class RotationControls.NERotationHandle
java.lang.Object
com.inductiveautomation.ignition.designer.designable.controls.AbstractShapeHandle
com.inductiveautomation.ignition.designer.designable.controls.RotationControls.AbstractRotationHandle
com.inductiveautomation.ignition.designer.designable.controls.RotationControls.NERotationHandle
- All Implemented Interfaces:
 IHandle
- Enclosing class:
 - RotationControls
 
- 
Field Summary
Fields inherited from class com.inductiveautomation.ignition.designer.designable.controls.RotationControls.AbstractRotationHandle
hoverPaint, normalPaintFields inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractShapeHandle
drawShape - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.Methods inherited from class com.inductiveautomation.ignition.designer.designable.controls.RotationControls.AbstractRotationHandle
dragged, getStatusBarText, onDrag, onDragEnd, onDragStart, paintHandleMethods inherited from class com.inductiveautomation.ignition.designer.designable.controls.AbstractShapeHandle
getBounds, onClick, paintHandle 
- 
Constructor Details
- 
NERotationHandle
public NERotationHandle() - 
NERotationHandle
 
 - 
 - 
Method Details
- 
newDrawShape
Description 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 classAbstractShapeHandle
 - 
position
Description 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 classAbstractShapeHandle
 
 -