public class PathTool extends BezierTool
attributes, createdFigureanchor, editor, isWorking, listenerListpropertySupport| 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, setToolDoneAfterCreationaddToolListener, 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, viewToDrawingaddPropertyChangeListener, addPropertyChangeListener, clone, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListenerpublic 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