Package com.reportmill.panels
Class PolygonTool
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.Tool
com.reportmill.panels.PolygonTool
- All Implemented Interfaces:
RMArchiver.Archiving
,Cloneable
- Direct Known Subclasses:
PolygonTool.PencilTool
This class manages creation and editing of polygon shapes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This inner class defines a polygon tool subclass for drawing freehand pencil sketches instead.Nested classes/interfaces inherited from class com.reportmill.panels.Tool
Tool.RMShapeHandle
-
Field Summary
Fields inherited from class com.reportmill.panels.Tool
HandleMaxXMaxY, HandleMaxXMidY, HandleMaxXMinY, HandleMidXMaxY, HandleMidXMinY, HandleMinXMaxY, HandleMinXMidY, HandleMinXMinY, HandleWidth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Overrides standard tool method to trigger polygon creation when the tool is deactivated.Returns the class that this tool is responsible for.boolean
Returns whether tool should smooth path segments during creation.void
mouseDragged
(RMShape aShape, MouseEvent anEvent) Event handling for shape editing.void
mouseDragged
(MouseEvent anEvent) Handles mouse dragged for polygon creation.void
mouseMoved
(RMShape aShape, MouseEvent anEvent) Event handling - overridden to maintain default cursor.void
mousePressed
(RMShape aShape, MouseEvent anEvent) Event handling for shape editing.void
mousePressed
(MouseEvent anEvent) Handles mouse pressed for polygon creation.void
mouseReleased
(MouseEvent anEvent) Handles mouse released for polygon creation.Returns a new instance of the shape class that this tool is responsible for.void
Draws the polygon tool's path durring path creation.void
Overrides standard tool method to trigger polygon creation when the tool is reactivated.Methods inherited from class com.reportmill.panels.Tool
activateTool, didBecomeSuperSelectedShapeInEditor, editor, flushChanges, getCoreTool, getCoreToolIndex, getHandleAtPoint, getHandleCount, getHandlePoint, getHandleRect, getImageIcon, getImageIcon, getSelectedShape, getSelectedShapes, getSelectTool, getShapeHandleAtPoint, getTool, getTool, getUI, getWindowTitle, isInstance, isSelected, isSuperSelected, mouseMoved, mousePressedSelection, mouseReleased, moveShapeHandle, paintSelectedShape, paintSuperSelectedShape, processKeyEvent, resetUI, respondUI, willLoseSuperSelectionInEditor
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
Constructor Details
-
PolygonTool
public PolygonTool()
-
-
Method Details
-
getShapeClass
Returns the class that this tool is responsible for.- Overrides:
getShapeClass
in classTool
-
newInstance
Returns a new instance of the shape class that this tool is responsible for.- Overrides:
newInstance
in classTool
-
getSmoothPathOnMouseUp
public boolean getSmoothPathOnMouseUp()Returns whether tool should smooth path segments during creation. -
mousePressed
Handles mouse pressed for polygon creation.- Overrides:
mousePressed
in classTool
-
mouseDragged
Handles mouse dragged for polygon creation.- Overrides:
mouseDragged
in classTool
-
mouseReleased
Handles mouse released for polygon creation.- Overrides:
mouseReleased
in classTool
-
mouseMoved
Event handling - overridden to maintain default cursor.- Overrides:
mouseMoved
in classTool
-
mousePressed
Event handling for shape editing.- Overrides:
mousePressed
in classTool
-
mouseDragged
Event handling for shape editing.- Overrides:
mouseDragged
in classTool
-
deactivateTool
public void deactivateTool()Overrides standard tool method to trigger polygon creation when the tool is deactivated.- Overrides:
deactivateTool
in classTool
-
reactivateTool
public void reactivateTool()Overrides standard tool method to trigger polygon creation when the tool is reactivated.- Overrides:
reactivateTool
in classTool
-
paintTool
Draws the polygon tool's path durring path creation.
-