java.lang.Object
org.jhotdraw8.draw.AbstractDrawingEditor
org.jhotdraw8.draw.SimpleDrawingEditor
- All Implemented Interfaces:
DrawingEditor
SimpleDrawingEditor.
- Author:
- Werner Randelshofer
-
Property Summary
Properties inherited from class org.jhotdraw8.draw.AbstractDrawingEditor
activeDrawingView, activeTool, anchorHandleType, defaultTool, drawingViews, handleColor, handleSize, handleStrokeWidth, handleType, helpText, leadHandleType, multiHandleType, tolerance, undoManager -
Field Summary
Fields inherited from interface org.jhotdraw8.draw.DrawingEditor
ACTIVE_DRAWING_VIEW_PROPERTY, ACTIVE_TOOL_PROPERTY, DEFAULT_TOOL_PROPERTY, DRAWING_VIEWS_PROPERTY, HANDLE_COLOR_PROPERTY, HANDLE_SIZE_PROPERTY, HANDLE_STROKE_WDITH_PROPERTY, HANDLE_TYPE_PROPERTY, HELP_TEXT_PROPERTY, MULTI_HANDLE_TYPE_PROPERTY, TOLERANCE_PROPERTY, UNDO_MANAGER_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jhotdraw8.draw.AbstractDrawingEditor
activeDrawingViewProperty, activeToolProperty, anchorHandleTypeProperty, defaultToolProperty, drawingViewsProperty, handleColorProperty, handleSizeProperty, handleStrokeWidthProperty, handleTypeProperty, helpTextProperty, leadHandleTypeProperty, multiHandleTypeProperty, toleranceProperty, undoManagerPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.draw.DrawingEditor
addDrawingView, getActiveDrawingView, getActiveTool, getAnchorHandleType, getDefaultTool, getDrawingViews, getHandleColor, getHandleSize, getHandleStrokeWidth, getHandleType, getHelpText, getLeadHandleType, getMultiHandleType, getTolerance, getUndoManager, recreateHandles, removeDrawingView, setActiveDrawingView, setActiveTool, setAnchorHandleType, setDefaultTool, setHandleColor, setHandleSize, setHandleStrokeWidth, setHandleType, setHelpText, setLeadHandleType, setMultiHandleType, setTolerance, setUndoManager
-
Constructor Details
-
SimpleDrawingEditor
public SimpleDrawingEditor()
-