Uses of Interface
org.jhotdraw8.draw.tool.Tool
Packages that use Tool
Package
Description
Defines a programming model for structured drawing editors and provides default
implementations.
-
Uses of Tool in org.jhotdraw8.draw
Methods in org.jhotdraw8.draw that return ToolModifier and TypeMethodDescriptiondefault @Nullable ToolDrawingEditor.getActiveTool()Gets the active tool.default @Nullable ToolDrawingEditor.getDefaultTool()Gets the default tool.default @Nullable ToolDrawingView.getTool()Gets the value of thetoolproperty.Methods in org.jhotdraw8.draw that return types with arguments of type ToolModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Tool> AbstractDrawingEditor.activeToolProperty()javafx.beans.property.ObjectProperty<Tool> DrawingEditor.activeToolProperty()The currently active tool.javafx.beans.property.ObjectProperty<Tool> AbstractDrawingEditor.defaultToolProperty()javafx.beans.property.ObjectProperty<Tool> DrawingEditor.defaultToolProperty()The default tool.javafx.beans.property.ObjectProperty<Tool> AbstractDrawingView.toolProperty()javafx.beans.property.ObjectProperty<Tool> DrawingView.toolProperty()The tool which currently edits thisDrawingView.Methods in org.jhotdraw8.draw with parameters of type ToolModifier and TypeMethodDescriptionprotected abstract voidAbstractDrawingView.onToolChanged(javafx.beans.Observable observable, @Nullable Tool oldValue, @Nullable Tool newValue) protected voidSimpleDrawingView.onToolChanged(javafx.beans.Observable observable, @Nullable Tool oldValue, @Nullable Tool newValue) default voidDrawingEditor.setActiveTool(@Nullable Tool tool) Sets the active tool.default voidDrawingEditor.setDefaultTool(@Nullable Tool tool) Sets the default tool.default voidSets the value of thetoolproperty. -
Uses of Tool in org.jhotdraw8.draw.inspector
Methods in org.jhotdraw8.draw.inspector with parameters of type Tool -
Uses of Tool in org.jhotdraw8.draw.tool
Classes in org.jhotdraw8.draw.tool that implement ToolModifier and TypeClassDescriptionclassAbstractCreationTool<F extends Figure>AbstractCreationTool.classAbstractAction.classCreationTool for bezier figures.classConnectionTool.classCreationTool.classImageCreationTool.classclassCreationTool for polyline figures.classA tool to select and manipulate figures.classTextCreationTool.classTextEditingTool.Constructors in org.jhotdraw8.draw.tool with parameters of type Tool