public class PathTool extends BezierTool
attributes, createdFigure
anchor, editor, isWorking, listenerList
propertySupport
Constructor and Description |
---|
PathTool(SVGPathFigure pathPrototype,
SVGBezierFigure bezierPrototype)
Creates a new instance.
|
PathTool(SVGPathFigure pathPrototype,
SVGBezierFigure bezierPrototype,
java.util.Map<AttributeKey,java.lang.Object> attributes)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected SVGPathFigure |
createPath() |
protected void |
finishCreation(BezierFigure createdFigure,
DrawingView creationView) |
activate, addPointToFigure, calculateFittedCurve, createFigure, deactivate, draw, fireUndoEvent, getAddedFigure, getCreatedFigure, getPresentationName, isToolDoneAfterCreation, mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased, setToolDoneAfterCreation
addToolListener, addUndoableEditListener, constrainPoint, constrainPoint, createActionMap, createInputMap, editCopy, editCut, editDelete, editDuplicate, editPaste, fireAreaInvalidated, fireAreaInvalidated, fireBoundsInvalidated, fireToolDone, fireToolStarted, getActionMap, getDrawing, getEditor, getInputMap, getToolTipText, getView, isActive, keyPressed, keyReleased, keyTyped, maybeFireBoundsInvalidated, mouseEntered, mouseExited, removeToolListener, removeUndoableEditListener, setActionMap, setInputMap, supportsHandleInteraction, updateCursor, viewToDrawing
addPropertyChangeListener, addPropertyChangeListener, clone, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
public PathTool(SVGPathFigure pathPrototype, SVGBezierFigure bezierPrototype)
public PathTool(SVGPathFigure pathPrototype, SVGBezierFigure bezierPrototype, java.util.Map<AttributeKey,java.lang.Object> attributes)
protected SVGPathFigure createPath()
protected void finishCreation(BezierFigure createdFigure, DrawingView creationView)
finishCreation
in class BezierTool