|
JHotDraw 7.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jhotdraw.beans.AbstractBean
org.jhotdraw.draw.AbstractTool
org.jhotdraw.draw.BezierTool
org.jhotdraw.samples.svg.PathTool
public class PathTool
Tool to scribble a SVGPath
Field Summary |
---|
Fields inherited from class org.jhotdraw.draw.BezierTool |
---|
attributes, createdFigure |
Fields inherited from class org.jhotdraw.draw.AbstractTool |
---|
anchor, editor, isWorking, listenerList |
Fields inherited from class org.jhotdraw.beans.AbstractBean |
---|
propertySupport |
Constructor Summary | |
---|---|
PathTool(SVGPathFigure pathPrototype,
SVGBezierFigure bezierPrototype)
Creates a new instance. |
|
PathTool(SVGPathFigure pathPrototype,
SVGBezierFigure bezierPrototype,
java.util.Map attributes)
Creates a new instance. |
Method Summary | |
---|---|
protected SVGPathFigure |
createPath()
|
protected void |
finishCreation(BezierFigure createdFigure)
|
Methods inherited from class org.jhotdraw.draw.BezierTool |
---|
activate, addPointToFigure, calculateFittedCurve, createFigure, deactivate, fireUndoEvent, getAddedFigure, getCreatedFigure, getPresentationName, mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased |
Methods inherited from class org.jhotdraw.draw.AbstractTool |
---|
addToolListener, addUndoableEditListener, constrainPoint, constrainPoint, createActionMap, createInputMap, draw, editCopy, editCut, editDelete, editDuplicate, editPaste, fireAreaInvalidated, fireAreaInvalidated, fireToolDone, fireToolStarted, getActionMap, getDrawing, getEditor, getInputMap, getView, isActive, keyPressed, keyReleased, keyTyped, mouseEntered, mouseExited, removeToolListener, removeUndoableEditListener, setActionMap, setInputMap, updateCursor, viewToDrawing |
Methods inherited from class org.jhotdraw.beans.AbstractBean |
---|
addPropertyChangeListener, addPropertyChangeListener, clone, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathTool(SVGPathFigure pathPrototype, SVGBezierFigure bezierPrototype)
public PathTool(SVGPathFigure pathPrototype, SVGBezierFigure bezierPrototype, java.util.Map attributes)
Method Detail |
---|
protected SVGPathFigure createPath()
protected void finishCreation(BezierFigure createdFigure)
finishCreation
in class BezierTool
|
Copyright 1996-2007 (c) JHotDraw.org. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |