Index

A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractBezierNodeHandleAction - Class in org.jhotdraw8.draw.handle
 
AbstractBezierNodeHandleAction(String, Figure, MapAccessor<BezierPath>, int, DrawingView) - Constructor for class org.jhotdraw8.draw.handle.AbstractBezierNodeHandleAction
 
AbstractColorCssFunction<T> - Class in org.jhotdraw8.draw.css.function
Abstract base class for CSS functions that process a color value.
AbstractColorCssFunction(String) - Constructor for class org.jhotdraw8.draw.css.function.AbstractColorCssFunction
 
AbstractCompositeFigure - Class in org.jhotdraw8.draw.figure
This base class can be used to implement figures which support child figures.
AbstractCompositeFigure() - Constructor for class org.jhotdraw8.draw.figure.AbstractCompositeFigure
 
AbstractConnector - Class in org.jhotdraw8.draw.connector
AbstractConnector.
AbstractConnector() - Constructor for class org.jhotdraw8.draw.connector.AbstractConnector
 
AbstractConnectorHandle - Class in org.jhotdraw8.draw.handle
Handle for the start or end point of a connection figure.
AbstractConnectorHandle(ConnectingFigure, NonNullMapAccessor<CssPoint2D>, MapAccessor<Connector>, MapAccessor<Figure>) - Constructor for class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
AbstractConnectorHandle.ConnectorAndConnectedFigure - Record Class in org.jhotdraw8.draw.handle
Record for a connector and its connected figure.
AbstractConstrainer - Class in org.jhotdraw8.draw.constrain
AbstractConstrainer.
AbstractConstrainer() - Constructor for class org.jhotdraw8.draw.constrain.AbstractConstrainer
 
AbstractCreationTool<F> - Class in org.jhotdraw8.draw.tool
AbstractCreationTool.
AbstractCreationTool(String, Resources, Supplier<? extends F>, Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.tool.AbstractCreationTool
 
AbstractDrawing - Class in org.jhotdraw8.draw.figure
DrawingFigure.
AbstractDrawing() - Constructor for class org.jhotdraw8.draw.figure.AbstractDrawing
 
AbstractDrawing(double, double) - Constructor for class org.jhotdraw8.draw.figure.AbstractDrawing
 
AbstractDrawing(CssSize, CssSize) - Constructor for class org.jhotdraw8.draw.figure.AbstractDrawing
 
AbstractDrawingEditor - Class in org.jhotdraw8.draw
 
AbstractDrawingEditor() - Constructor for class org.jhotdraw8.draw.AbstractDrawingEditor
 
AbstractDrawingInspector - Class in org.jhotdraw8.draw.inspector
AbstractDrawingInspector.
AbstractDrawingInspector() - Constructor for class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
 
AbstractDrawingModel - Class in org.jhotdraw8.draw.model
AbstractDrawingModel.
AbstractDrawingModel() - Constructor for class org.jhotdraw8.draw.model.AbstractDrawingModel
 
AbstractDrawingView - Class in org.jhotdraw8.draw
AbstractDrawingView.
AbstractDrawingView() - Constructor for class org.jhotdraw8.draw.AbstractDrawingView
 
AbstractDrawingViewAction - Class in org.jhotdraw8.draw.action
This abstract class can be extended to implement an Action that acts on behalf of the selected figures of a DrawingView.
AbstractDrawingViewAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.AbstractDrawingViewAction
Creates an action which acts on the selected figures on the current view of the specified editor.
AbstractDrawingViewInspector - Class in org.jhotdraw8.draw.inspector
AbstractDrawingInspector.
AbstractDrawingViewInspector() - Constructor for class org.jhotdraw8.draw.inspector.AbstractDrawingViewInspector
 
AbstractElbowLineConnectionWithMarkersFigure - Class in org.jhotdraw8.draw.figure
AbstractElbowLineConnectionWithMarkersFigure draws a straight line or an elbow line from start to end.
AbstractElbowLineConnectionWithMarkersFigure() - Constructor for class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
AbstractElbowLineConnectionWithMarkersFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
AbstractElbowLineConnectionWithMarkersFigure(Point2D, Point2D) - Constructor for class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
AbstractExportOutputFormat - Class in org.jhotdraw8.draw.io
AbstractExportOutputFormat.
AbstractExportOutputFormat() - Constructor for class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
AbstractFigure - Class in org.jhotdraw8.draw.figure
AbstractFigure.
AbstractFigure() - Constructor for class org.jhotdraw8.draw.figure.AbstractFigure
 
AbstractFigureFactory - Class in org.jhotdraw8.draw.io
AbstractFigureFactory.
AbstractFigureFactory() - Constructor for class org.jhotdraw8.draw.io.AbstractFigureFactory
 
AbstractFigureFactory(IdFactory) - Constructor for class org.jhotdraw8.draw.io.AbstractFigureFactory
 
AbstractHandle - Class in org.jhotdraw8.draw.handle
AbstractHandle.
AbstractHandle(Figure) - Constructor for class org.jhotdraw8.draw.handle.AbstractHandle
 
AbstractInputFormat - Class in org.jhotdraw8.draw.io
 
AbstractInputFormat() - Constructor for class org.jhotdraw8.draw.io.AbstractInputFormat
 
AbstractInspector<S> - Class in org.jhotdraw8.draw.inspector
AbstractInspector.
AbstractInspector() - Constructor for class org.jhotdraw8.draw.inspector.AbstractInspector
 
AbstractLabelConnectionFigure - Class in org.jhotdraw8.draw.figure
A label that can be attached to another figure by setting LabelConnectionFigure.LABEL_CONNECTOR and LabelConnectionFigure.LABEL_TARGET.
AbstractLabelConnectionFigure() - Constructor for class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
AbstractLabelFigure - Class in org.jhotdraw8.draw.figure
A Label that can be placed anywhere on a drawing.
AbstractLabelFigure() - Constructor for class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
AbstractLabelFigure(double, double) - Constructor for class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
AbstractLabelFigure(Point2D) - Constructor for class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
AbstractLeafFigure - Class in org.jhotdraw8.draw.figure
This base class can be used to implement figures which do not support child figures.
AbstractLeafFigure() - Constructor for class org.jhotdraw8.draw.figure.AbstractLeafFigure
 
AbstractLineConnectionFigure - Class in org.jhotdraw8.draw.figure
Base class for line connection figure.
AbstractLineConnectionFigure() - Constructor for class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
AbstractLineConnectionFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
AbstractLineConnectionFigure(Point2D, Point2D) - Constructor for class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
AbstractLocator - Class in org.jhotdraw8.draw.locator
This abstract class can be extended to implement a Locator.
AbstractLocator() - Constructor for class org.jhotdraw8.draw.locator.AbstractLocator
Creates a new instance.
AbstractMapAccessor<T> - Class in org.jhotdraw8.draw.key
AbstractMapAccessor.
AbstractMapAccessor(String, Class<?>, Class<?>[], MapAccessor<?>[], T) - Constructor for class org.jhotdraw8.draw.key.AbstractMapAccessor
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
AbstractMapAccessor(String, Class<T>, MapAccessor<?>[], T) - Constructor for class org.jhotdraw8.draw.key.AbstractMapAccessor
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
AbstractPathConnectionWithMarkersFigure - Class in org.jhotdraw8.draw.figure
AbstractPathConnectionWithMarkersFigure draws a path from start to end.
AbstractPathConnectionWithMarkersFigure() - Constructor for class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
AbstractPathConnectionWithMarkersFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
AbstractPathConnectionWithMarkersFigure(Point2D, Point2D) - Constructor for class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
AbstractPicker<T> - Class in org.jhotdraw8.draw.popup
 
AbstractPicker() - Constructor for class org.jhotdraw8.draw.popup.AbstractPicker
 
AbstractReadOnlyStyleableKey<T> - Class in org.jhotdraw8.draw.key
AbstractReadOnlyStyleableKey.
AbstractReadOnlyStyleableKey(String, String, Type, Converter<T>, T) - Constructor for class org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey
Creates a new key.
AbstractReadOnlyStyleableKey(String, Type, Converter<T>) - Constructor for class org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey
Creates a new instance with the specified name, type token class, default value null, and allowing null values.
AbstractReadOnlyStyleableKey(String, Type, Converter<T>, T) - Constructor for class org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
AbstractRegionFigure - Class in org.jhotdraw8.draw.figure
Renders a Shape (either a Rectangle or an SVGPath) inside a rectangular region.
AbstractRegionFigure() - Constructor for class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
AbstractRegionFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
AbstractRegionFigure(Rectangle2D) - Constructor for class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
AbstractSelectionInspector - Class in org.jhotdraw8.draw.inspector
AbstractSelectionInspector.
AbstractSelectionInspector() - Constructor for class org.jhotdraw8.draw.inspector.AbstractSelectionInspector
 
AbstractStraightLineConnectionWithMarkersFigure - Class in org.jhotdraw8.draw.figure
AbstractStraightLineConnectionWithMarkersFigure draws a straight line from start to end.
AbstractStraightLineConnectionWithMarkersFigure() - Constructor for class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
AbstractStraightLineConnectionWithMarkersFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
AbstractStraightLineConnectionWithMarkersFigure(Point2D, Point2D) - Constructor for class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
AbstractStyleableKey<T> - Class in org.jhotdraw8.draw.key
AbstractStyleableKey.
AbstractStyleableKey(String, Type, T) - Constructor for class org.jhotdraw8.draw.key.AbstractStyleableKey
Creates a new instance with the specified name, type token class, default value.
AbstractStyleableKey(String, String, String, Type, boolean, T) - Constructor for class org.jhotdraw8.draw.key.AbstractStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
AbstractStyleableKey(String, String, Type, boolean, T) - Constructor for class org.jhotdraw8.draw.key.AbstractStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
AbstractStyleableMapAccessor<T> - Class in org.jhotdraw8.draw.key
AbstractStyleableMapAccessor.
AbstractStyleableMapAccessor(String, Class<?>, Class<?>[], MapAccessor<?>[], T) - Constructor for class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
AbstractStyleableMapAccessor(String, Class<T>, MapAccessor<?>[], T) - Constructor for class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
AbstractStyleAttributesInspector<E> - Class in org.jhotdraw8.draw.inspector
Intentionally does not implement the inspector interface, so that subclasses can use this inspector on different subject types.
AbstractStyleAttributesInspector() - Constructor for class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
AbstractStyleAttributesInspector(URL) - Constructor for class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
AbstractTool - Class in org.jhotdraw8.draw.tool
AbstractAction.
AbstractTool(String, Resources) - Constructor for class org.jhotdraw8.draw.tool.AbstractTool
Creates a new instance.
AbstractTracker - Class in org.jhotdraw8.draw.tool
AbstractAction.
AbstractTracker() - Constructor for class org.jhotdraw8.draw.tool.AbstractTracker
Creates a new instance.
AbstractViewBoxDrawing - Class in org.jhotdraw8.draw.figure
Abstract drawing that supports ViewBoxableDrawing.
AbstractViewBoxDrawing() - Constructor for class org.jhotdraw8.draw.figure.AbstractViewBoxDrawing
 
AbstractViewBoxDrawing(double, double) - Constructor for class org.jhotdraw8.draw.figure.AbstractViewBoxDrawing
 
AbstractViewBoxDrawing(CssSize, CssSize) - Constructor for class org.jhotdraw8.draw.figure.AbstractViewBoxDrawing
 
ACCELERATOR_KEY - Static variable in interface org.jhotdraw8.draw.tool.Tool
The key used for storing a KeyCombination to be used as the accelerator for the action.
accessorPickerMapProperty() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
activate(DrawingEditor) - Method in class org.jhotdraw8.draw.tool.AbstractTool
This implementation sets the help text on the drawing view.
activate(DrawingEditor) - Method in class org.jhotdraw8.draw.tool.BezierCreationTool
This implementation is empty.
activate(DrawingEditor) - Method in class org.jhotdraw8.draw.tool.CreationTool
This implementation is empty.
activate(DrawingEditor) - Method in class org.jhotdraw8.draw.tool.ImageCreationTool
 
activate(DrawingEditor) - Method in class org.jhotdraw8.draw.tool.PolyCreationTool
 
activate(DrawingEditor) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
activate(DrawingEditor) - Method in class org.jhotdraw8.draw.tool.TextCreationTool
This implementation is empty.
activate(DrawingEditor) - Method in class org.jhotdraw8.draw.tool.TextEditingTool
This implementation is empty.
activate(DrawingEditor) - Method in interface org.jhotdraw8.draw.tool.Tool
Activates the tool for the given editor.
ACTIVE_BORDER - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Active window border.
ACTIVE_BORDER - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
ACTIVE_CAPTION - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Active window caption.
ACTIVE_CAPTION - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
ACTIVE_DRAWING_VIEW_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
The name of the activeDrawingView property.
ACTIVE_HANDLE_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the active handle property.
ACTIVE_PARENT_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the active layer property.
ACTIVE_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Text in active links.
ACTIVE_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
ACTIVE_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
ACTIVE_TOOL_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
The name of the activeTool property.
activeDrawingViewProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
activeDrawingViewProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
The currently active drawing view.
activeHandleProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
activeHandleProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The active handle.
activeParentProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The active layer of the drawing.
activeParentProperty() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
activeToolProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
activeToolProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
The currently active tool.
add(int, Figure) - Method in class org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
 
add(CssDimension2D) - Method in class org.jhotdraw8.draw.css.value.CssDimension2D
 
add(CssPoint2D) - Method in class org.jhotdraw8.draw.css.value.CssPoint2D
 
add(DirtyBits) - Method in class org.jhotdraw8.draw.model.DirtyMask
 
add(DirtyMask) - Method in class org.jhotdraw8.draw.model.DirtyMask
Adds all bits of the specified dirty mask to this mask.
ADD - Enum constant in enum class org.jhotdraw8.draw.figure.CombinedPathFigure.CagOperation
 
ADD_BUTTON - Static variable in interface org.jhotdraw8.draw.inspector.InspectorStyleClasses
This style class is used for buttons that add an object to a collection.
addChild(Figure) - Method in interface org.jhotdraw8.draw.figure.Figure
Adds a new child to the figure if it is a suitable child and this figure is a suitable parent.
addChildTo(Figure, Figure) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Adds the specified child to a parent and fires appropriate DrawingModelEvents.
addConverter(MapAccessor<T>, Converter<T>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Adds a converter for the specified key.
addConverterForType(Type, Converter<?>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Adds a converter.
addConverterForType(Type, Converter<?>, boolean) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
addCornerResizeHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Creates handles for each corner of a figure and adds them to the provided collection.
addCornerTransformHandles(TransformableFigure, Collection<Handle>) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Creates handles for each corner of a figure and adds them to the provided collection.
addDefaultValue(Class<? extends Figure>, MapAccessor<T>, T) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
addDrawingModelListener(Listener<DrawingModelEvent>) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Adds a listener for DrawingModelEvents.
addDrawingView(DrawingView) - Method in interface org.jhotdraw8.draw.DrawingEditor
Adds a drawing view to this editor.
addEdgeResizeHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Fills the given collection with handles at each the north, south, east, and west of the figure.
addEdgeTransformHandles(TransformableFigure, Collection<Handle>) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Fills the given collection with handles at each the north, south, east, and west of the figure.
addEdit(UndoableEdit) - Method in class org.jhotdraw8.draw.undo.RecreateHandlesEdit
 
addedToDrawing(Drawing) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
addedToDrawing(Drawing) - Method in interface org.jhotdraw8.draw.figure.Figure
Invoked by DrawingModel when the figure was added to a drawing.
addFigure(String, Class<? extends Figure>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Adds the provided mappings of XML attribute names from/to Figures.
addFigureAttributeKeys(Class<? extends Figure>, Iterable<MapAccessor<?>>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Adds the provided keys to the figure.
addFigureKeysAndNames(Class<? extends Figure>, Collection<MapAccessor<?>>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
addFigureKeysAndNames(String, Class<? extends Figure>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
addFigureKeysAndNames(String, Class<? extends Figure>, Iterable<MapAccessor<?>>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
addKey(Class<? extends Figure>, String, MapAccessor<?>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Adds the provided mapping of XML attribute names from/to MapAccessors.
addKeys(Class<? extends Figure>, HashMap<String, MapAccessor<?>>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Adds the provided mapping of XML attribute names from/to MapAccessors.
addListener(InvalidationListener) - Method in interface org.jhotdraw8.draw.model.DrawingModel
 
addNodeListKey(Class<? extends Figure>, String, MapAccessor<?>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Adds the provided keys to the figure.
addResizeHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Fills the given collection with handles at each the north, south, east, and west of the figure.
addSkipAttribute(Class<? extends Figure>, String) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Adds an attribute to the list of attributes which will be skipped when reading the DOM.
addSkipElement(String) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Adds an element to the list of elements which will be skipped when reading the DOM.
addSkipFigure(Class<? extends Figure>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Adds a figure class to the list of Figures which will be skipped when writing the DOM.
addTag(String) - Method in class org.jhotdraw8.draw.inspector.StyleClassesInspector
 
addToGroup(DrawingView, List<Figure>) - Static method in class org.jhotdraw8.draw.action.AddToGroupAction
 
AddToGroupAction - Class in org.jhotdraw8.draw.action
AddToGroupAction.
AddToGroupAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.AddToGroupAction
Creates a new instance.
addTool(Tool, int, int) - Method in class org.jhotdraw8.draw.inspector.ToolsToolbar
 
addTool(Tool, int, int, double) - Method in class org.jhotdraw8.draw.inspector.ToolsToolbar
 
addToolListener(Listener<ToolEvent>) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
addToolListener(Listener<ToolEvent>) - Method in interface org.jhotdraw8.draw.tool.Tool
Adds a listener for this tool.
addTransformHandles(TransformableFigure, Collection<Handle>) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Fills the given collection with handles at each the north, south, east, and west of the figure.
ALICEBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
ALICEBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
AlignBottomAction - Class in org.jhotdraw8.draw.action
 
AlignBottomAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.AlignBottomAction
Creates a new instance.
AlignHorizontalAction - Class in org.jhotdraw8.draw.action
 
AlignHorizontalAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.AlignHorizontalAction
Creates a new instance.
AlignLeftAction - Class in org.jhotdraw8.draw.action
 
AlignLeftAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.AlignLeftAction
Creates a new instance.
AlignRightAction - Class in org.jhotdraw8.draw.action
 
AlignRightAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.AlignRightAction
Creates a new instance.
AlignTopAction - Class in org.jhotdraw8.draw.action
 
AlignTopAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.AlignTopAction
Creates a new instance.
AlignVerticalAction - Class in org.jhotdraw8.draw.action
 
AlignVerticalAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.AlignVerticalAction
Creates a new instance.
ALL - Static variable in class org.jhotdraw8.draw.model.DirtyMask
 
ANCHOR - Static variable in interface org.jhotdraw8.draw.figure.AnchorableFigure
Combined anchor value.
ANCHOR - Static variable in class org.jhotdraw8.draw.handle.HandleType
A Handle of this type should highlight a figure, but should not provide user interaction.
ANCHOR_X - Static variable in interface org.jhotdraw8.draw.figure.AnchorableFigure
Relative position of the x-anchor.
ANCHOR_Y - Static variable in interface org.jhotdraw8.draw.figure.AnchorableFigure
Relative position of the y-anchor.
AnchorableFigure - Interface in org.jhotdraw8.draw.figure
AnchorableFigure has an anchor attribute which is a relative location to the bounds of the figure.
anchorHandleTypeProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
anchorHandleTypeProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
The handle type used for marking the anchor of a selection.
AnchorOutlineHandle - Class in org.jhotdraw8.draw.handle
Draws the boundsInLocal of a Figure, but does not provide any interactions.
AnchorOutlineHandle(Figure) - Constructor for class org.jhotdraw8.draw.handle.AnchorOutlineHandle
 
angleProperty() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
The angle for constrained rotations on the grid (in degrees).
ANTIQUEWHITE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
ANTIQUEWHITE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
APP_WORKSPACE - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Background color of multiple document interface.
APP_WORKSPACE - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
applyCompositableFigureProperties(RenderContext, Node) - Method in interface org.jhotdraw8.draw.figure.CompositableFigure
Updates a figure node with all effect properties defined in this interface.
applyFillableFigureProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.FillableFigure
Updates a shape node.
applyFillRulableFigureProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.FillRulableFigure
Updates a shape node.
applyHideableFigureProperties(RenderContext, Node) - Method in interface org.jhotdraw8.draw.figure.HideableFigure
Updates a figure node with all style and effect properties defined in this interface.
applyMarkerFillableFigureProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.MarkerFillableFigure
Updates a shape node.
applyMarkerStrokableFigureProperties(Shape) - Method in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
Updates a shape node.
applyMarkerStrokeCapAndJoinProperties(Shape) - Method in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
 
applyMarkerStrokeColorProperties(Shape) - Method in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
 
applyMarkerStrokeDashProperties(Shape) - Method in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
 
applyMarkerStrokeTypeProperties(Shape) - Method in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
 
applyMarkerStrokeWidthProperties(Shape) - Method in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
 
applyResources(Resources) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
applySecondStrokeableFigureProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
Updates a shape node.
applySecondStrokeCapAndJoinProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
 
applySecondStrokeColorProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
 
applySecondStrokeDashProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
 
applySecondStrokeTypeProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
 
applySecondStrokeWidthProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
 
applyShapeableProperties(RenderContext, Path) - Method in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
applyShapeableProperties(RenderContext, Path, Bounds) - Method in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
applyStrokableFigureProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.StrokableFigure
Updates a shape node.
applyStrokeCapAndJoinProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.StrokableFigure
 
applyStrokeColorProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.StrokableFigure
 
applyStrokeDashProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.StrokableFigure
 
applyStrokeTypeProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.StrokableFigure
 
applyStrokeWidthProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.StrokableFigure
 
applyStyleableFigureProperties(RenderContext, Node) - Method in interface org.jhotdraw8.draw.figure.StyleableFigure
Updates a figure node with all style and effect properties defined in this interface.
applyTextableFigureProperties(Labeled) - Method in interface org.jhotdraw8.draw.figure.TextableFigure
Updates a text node with fontable properties.
applyTextableFigureProperties(RenderContext, Text) - Method in interface org.jhotdraw8.draw.figure.TextableFigure
Updates a text node with textable properties.
applyTextFillableFigureProperties(RenderContext, Labeled) - Method in interface org.jhotdraw8.draw.figure.TextFillableFigure
Updates a text node with label properties.
applyTextFillableFigureProperties(RenderContext, Text) - Method in interface org.jhotdraw8.draw.figure.TextFillableFigure
Updates a text node with label properties.
applyTextFontableFigureProperties(RenderContext, Labeled) - Method in interface org.jhotdraw8.draw.figure.TextFontableFigure
Updates a Laeled node with fontable properties.
applyTextFontableFigureProperties(RenderContext, Text) - Method in interface org.jhotdraw8.draw.figure.TextFontableFigure
Updates a text node with fontable properties.
applyTextLayoutableFigureProperties(RenderContext, Labeled) - Method in interface org.jhotdraw8.draw.figure.TextLayoutableFigure
Updates a Labeled node with fontable properties.
applyTextLayoutableFigureProperties(RenderContext, Text) - Method in interface org.jhotdraw8.draw.figure.TextLayoutableFigure
Updates a text node with fontable properties.
applyTextStrokeableFigureProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
Updates a shape node.
applyTextStrokeDashProperties(Shape) - Method in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
 
applyTransformableFigureProperties(RenderContext, Node) - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
Updates a figure node with all transformation properties defined in this interface.
AQUA - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
AQUA - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
AQUAMARINE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
AQUAMARINE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
ARC - Static variable in class org.jhotdraw8.draw.figure.RectangleFigure
 
ARC_HEIGHT - Static variable in class org.jhotdraw8.draw.figure.RectangleFigure
 
ARC_LENGTH - Static variable in class org.jhotdraw8.draw.figure.ArcFigure
 
ARC_TYPE - Static variable in class org.jhotdraw8.draw.figure.ArcFigure
 
ARC_WIDTH - Static variable in class org.jhotdraw8.draw.figure.RectangleFigure
 
ArcFigure - Class in org.jhotdraw8.draw.figure
Renders a javafx.scene.shape.Arc.
ArcFigure() - Constructor for class org.jhotdraw8.draw.figure.ArcFigure
 
ArcFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.ArcFigure
 
ArcFigure(Rectangle2D) - Constructor for class org.jhotdraw8.draw.figure.ArcFigure
 
attributeFilter() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
Attribute filter can be used to show only a specific set of attributes in the inspector.
attributeValueContains(Figure, String, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
attributeValueContainsWord(Figure, String, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
attributeValueEndsWith(Figure, String, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
attributeValueEquals(Figure, String, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
attributeValueStartsWith(Figure, String, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
AUTHOR_STYLESHEETS - Static variable in interface org.jhotdraw8.draw.figure.Drawing
Holds a list of author stylesheets.
AwtPathCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts an SVG path to a AWT path.
AwtPathCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.AwtPathCssConverter
 
AZURE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
AZURE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 

B

BACKGROUND - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Desktop background.
BACKGROUND - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
BACKGROUND - Static variable in interface org.jhotdraw8.draw.figure.Drawing
Defines the canvas color.
BEIGE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
BEIGE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
BEVEL - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
BezierControlPointEditHandle - Class in org.jhotdraw8.draw.handle
Handle for the point of a figure.
BezierControlPointEditHandle(Figure, MapAccessor<BezierPath>, int, int) - Constructor for class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
BezierCreationTool - Class in org.jhotdraw8.draw.tool
CreationTool for bezier figures.
BezierCreationTool(String, Resources, NonNullObjectStyleableKey<BezierPath>, Supplier<Figure>) - Constructor for class org.jhotdraw8.draw.tool.BezierCreationTool
 
BezierCreationTool(String, Resources, NonNullObjectStyleableKey<BezierPath>, Supplier<Figure>, Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.tool.BezierCreationTool
 
BezierNodeEditHandle - Class in org.jhotdraw8.draw.handle
Handle for the point ofCollection a figure.
BezierNodeEditHandle(Figure, MapAccessor<BezierPath>, int) - Constructor for class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
BezierNodeHandleIncomingAndOutgoingTangentAction - Class in org.jhotdraw8.draw.handle
This action sets the mask bits BezierNode.IN_MASK, BezierNode.OUT_MASK to true, true in the specified BezierNode.
BezierNodeHandleIncomingAndOutgoingTangentAction(Figure, MapAccessor<BezierPath>, int, DrawingView) - Constructor for class org.jhotdraw8.draw.handle.BezierNodeHandleIncomingAndOutgoingTangentAction
 
BezierNodeHandleIncomingTangentAction - Class in org.jhotdraw8.draw.handle
This action sets the mask bits BezierNode.IN_MASK, BezierNode.OUT_MASK to true, false in the specified BezierNode.
BezierNodeHandleIncomingTangentAction(Figure, MapAccessor<BezierPath>, int, DrawingView) - Constructor for class org.jhotdraw8.draw.handle.BezierNodeHandleIncomingTangentAction
 
BezierNodeHandleNoTangentsAction - Class in org.jhotdraw8.draw.handle
This action sets the mask bits BezierNode.IN_MASK, BezierNode.OUT_MASK to false, false in the specified BezierNode.
BezierNodeHandleNoTangentsAction(Figure, MapAccessor<BezierPath>, int, DrawingView) - Constructor for class org.jhotdraw8.draw.handle.BezierNodeHandleNoTangentsAction
 
BezierNodeHandleOutgoingTangentAction - Class in org.jhotdraw8.draw.handle
This action sets the mask bits BezierNode.IN_MASK, BezierNode.OUT_MASK to false, true in the specified BezierNode.
BezierNodeHandleOutgoingTangentAction(Figure, MapAccessor<BezierPath>, int, DrawingView) - Constructor for class org.jhotdraw8.draw.handle.BezierNodeHandleOutgoingTangentAction
 
BezierNodeMoveHandle - Class in org.jhotdraw8.draw.handle
Handle for moving (translating) a figure.
BezierNodeMoveHandle(Figure, MapAccessor<BezierPath>, int) - Constructor for class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
 
BezierNodeNonMovableEditHandle - Class in org.jhotdraw8.draw.handle
Handle for the point ofCollection a figure.
BezierNodeNonMovableEditHandle(Figure, MapAccessor<BezierPath>, int) - Constructor for class org.jhotdraw8.draw.handle.BezierNodeNonMovableEditHandle
 
BezierNodeTangentHandle - Class in org.jhotdraw8.draw.handle
Handle for the point ofCollection a figure.
BezierNodeTangentHandle(Figure, MapAccessor<BezierPath>, int) - Constructor for class org.jhotdraw8.draw.handle.BezierNodeTangentHandle
 
BezierPathCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts an BezierNodeList path to a CSS String.
BezierPathCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.BezierPathCssConverter
 
BezierPathEditHandle - Class in org.jhotdraw8.draw.handle
 
BezierPathEditHandle(Figure, MapAccessor<BezierPath>) - Constructor for class org.jhotdraw8.draw.handle.BezierPathEditHandle
 
BezierPathFigure - Class in org.jhotdraw8.draw.figure
A Figure which draws a BezierPath.
BezierPathFigure() - Constructor for class org.jhotdraw8.draw.figure.BezierPathFigure
 
BezierPathOutlineHandle - Class in org.jhotdraw8.draw.handle
 
BezierPathOutlineHandle(Figure, MapAccessor<BezierPath>, boolean) - Constructor for class org.jhotdraw8.draw.handle.BezierPathOutlineHandle
 
BezierPathXmlConverter - Class in org.jhotdraw8.draw.xml.converter
Converts an BezierNodeList path to an XML attribute value.
BezierPathXmlConverter(boolean) - Constructor for class org.jhotdraw8.draw.xml.converter.BezierPathXmlConverter
 
bind(DrawingModel) - Method in class org.jhotdraw8.draw.undo.DrawingModelUndoAdapter
 
BISQUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
BISQUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
BitmapExportOutputFormat - Class in org.jhotdraw8.draw.io
BitmapExportOutputFormat.
BitmapExportOutputFormat() - Constructor for class org.jhotdraw8.draw.io.BitmapExportOutputFormat
 
BLACK - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
BLACK - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
BLACK - Static variable in class org.jhotdraw8.draw.css.value.ShsbaCssColor
 
BLACK - Static variable in class org.jhotdraw8.draw.css.value.SrgbaCssColor
 
BLANCHEDALMOND - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
BLANCHEDALMOND - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
BLEND_MODE - Static variable in interface org.jhotdraw8.draw.figure.CompositableFigure
Specifies a blend mode applied to the figure.
BLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
BLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
BLUEVIOLET - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
BLUEVIOLET - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
BOLD_WEIGHT - Static variable in class org.jhotdraw8.draw.css.converter.FontCssConverter
 
BOLDER_WEIGHT - Static variable in class org.jhotdraw8.draw.css.converter.FontCssConverter
 
BooleanPicker - Class in org.jhotdraw8.draw.popup
Picker for boolean values.
BooleanPicker(boolean) - Constructor for class org.jhotdraw8.draw.popup.BooleanPicker
 
BoundingBoxCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.BoundingBox into a String and vice versa.
BoundingBoxCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.BoundingBoxCssConverter
 
BoundingBoxCssConverter(boolean, boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.BoundingBoxCssConverter
 
BoundingBoxMapAccessor - Class in org.jhotdraw8.draw.key
BoundingBoxMapAccessor.
BoundingBoxMapAccessor(String, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>) - Constructor for class org.jhotdraw8.draw.key.BoundingBoxMapAccessor
Creates a new instance with the specified name.
BoundingBoxStyleableMapAccessor - Class in org.jhotdraw8.draw.key
BoundingBoxStyleableMapAccessor.
BoundingBoxStyleableMapAccessor(String, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>) - Constructor for class org.jhotdraw8.draw.key.BoundingBoxStyleableMapAccessor
Creates a new instance with the specified name.
bounds(Collection<? extends Figure>) - Static method in interface org.jhotdraw8.draw.figure.Figure
Computes the union of the bounds of the provided figures in world coordinates.
BOUNDS - Static variable in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
BOUNDS - Static variable in class org.jhotdraw8.draw.figure.ImageFigure
 
BOUNDS - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
BOUNDS - Static variable in interface org.jhotdraw8.draw.figure.RectangularFigure
 
BOUNDS - Static variable in class org.jhotdraw8.draw.figure.SliceFigure
 
boundsInLocal() - Method in record class org.jhotdraw8.draw.figure.TextEditableFigure.TextEditorData
Returns the value of the boundsInLocal record component.
BoundsInLocalOutlineHandle - Class in org.jhotdraw8.draw.handle
Draws the boundsInLocal of a Figure, but does not provide any interactions.
BoundsInLocalOutlineHandle(Figure) - Constructor for class org.jhotdraw8.draw.handle.BoundsInLocalOutlineHandle
 
BoundsInParentOutlineHandle - Class in org.jhotdraw8.draw.handle
Draws the boundsInLocal of a Figure, but does not provide any interactions.
BoundsInParentOutlineHandle(Figure) - Constructor for class org.jhotdraw8.draw.handle.BoundsInParentOutlineHandle
 
BoundsInTranslationOutlineHandle - Class in org.jhotdraw8.draw.handle
Draws the boundsInLocal with applied translation of a Figure, but does not provide any interactions.
BoundsInTranslationOutlineHandle(Figure) - Constructor for class org.jhotdraw8.draw.handle.BoundsInTranslationOutlineHandle
 
BoundsLocator - Class in org.jhotdraw8.draw.locator
A locator that specifies a point that is relative to the bounds of a figure.
BoundsLocator() - Constructor for class org.jhotdraw8.draw.locator.BoundsLocator
Creates a new instance.
BoundsLocator(double, double) - Constructor for class org.jhotdraw8.draw.locator.BoundsLocator
Creates a new instance.
BoundsLocator(Bounds, double, double) - Constructor for class org.jhotdraw8.draw.locator.BoundsLocator
Creates a new instance.
BoundsLocator(Bounds, Point2D) - Constructor for class org.jhotdraw8.draw.locator.BoundsLocator
Creates a new instance.
BringForwardAction - Class in org.jhotdraw8.draw.action
BringForwardAction.
BringForwardAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.BringForwardAction
Creates a new instance.
bringToFront(DrawingView, Collection<Figure>) - Method in class org.jhotdraw8.draw.action.BringToFrontAction
 
BringToFrontAction - Class in org.jhotdraw8.draw.action
BringToFrontAction.
BringToFrontAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.BringToFrontAction
Creates a new instance.
BROWN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
BROWN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
BURLYWOOD - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
BURLYWOOD - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
BUTT - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
BUTTON_BORDER - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
BUTTON_BORDER - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
BUTTON_FACE - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
The face background color for push buttons.
BUTTON_FACE - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
BUTTON_FACE - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
BUTTON_HIGHLIGHT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
The color of the border facing the light source for 3-D elements that appear 3-D due to one layer of surrounding border.
BUTTON_HIGHLIGHT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
BUTTON_SHADOW - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
The color of the border away from the light source for 3-D elements that appear 3-D due to one layer of surrounding border.
BUTTON_SHADOW - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
BUTTON_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Text on push buttons.
BUTTON_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
BUTTON_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 

C

CACHE - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
 
CACHE - Static variable in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
CADETBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
CADETBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
CAG_OPERATION - Static variable in class org.jhotdraw8.draw.figure.CombinedPathFigure
 
cancelEdit() - Method in class org.jhotdraw8.draw.inspector.LayerCell
 
canConnect(Figure, Connector) - Method in interface org.jhotdraw8.draw.figure.ConnectingFigure
Returns true if this figure can connect to the specified figure with the specified connector.
CANVAS - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Background of application content or documents.
CANVAS - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
CANVAS - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
CANVAS_REGION_STYLE_CLASS - Static variable in class org.jhotdraw8.draw.SimpleDrawingView
The style class of the canvas pane is "jhotdraw8-drawing-view-canvas-region".
CANVAS_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Text in application content or documents.
CANVAS_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
CANVAS_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
CAPTION_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Text in caption, size box, and scrollbar arrow box.
CAPTION_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
CENTER - Static variable in class org.jhotdraw8.draw.figure.ArcFigure
 
CENTER - Static variable in class org.jhotdraw8.draw.figure.EllipseFigure
 
CENTER - Static variable in class org.jhotdraw8.draw.locator.BoundsLocator
 
CENTER_X - Static variable in class org.jhotdraw8.draw.figure.ArcFigure
 
CENTER_X - Static variable in class org.jhotdraw8.draw.figure.EllipseFigure
 
CENTER_Y - Static variable in class org.jhotdraw8.draw.figure.ArcFigure
 
CENTER_Y - Static variable in class org.jhotdraw8.draw.figure.EllipseFigure
 
CENTERED - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
CHARTREUSE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
CHARTREUSE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
checkConverters(boolean, Consumer<String>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
checkNewParent(Figure) - Method in class org.jhotdraw8.draw.figure.LayerFigure
This method throws an illegal argument exception if the new parent is not an instance of Drawing.
ChildLayoutingFigure - Interface in org.jhotdraw8.draw.figure
Marker interface to all figures that layout their children, when method Figure.layout(RenderContext) is called.
CHOCOLATE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
CHOCOLATE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
chooseFile() - Method in class org.jhotdraw8.draw.tool.ImageCreationTool
 
chopStart(RenderContext, Figure, Figure, double, double, double, double) - Method in interface org.jhotdraw8.draw.connector.Connector
Clips the start of the provided line at the bounds of the target figure.
chopStart(RenderContext, Figure, Figure, Point2D, Point2D) - Method in interface org.jhotdraw8.draw.connector.Connector
Clips the start of the provided line at the bounds of the target figure.
clearAttributeMap() - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Clears the mapping of XML attributes from/to MapAccessors.
clearElementMap() - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Clears the mapping of XML attributes from/to MapAccessors.
clearSelection() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
clearTransforms() - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
CLIP_BOUNDS - Static variable in interface org.jhotdraw8.draw.render.RenderContext
Contains a non-null value if the rendering is clipped.
CLIPBOARD_INPUT_FORMAT_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the clipboardInputFormat property.
CLIPBOARD_OUTPUT_FORMAT_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the clibpoardOutputFormat property.
ClipboardInputFormat - Interface in org.jhotdraw8.draw.input
InputFormat for clipboard.
clipboardInputFormatProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
clipboardInputFormatProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The clipboard input format.
ClipboardOutputFormat - Interface in org.jhotdraw8.draw.input
OutputFormat for clipboard.
clipboardOutputFormatProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
clipboardOutputFormatProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The clipboard output format.
clipBoundsProperty() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
Clipping - Interface in org.jhotdraw8.draw.figure
Defines a clipping of a Drawing.
ClippingFigure - Class in org.jhotdraw8.draw.figure
ClippingFigure.
ClippingFigure() - Constructor for class org.jhotdraw8.draw.figure.ClippingFigure
 
ClippingFigure(Collection<Figure>) - Constructor for class org.jhotdraw8.draw.figure.ClippingFigure
 
collectHelpTexts(Collection<E>) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
color() - Method in record class org.jhotdraw8.draw.css.converter.CssStop
Returns the value of the color record component.
ColorCssConverter - Class in org.jhotdraw8.draw.css.converter
CssColorConverter.
ColorCssConverter() - Constructor for class org.jhotdraw8.draw.css.converter.ColorCssConverter
 
ColorCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.ColorCssConverter
 
colorProperty() - Method in class org.jhotdraw8.draw.popup.CssColorChooserController
 
COMBINE_PATHS_ID - Static variable in class org.jhotdraw8.draw.action.GroupAction
 
CombinedPathFigure - Class in org.jhotdraw8.draw.figure
This is lake a group, but the shapes of the child figures are presented as a unified path.
CombinedPathFigure() - Constructor for class org.jhotdraw8.draw.figure.CombinedPathFigure
 
CombinedPathFigure.CagOperation - Enum Class in org.jhotdraw8.draw.figure
Constructive Area Geometry Operation (CAG Operation.
commitEdit(Figure) - Method in class org.jhotdraw8.draw.inspector.LayerCell
 
CompositableFigure - Interface in org.jhotdraw8.draw.figure
Provides properties for compositing a figure.
compositeEdit - Variable in class org.jhotdraw8.draw.tool.AbstractTracker
 
ConnectableFigure - Interface in org.jhotdraw8.draw.figure
ConnectableFigure.
connectedFigure() - Method in record class org.jhotdraw8.draw.handle.AbstractConnectorHandle.ConnectorAndConnectedFigure
Returns the value of the connectedFigure record component.
connectedProperty() - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
This property is true when the figure is connected.
connectedProperty() - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
ConnectingFigure - Interface in org.jhotdraw8.draw.figure
ConnectingFigure.
ConnectionTool - Class in org.jhotdraw8.draw.tool
ConnectionTool.
ConnectionTool(String, Resources, Supplier<ConnectingFigure>) - Constructor for class org.jhotdraw8.draw.tool.ConnectionTool
 
ConnectionTool(String, Resources, Supplier<ConnectingFigure>, Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.tool.ConnectionTool
 
ConnectionTool(String, Resources, HandleType, Supplier<ConnectingFigure>, Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.tool.ConnectionTool
 
connector() - Method in record class org.jhotdraw8.draw.handle.AbstractConnectorHandle.ConnectorAndConnectedFigure
Returns the value of the connector record component.
Connector - Interface in org.jhotdraw8.draw.connector
A connector encapsulates a strategy for locating a connection point for a connection figure on a target figure.
ConnectorAndConnectedFigure(Connector, Figure) - Constructor for record class org.jhotdraw8.draw.handle.AbstractConnectorHandle.ConnectorAndConnectedFigure
Creates an instance of a ConnectorAndConnectedFigure record class.
connectorDerivative - Variable in class org.jhotdraw8.draw.handle.LabelConnectorHandle
 
connectorKey - Variable in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
connectorLocation - Variable in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
ConnectorXmlConverter - Class in org.jhotdraw8.draw.xml.converter
XmlConnectorConverter.
ConnectorXmlConverter() - Constructor for class org.jhotdraw8.draw.xml.converter.ConnectorXmlConverter
 
constrainAngle(Figure, double) - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
 
constrainAngle(Figure, double) - Method in interface org.jhotdraw8.draw.constrain.Constrainer
Constrains the given angle (in degrees).
Constrainer - Interface in org.jhotdraw8.draw.constrain
A constrainer constrains editing operations performed by Tools and Handles on a DrawingView.
CONSTRAINER_MAP_PROPERTY - Variable in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
The name of the "constrainerMap" property.
CONSTRAINER_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the constrainer property.
constrainerMapProperty() - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
Maps figure classes to constrainers.
constrainerProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The constrainer.
constrainerProperty() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
constrainPoint(Figure, CssPoint2D) - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
 
constrainPoint(Figure, CssPoint2D) - Method in interface org.jhotdraw8.draw.constrain.Constrainer
Constrains the placement of a point towards the closest constraint in any direction.
constrainRectangle(Figure, CssRectangle2D) - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
 
constrainRectangle(Figure, CssRectangle2D) - Method in interface org.jhotdraw8.draw.constrain.Constrainer
Constrains the placement of a rectangle towards the closest constraint in any direction.
contains(Node, Point2D, double) - Method in class org.jhotdraw8.draw.render.NodeFinder
Returns the distance to the node, if the node contains the specified point within a tolerance.
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.LocatorHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.AnchorOutlineHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.BezierNodeNonMovableEditHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.BezierNodeTangentHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.BezierPathOutlineHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.BoundsInLocalOutlineHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.BoundsInParentOutlineHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.BoundsInTranslationOutlineHandle
 
contains(DrawingView, double, double, double) - Method in interface org.jhotdraw8.draw.handle.Handle
Whether the user picked the handle.
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.LineOutlineHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.MultipleSelectionOutlineHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.PathIterableOutlineHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.PathIterablePointsHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.PointHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.PolyPointMoveHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.RelativeControlPointHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.RelativePointHandle
 
contains(DrawingView, double, double, double) - Method in class org.jhotdraw8.draw.handle.RotateHandle
 
containsKey(Map<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
 
containsOneOf(DirtyBits...) - Method in class org.jhotdraw8.draw.model.DirtyMask
 
contentHeightProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
contentToViewProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
contentWidthProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
convert(CssColor) - Method in class org.jhotdraw8.draw.css.value.MappedSystemColorConverter
 
convert(CssColor) - Method in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Converts the specified value from input unit to a Color value.
converter - Variable in class org.jhotdraw8.draw.css.function.AbstractColorCssFunction
 
converter - Variable in class org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey
 
copy() - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
CORAL - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
CORAL - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
CORNFLOWERBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
CORNFLOWERBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
CORNSILK - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
CORNSILK - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
create() - Static method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
createCell(ListView<Figure>) - Method in class org.jhotdraw8.draw.inspector.LayersInspector
 
createdFigure - Variable in class org.jhotdraw8.draw.tool.AbstractCreationTool
The created figure.
createFigure() - Method in class org.jhotdraw8.draw.tool.AbstractCreationTool
 
createFigure() - Method in class org.jhotdraw8.draw.tool.ImageCreationTool
 
createFigureByElementName(String) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
createFigureByElementName(String) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Creates a new figure given the name of an XML element.
createHandles(Map<Figure, List<Handle>>) - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
Creates selection handles and adds them to the provided list.
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.ClippingFigure
Layers never create handles.
createHandles(HandleType, List<Handle>) - Method in interface org.jhotdraw8.draw.figure.Figure
Creates handles of the specified level and adds them to the provided list.
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.LayerFigure
Layers never create handles.
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.LineConnectionFigure
 
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.LineFigure
 
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.PolylineFigure
 
createHandles(HandleType, List<Handle>) - Method in class org.jhotdraw8.draw.figure.SliceFigure
 
createId(Object) - Method in class org.jhotdraw8.draw.io.SimpleFigureIdFactory
 
createKeyMap() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Creates the node for this label.
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.ArcFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.ClippingFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.CombinedPathFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.EllipseFigure
 
createNode(RenderContext) - Method in interface org.jhotdraw8.draw.figure.Figure
This method is invoked by a RenderContext, when it needs a node to create a JavaFX scene graph for a figure.
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.GroupFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.ImageFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.LayerFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.LineConnectionFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.LineFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.PageFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.PolylineFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.RectangleFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.SliceFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.TextAreaFigure
 
createNode(RenderContext) - Method in class org.jhotdraw8.draw.figure.TextFigure
 
createPageNode(int) - Method in interface org.jhotdraw8.draw.figure.Page
Returns a node which will be placed on the paper.
createPageNode(int) - Method in class org.jhotdraw8.draw.figure.PageFigure
 
createPaper(int) - Method in interface org.jhotdraw8.draw.figure.Page
Creates a paper for the specified page.
createPicker(WritableStyleableMapAccessor<T>) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
createReshapeTransform(CssRectangle2D, CssSize, CssSize, CssSize, CssSize) - Static method in class org.jhotdraw8.draw.css.value.CssTransforms
 
createStyleManager() - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
createURIChooser() - Method in class org.jhotdraw8.draw.tool.ImageCreationTool
 
CreationTool - Class in org.jhotdraw8.draw.tool
CreationTool.
CreationTool(String, Resources, Supplier<? extends Figure>, Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.tool.CreationTool
 
CreationTool(String, Resources, Supplier<Figure>) - Constructor for class org.jhotdraw8.draw.tool.CreationTool
 
CRIMSON - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
CRIMSON - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
CssColor - Class in org.jhotdraw8.draw.css.value
Abstract base class for a color specified in a specific color system.
CssColor(String) - Constructor for class org.jhotdraw8.draw.css.value.CssColor
 
CssColor(String, Color) - Constructor for class org.jhotdraw8.draw.css.value.CssColor
 
CssColor(Color) - Constructor for class org.jhotdraw8.draw.css.value.CssColor
 
CssColorChooserController - Class in org.jhotdraw8.draw.popup
 
CssColorChooserController() - Constructor for class org.jhotdraw8.draw.popup.CssColorChooserController
 
CssColorDialog - Class in org.jhotdraw8.draw.popup
 
CssColorDialog(Window) - Constructor for class org.jhotdraw8.draw.popup.CssColorDialog
 
CssColorPicker - Class in org.jhotdraw8.draw.popup
 
CssColorPicker() - Constructor for class org.jhotdraw8.draw.popup.CssColorPicker
 
CssColorPopup - Class in org.jhotdraw8.draw.popup
 
CssColorPopup() - Constructor for class org.jhotdraw8.draw.popup.CssColorPopup
 
CssDimension2D - Class in org.jhotdraw8.draw.css.value
Represents a dimension with width, height values specified as CssSizes.
CssDimension2D() - Constructor for class org.jhotdraw8.draw.css.value.CssDimension2D
 
CssDimension2D(double, double) - Constructor for class org.jhotdraw8.draw.css.value.CssDimension2D
 
CssDimension2D(double, double, String) - Constructor for class org.jhotdraw8.draw.css.value.CssDimension2D
 
CssDimension2D(Point2D) - Constructor for class org.jhotdraw8.draw.css.value.CssDimension2D
 
CssDimension2D(CssSize, CssSize) - Constructor for class org.jhotdraw8.draw.css.value.CssDimension2D
 
CssDimension2DStyleableKey - Class in org.jhotdraw8.draw.key
Non-null CssDimension2DStyleableKey.
CssDimension2DStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.CssDimension2DStyleableKey
Creates a new instance with the specified name and with 0,0 as the default value.
CssDimension2DStyleableKey(String, CssDimension2D) - Constructor for class org.jhotdraw8.draw.key.CssDimension2DStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
CssDimension2DStyleableKey(String, CssDimension2D, CssConverter<CssDimension2D>) - Constructor for class org.jhotdraw8.draw.key.CssDimension2DStyleableKey
 
CssFont - Class in org.jhotdraw8.draw.css.value
Represents a font specified with family, weight, posture and size properties.
CssFont(String, FontWeight, FontPosture, CssSize) - Constructor for class org.jhotdraw8.draw.css.value.CssFont
 
CssFontPicker - Class in org.jhotdraw8.draw.popup
 
CssFontPicker() - Constructor for class org.jhotdraw8.draw.popup.CssFontPicker
 
CssInsets - Class in org.jhotdraw8.draw.css.value
Represents a set of inside offsets specified as CssSizes.
CssInsets() - Constructor for class org.jhotdraw8.draw.css.value.CssInsets
 
CssInsets(double, double, double, double, String) - Constructor for class org.jhotdraw8.draw.css.value.CssInsets
 
CssInsets(CssSize, CssSize, CssSize, CssSize) - Constructor for class org.jhotdraw8.draw.css.value.CssInsets
 
CssInsetsStyleableMapAccessor - Class in org.jhotdraw8.draw.key
InsetsStyleableMapAccessor.
CssInsetsStyleableMapAccessor(String, NonNullMapAccessor<CssSize>, NonNullMapAccessor<CssSize>, NonNullMapAccessor<CssSize>, NonNullMapAccessor<CssSize>) - Constructor for class org.jhotdraw8.draw.key.CssInsetsStyleableMapAccessor
Creates a new instance with the specified name.
CssLinearGradient - Class in org.jhotdraw8.draw.css.value
Represents a linear gradient.
CssLinearGradient(double, double, double, double, boolean, CycleMethod, Collection<CssStop>) - Constructor for class org.jhotdraw8.draw.css.value.CssLinearGradient
 
CssLinearGradient(double, double, double, double, boolean, CycleMethod, CssStop...) - Constructor for class org.jhotdraw8.draw.css.value.CssLinearGradient
 
CssLinearGradient(LinearGradient) - Constructor for class org.jhotdraw8.draw.css.value.CssLinearGradient
 
cssParserFactoryProperty() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
CssPoint2D - Class in org.jhotdraw8.draw.css.value
Represents a point with x, y values specified as CssSizes.
CssPoint2D() - Constructor for class org.jhotdraw8.draw.css.value.CssPoint2D
 
CssPoint2D(double, double) - Constructor for class org.jhotdraw8.draw.css.value.CssPoint2D
 
CssPoint2D(double, double, String) - Constructor for class org.jhotdraw8.draw.css.value.CssPoint2D
 
CssPoint2D(Point2D) - Constructor for class org.jhotdraw8.draw.css.value.CssPoint2D
 
CssPoint2D(CssSize, CssSize) - Constructor for class org.jhotdraw8.draw.css.value.CssPoint2D
 
CssPoint2DStyleableKey - Class in org.jhotdraw8.draw.key
Non-null CssPoint2DStyleableFigureKey.
CssPoint2DStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.CssPoint2DStyleableKey
Creates a new instance with the specified name and with 0,0 as the default value.
CssPoint2DStyleableKey(String, CssPoint2D) - Constructor for class org.jhotdraw8.draw.key.CssPoint2DStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
CssPoint2DStyleableKey(String, CssPoint2D, CssConverter<CssPoint2D>) - Constructor for class org.jhotdraw8.draw.key.CssPoint2DStyleableKey
 
CssPoint2DStyleableMapAccessor - Class in org.jhotdraw8.draw.key
CssPoint2DStyleableMapAccessor.
CssPoint2DStyleableMapAccessor(String, NonNullMapAccessor<CssSize>, NonNullMapAccessor<CssSize>) - Constructor for class org.jhotdraw8.draw.key.CssPoint2DStyleableMapAccessor
Creates a new instance with the specified name.
CssPoint2DStyleableMapAccessor(String, NonNullMapAccessor<CssSize>, NonNullMapAccessor<CssSize>, Converter<CssPoint2D>) - Constructor for class org.jhotdraw8.draw.key.CssPoint2DStyleableMapAccessor
Creates a new instance with the specified name.
CssPoint3D - Class in org.jhotdraw8.draw.css.value
Represents a point with x, y, z values specified as CssSizes.
CssPoint3D() - Constructor for class org.jhotdraw8.draw.css.value.CssPoint3D
 
CssPoint3D(double, double, double) - Constructor for class org.jhotdraw8.draw.css.value.CssPoint3D
 
CssPoint3D(double, double, double, String) - Constructor for class org.jhotdraw8.draw.css.value.CssPoint3D
 
CssPoint3D(CssSize, CssSize, CssSize) - Constructor for class org.jhotdraw8.draw.css.value.CssPoint3D
 
CssRadialGradient - Class in org.jhotdraw8.draw.css.value
Represents a radial gradient.
CssRadialGradient() - Constructor for class org.jhotdraw8.draw.css.value.CssRadialGradient
 
CssRadialGradient(double, double, double, double, double, boolean, CycleMethod, CssStop...) - Constructor for class org.jhotdraw8.draw.css.value.CssRadialGradient
 
CssRadialGradient(RadialGradient) - Constructor for class org.jhotdraw8.draw.css.value.CssRadialGradient
 
CssRectangle2D - Class in org.jhotdraw8.draw.css.value
Represents a rectangle with x, y, width and height values specified as CssSizes.
CssRectangle2D() - Constructor for class org.jhotdraw8.draw.css.value.CssRectangle2D
 
CssRectangle2D(double, double, double, double) - Constructor for class org.jhotdraw8.draw.css.value.CssRectangle2D
 
CssRectangle2D(double, double, double, double, String) - Constructor for class org.jhotdraw8.draw.css.value.CssRectangle2D
 
CssRectangle2D(Bounds) - Constructor for class org.jhotdraw8.draw.css.value.CssRectangle2D
 
CssRectangle2D(CssSize, CssSize, CssSize, CssSize) - Constructor for class org.jhotdraw8.draw.css.value.CssRectangle2D
 
CssRectangle2D(CssPoint2D, CssPoint2D) - Constructor for class org.jhotdraw8.draw.css.value.CssRectangle2D
 
CssRectangle2DStyleableMapAccessor - Class in org.jhotdraw8.draw.key
Rectangle2DStyleableMapAccessor.
CssRectangle2DStyleableMapAccessor(String, NonNullMapAccessor<CssSize>, NonNullMapAccessor<CssSize>, NonNullMapAccessor<CssSize>, NonNullMapAccessor<CssSize>) - Constructor for class org.jhotdraw8.draw.key.CssRectangle2DStyleableMapAccessor
Creates a new instance with the specified name.
CssSizeStyleableKey - Class in org.jhotdraw8.draw.key
CssSizeStyleableKey.
CssSizeStyleableKey(String, CssSize) - Constructor for class org.jhotdraw8.draw.key.CssSizeStyleableKey
Creates a new instance with the specified name, mask and default value.
CssStop - Record Class in org.jhotdraw8.draw.css.converter
CssStop.
CssStop(Double, CssColor) - Constructor for record class org.jhotdraw8.draw.css.converter.CssStop
Creates an instance of a CssStop record class.
CssStrokeStyle - Class in org.jhotdraw8.draw.css.value
 
CssStrokeStyle() - Constructor for class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
CssStrokeStyle(StrokeType, StrokeLineCap, StrokeLineJoin, CssSize, CssSize, ImmutableList<CssSize>) - Constructor for class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
CssTransforms - Class in org.jhotdraw8.draw.css.value
 
currentColorProperty() - Method in class org.jhotdraw8.draw.popup.CssColorDialog
 
currentColorProperty() - Method in class org.jhotdraw8.draw.popup.CssColorPopup
 
customColorProperty() - Method in class org.jhotdraw8.draw.popup.CssColorDialog
 
cut() - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
CYAN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
CYAN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 

D

DARKBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKCYAN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKCYAN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKGOLDENROD - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKGOLDENROD - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKGRAY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKGRAY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKGREY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKGREY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKKHAKI - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKKHAKI - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKMAGENTA - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKMAGENTA - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKOLIVEGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKOLIVEGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKORANGE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKORANGE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKORCHID - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKORCHID - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKRED - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKRED - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKSALMON - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKSALMON - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKSEAGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKSEAGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKSLATEBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKSLATEBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKSLATEGRAY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKSLATEGRAY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKSLATEGREY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKSLATEGREY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKTURQUOISE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKTURQUOISE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DARKVIOLET - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DARKVIOLET - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DASHARRAY - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
DASHOFFSET - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
DATE_PLACEHOLDER - Static variable in class org.jhotdraw8.draw.figure.PageLabelFigure
 
deactivate(DrawingEditor) - Method in class org.jhotdraw8.draw.tool.AbstractTool
This implementation is empty.
deactivate(DrawingEditor) - Method in interface org.jhotdraw8.draw.tool.Tool
Deactivates the tool.
declaredAndInheritedKeys - Static variable in interface org.jhotdraw8.draw.figure.Figure
FIXME should be private!
DEEPPINK - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DEEPPINK - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DEEPSKYBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DEEPSKYBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DEFAULT_CONSTRAINER_PROPERTY - Variable in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
The name of the "defaultConstrainer" property.
DEFAULT_TOOL_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
The name of the defaultTool property.
DefaultableFigure - Interface in org.jhotdraw8.draw.figure
 
DefaultableStyleableKey<T> - Class in org.jhotdraw8.draw.key
DefaultableStyleableKey.
DefaultableStyleableKey(String, Type, CssConverter<T>, CssDefaultableValue<T>, T) - Constructor for class org.jhotdraw8.draw.key.DefaultableStyleableKey
Creates a new instance with the specified name, mask and default value.
DefaultableStyleableMapAccessor<T> - Interface in org.jhotdraw8.draw.key
DefaultableStyleableMapAccessor.
DefaultableValueCssConverter<T> - Class in org.jhotdraw8.draw.css.converter
 
DefaultableValueCssConverter(CssConverter<T>) - Constructor for class org.jhotdraw8.draw.css.converter.DefaultableValueCssConverter
 
defaultConstrainerProperty() - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
All figures which are not in the map use the default constrainer.
DefaultFigureFactory - Class in org.jhotdraw8.draw.io
DefaultFigureFactory.
DefaultFigureFactory() - Constructor for class org.jhotdraw8.draw.io.DefaultFigureFactory
 
DefaultFigureFactory(IdFactory) - Constructor for class org.jhotdraw8.draw.io.DefaultFigureFactory
 
DefaultSystemColorConverter - Class in org.jhotdraw8.draw.css.value
The default color converter provides a fixed set of system colors.
DefaultSystemColorConverter() - Constructor for class org.jhotdraw8.draw.css.value.DefaultSystemColorConverter
 
defaultToolProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
defaultToolProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
The default tool.
deleteSelection() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
Dimension2DCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.CssDimension2D into a String and vice versa.
Dimension2DCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Dimension2DCssConverter
 
Dimension2DCssConverter(boolean, boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Dimension2DCssConverter
 
DIMGRAY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DIMGRAY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DIMGREY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DIMGREY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
DIRECTION_NEAREST - Static variable in interface org.jhotdraw8.draw.constrain.Constrainer
A direction vector with distance of zero.
DirtyBits - Enum Class in org.jhotdraw8.draw.model
DirtyBits describes how changing a property value of a Figure affects dependent objects.
DirtyMask - Class in org.jhotdraw8.draw.model
Represents a bitmask of DirtyBits.
disconnect() - Method in interface org.jhotdraw8.draw.figure.Figure
Disconnects all layout subjects and layout observers from this figure.
disconnect(Figure) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
disconnect(Figure) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Invokes the disconnect method of the figure and fires appropriate DrawingModelEvents.
dispose() - Method in class org.jhotdraw8.draw.handle.AbstractHandle
 
dispose() - Method in interface org.jhotdraw8.draw.handle.Handle
Disposes of all resources acquired by the handler.
DistributeHorizontallyAction - Class in org.jhotdraw8.draw.action
 
DistributeHorizontallyAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.DistributeHorizontallyAction
Creates a new instance.
DistributeVerticallyAction - Class in org.jhotdraw8.draw.action
 
DistributeVerticallyAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.DistributeVerticallyAction
Creates a new instance.
doAddedToDrawing(Drawing) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
doAddedToDrawing(Drawing) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
doAddedToDrawing(Drawing) - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
DOCUMENT_HOME - Static variable in interface org.jhotdraw8.draw.figure.Drawing
Specifies the home address of all relative URLs used in a drawing.
DODGERBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
DODGERBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
doRemovedFromDrawing(Drawing) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
doRemovedFromDrawing(Drawing) - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
doRemovedFromDrawing(Drawing) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
doTranslateFigure(Figure, CssPoint2D, CssPoint2D, DrawingModel) - Method in class org.jhotdraw8.draw.handle.MoveHandle
 
DoubleListStyleableKey - Class in org.jhotdraw8.draw.key
DoubleListStyleableKey.
DoubleListStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.DoubleListStyleableKey
Creates a new instance with the specified name and with null as the default value.
DoubleListStyleableKey(String, ImmutableList<Double>) - Constructor for class org.jhotdraw8.draw.key.DoubleListStyleableKey
Creates a new instance with the specified name, mask and default value.
DoubleStyleableKey - Class in org.jhotdraw8.draw.key
DoubleStyleableKey.
DoubleStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.DoubleStyleableKey
Creates a new instance with the specified name and with 0.0 as the default value.
DoubleStyleableKey(String, double) - Constructor for class org.jhotdraw8.draw.key.DoubleStyleableKey
Creates a new instance with the specified name, mask and default value.
DoubleStyleableKey(String, double, CssConverter<Double>) - Constructor for class org.jhotdraw8.draw.key.DoubleStyleableKey
 
DPI - Static variable in interface org.jhotdraw8.draw.render.RenderContext
The dots per inch of the rendering device.
DragTracker - Interface in org.jhotdraw8.draw.tool
A drag tracker provides the behavior for dragging selected figures to the SelectionTool.
drawGridProperty() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Whether to draw the grid.
drawing - Variable in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
 
Drawing - Interface in org.jhotdraw8.draw.figure
A drawing is an image composed of graphical (figurative) elements.
DRAWING_EDITOR_PROPERTY - Static variable in interface org.jhotdraw8.draw.tool.Tool
The name of the drawing editor property.
DRAWING_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the drawing property.
DRAWING_PROPERTY - Static variable in interface org.jhotdraw8.draw.model.DrawingModel
Name of the drawing property.
DRAWING_VIEW_PROPERTY - Static variable in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
DRAWING_VIEW_PROPERTY - Static variable in interface org.jhotdraw8.draw.tool.Tool
The name of the drawing view property.
DRAWING_VIEW_STYLE_CLASS - Static variable in class org.jhotdraw8.draw.SimpleDrawingView
The style class of the drawing view is "jhotdraw8-drawing-view".
DRAWING_VIEWS_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
The name of the drawingViews property.
drawingEditor() - Method in class org.jhotdraw8.draw.inspector.ToolsToolbar
 
DrawingEditor - Interface in org.jhotdraw8.draw
The DrawingEditor can be used to edit multiple DrawingViews with a single Tool.
DrawingEditorPreferencesHandler - Class in org.jhotdraw8.draw
Handles preferences for a drawing editor.
DrawingEditorPreferencesHandler(DrawingEditor, Preferences) - Constructor for class org.jhotdraw8.draw.DrawingEditorPreferencesHandler
Creates a new handler for the specified editor.
DrawingEditorPreferencesHandler(DrawingEditor, Preferences, String) - Constructor for class org.jhotdraw8.draw.DrawingEditorPreferencesHandler
Creates a new handler for the specified editor.
drawingEditorProperty() - Method in class org.jhotdraw8.draw.tool.AbstractTool
The active editor.
drawingEditorProperty() - Method in interface org.jhotdraw8.draw.tool.Tool
The currently active drawing editor.
DrawingInspector - Class in org.jhotdraw8.draw.inspector
FXML Controller class
DrawingInspector() - Constructor for class org.jhotdraw8.draw.inspector.DrawingInspector
 
DrawingInspector(URL) - Constructor for class org.jhotdraw8.draw.inspector.DrawingInspector
 
drawingModel - Variable in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
 
DrawingModel - Interface in org.jhotdraw8.draw.model
DrawingModel provides DrawingModelEvents about a Drawing.
DrawingModelEvent - Class in org.jhotdraw8.draw.model
DrawingModelEvent.
DrawingModelEvent.EventType - Enum Class in org.jhotdraw8.draw.model
 
DrawingModelEventUndoableEdit - Class in org.jhotdraw8.draw.undo
 
DrawingModelEventUndoableEdit(DrawingModelEvent) - Constructor for class org.jhotdraw8.draw.undo.DrawingModelEventUndoableEdit
 
DrawingModelFigureChildrenObservableList - Class in org.jhotdraw8.draw.model
This class allows to provide a proxy for the children list of a figure, the proxy performs all changes on the children list via the DrawingModel.
DrawingModelFigureChildrenObservableList(DrawingModel, Figure) - Constructor for class org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
Creates a new Transformation list wrapped around the source list.
DrawingModelFigureProperty<T> - Class in org.jhotdraw8.draw.model
This property is weakly bound to a property of a figure in the DrawingModel.
DrawingModelFigureProperty(DrawingModel, Figure, Key<T>, boolean) - Constructor for class org.jhotdraw8.draw.model.DrawingModelFigureProperty
 
DrawingModelFigureProperty(DrawingModel, Figure, Key<T>) - Constructor for class org.jhotdraw8.draw.model.DrawingModelFigureProperty
 
DrawingModelUndoAdapter - Class in org.jhotdraw8.draw.undo
DrawingModelUndoAdapter() - Constructor for class org.jhotdraw8.draw.undo.DrawingModelUndoAdapter
 
DrawingModelUndoAdapter(DrawingModel) - Constructor for class org.jhotdraw8.draw.undo.DrawingModelUndoAdapter
 
drawingProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The drawing model.
drawingProperty() - Method in interface org.jhotdraw8.draw.model.DrawingModel
The root of the drawing model.
drawingProperty() - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
drawingProperty() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
DrawingView - Interface in org.jhotdraw8.draw
A DrawingView can display a Drawing in a JavaFX scene graph.
drawingViewProperty() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
drawingViewProperty() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
drawingViewProperty() - Method in class org.jhotdraw8.draw.tool.AbstractTool
The active view.
drawingViewProperty() - Method in interface org.jhotdraw8.draw.tool.Tool
The currently active drawing view.
drawingViewsProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
drawingViewsProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
The drawing views associated with this editor.
DrawLabels - Class in org.jhotdraw8.draw
 
drawPane - Variable in class org.jhotdraw8.draw.tool.AbstractTool
 
DrawResourceBundleProvider - Class in org.jhotdraw8.draw.spi
 
DrawResourceBundleProvider() - Constructor for class org.jhotdraw8.draw.spi.DrawResourceBundleProvider
 
DrawStylesheets - Class in org.jhotdraw8.draw
 
duplicateSelection() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 

E

east(Figure) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Creates a handle for the specified figure.
east(TransformableFigure) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Creates a handle for the specified figure.
EAST - Static variable in class org.jhotdraw8.draw.locator.BoundsLocator
 
EAST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.ResizeHandleKit
 
EAST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.TransformHandleKit
 
editCopy() - Method in class org.jhotdraw8.draw.tool.AbstractTool
Copies the selection into the clipboard.
editCopy() - Method in interface org.jhotdraw8.draw.tool.Tool
Copies the selection into the clipboard.
editCut() - Method in class org.jhotdraw8.draw.tool.AbstractTool
Cuts the selection into the clipboard.
editCut() - Method in interface org.jhotdraw8.draw.tool.Tool
Cuts the selection into the clipboard.
editDelete() - Method in class org.jhotdraw8.draw.tool.AbstractTool
Deletes the selection.
editDelete() - Method in interface org.jhotdraw8.draw.tool.Tool
Deletes the selection.
editDuplicate() - Method in class org.jhotdraw8.draw.tool.AbstractTool
Duplicates the selection.
editDuplicate() - Method in interface org.jhotdraw8.draw.tool.Tool
Duplicates the selection.
EDITOR - Enum constant in enum class org.jhotdraw8.draw.render.RenderingIntent
 
EDITOR_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the editor property.
EditorActivity - Interface in org.jhotdraw8.draw
An application view which can return an editor.
editorProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
editorProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The drawing editor.
editorProperty() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
editorProperty() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
editPaste() - Method in class org.jhotdraw8.draw.tool.AbstractTool
Pastes the contents of the clipboard.
editPaste() - Method in interface org.jhotdraw8.draw.tool.Tool
Pastes the contents of the clipboard.
EFFECT - Static variable in interface org.jhotdraw8.draw.figure.CompositableFigure
Specifies an effect applied to the figure.
EffectCssConverter - Class in org.jhotdraw8.draw.css.converter
CssEffectConverter.
EffectCssConverter() - Constructor for class org.jhotdraw8.draw.css.converter.EffectCssConverter
 
EffectStyleableKey - Class in org.jhotdraw8.draw.key
EffectStyleableKey.
EffectStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.EffectStyleableKey
Creates a new instance with the specified name and with null as the default value.
EffectStyleableKey(String, Effect) - Constructor for class org.jhotdraw8.draw.key.EffectStyleableKey
Creates a new instance with the specified name and default value.
EffectXmlCssConverter - Class in org.jhotdraw8.draw.xml.converter
XmlEffectConverter.
EffectXmlCssConverter() - Constructor for class org.jhotdraw8.draw.xml.converter.EffectXmlCssConverter
 
ELBOW_OFFSET - Static variable in interface org.jhotdraw8.draw.figure.ElbowableLineFigure
The offset of the elbow with respect of the end of the line.
ElbowableLineFigure - Interface in org.jhotdraw8.draw.figure
A figure which supports drawing an elbow.
EllipseConnector - Class in org.jhotdraw8.draw.connector
EllipseConnector.
EllipseConnector() - Constructor for class org.jhotdraw8.draw.connector.EllipseConnector
 
EllipseConnector(Locator) - Constructor for class org.jhotdraw8.draw.connector.EllipseConnector
 
EllipseFigure - Class in org.jhotdraw8.draw.figure
Renders a javafx.scene.shape.Ellipse.
EllipseFigure() - Constructor for class org.jhotdraw8.draw.figure.EllipseFigure
 
EllipseFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.EllipseFigure
 
EllipseFigure(Rectangle2D) - Constructor for class org.jhotdraw8.draw.figure.EllipseFigure
 
EMPTY - Static variable in class org.jhotdraw8.draw.model.DirtyMask
 
END - Static variable in interface org.jhotdraw8.draw.figure.LineConnectingFigure
The end position of the line.
END - Static variable in class org.jhotdraw8.draw.figure.LineFigure
 
END_CONNECTOR - Static variable in interface org.jhotdraw8.draw.figure.LineConnectingFigure
The end connector.
END_TARGET - Static variable in interface org.jhotdraw8.draw.figure.LineConnectingFigure
The end target.
END_X - Static variable in interface org.jhotdraw8.draw.figure.LineConnectingFigure
The end position of the line.
END_X - Static variable in class org.jhotdraw8.draw.figure.LineFigure
 
END_Y - Static variable in interface org.jhotdraw8.draw.figure.LineConnectingFigure
The end position of the line.
END_Y - Static variable in class org.jhotdraw8.draw.figure.LineFigure
 
EnumPicker<T> - Class in org.jhotdraw8.draw.popup
Picker for boolean values.
EnumPicker(Class<T>, Converter<T>) - Constructor for class org.jhotdraw8.draw.popup.EnumPicker
 
equals(Object) - Method in class org.jhotdraw8.draw.css.value.CssColor
 
equals(Object) - Method in class org.jhotdraw8.draw.css.value.CssDimension2D
 
equals(Object) - Method in class org.jhotdraw8.draw.css.value.CssFont
 
equals(Object) - Method in class org.jhotdraw8.draw.css.value.CssInsets
 
equals(Object) - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
equals(Object) - Method in class org.jhotdraw8.draw.css.value.CssPoint2D
 
equals(Object) - Method in class org.jhotdraw8.draw.css.value.CssPoint3D
 
equals(Object) - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
equals(Object) - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
equals(Object) - Method in class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
equals(Object) - Method in class org.jhotdraw8.draw.locator.BoundsLocator
 
equals(Object) - Method in record class org.jhotdraw8.draw.css.converter.CssStop
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.jhotdraw8.draw.figure.TextEditableFigure.TextEditorData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.jhotdraw8.draw.handle.AbstractConnectorHandle.ConnectorAndConnectedFigure
Indicates whether some other object is "equal to" this one.
eventPane - Variable in class org.jhotdraw8.draw.tool.AbstractTool
 
ExamplesPicker<T> - Class in org.jhotdraw8.draw.popup
Picker for picking an example from a set of provided examples.
ExamplesPicker(ImmutableList<String>, Converter<T>) - Constructor for class org.jhotdraw8.draw.popup.ExamplesPicker
 
EXPORT - Enum constant in enum class org.jhotdraw8.draw.render.RenderingIntent
 
EXPORT_DRAWING_DPI_KEY - Static variable in interface org.jhotdraw8.draw.io.ExportOutputFormat
 
EXPORT_DRAWING_KEY - Static variable in interface org.jhotdraw8.draw.io.ExportOutputFormat
 
EXPORT_PAGES_DPI_KEY - Static variable in interface org.jhotdraw8.draw.io.ExportOutputFormat
 
EXPORT_PAGES_KEY - Static variable in interface org.jhotdraw8.draw.io.ExportOutputFormat
 
EXPORT_SLICES_DPI_KEY - Static variable in interface org.jhotdraw8.draw.io.ExportOutputFormat
 
EXPORT_SLICES_KEY - Static variable in interface org.jhotdraw8.draw.io.ExportOutputFormat
 
EXPORT_SLICES_RESOLUTION_2X_KEY - Static variable in interface org.jhotdraw8.draw.io.ExportOutputFormat
 
EXPORT_SLICES_RESOLUTION_3X_KEY - Static variable in interface org.jhotdraw8.draw.io.ExportOutputFormat
 
ExportOutputFormat - Interface in org.jhotdraw8.draw.io
ExportOutputFormat.

F

FIELD - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Background of input fields.
FIELD - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
FIELD - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
FIELD_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Text in input fields.
FIELD_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
FIELD_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
figure - Variable in class org.jhotdraw8.draw.model.DrawingModelFigureProperty
 
figure() - Method in record class org.jhotdraw8.draw.figure.TextEditableFigure.TextEditorData
Returns the value of the figure record component.
Figure - Interface in org.jhotdraw8.draw.figure
A figure is a graphical (figurative) element of a Drawing.
FIGURE_ADDED - Enum constant in enum class org.jhotdraw8.draw.handle.HandleEvent.EventType
 
FIGURE_INVALIDATED - Enum constant in enum class org.jhotdraw8.draw.handle.HandleEvent.EventType
 
FIGURE_REMOVED - Enum constant in enum class org.jhotdraw8.draw.handle.HandleEvent.EventType
 
figureAttributeKeys(Figure) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
figureAttributeKeys(Figure) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Returns all keys for the specified figure which should be converted into element attributes.
figureFactory - Variable in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
figureFactory - Variable in class org.jhotdraw8.draw.tool.AbstractCreationTool
 
FigureFactory - Interface in org.jhotdraw8.draw.io
FigureFactory.
figureNodeListKeys(Figure) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
figureNodeListKeys(Figure) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Returns all keys for the specified figure which should be converted into a node list.
FigurePropertyChangeEvent - Class in org.jhotdraw8.draw.figure
FigurePropertyChangeEvent.
FigurePropertyChangeEvent(Figure, Key<T>, T, T, boolean, boolean) - Constructor for class org.jhotdraw8.draw.figure.FigurePropertyChangeEvent
 
Figures - Class in org.jhotdraw8.draw.figure
Figures.
FigureSelectorModel - Class in org.jhotdraw8.draw.css.model
FigureSelectorModel.
FigureSelectorModel() - Constructor for class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
FigureSpecificConstrainer - Class in org.jhotdraw8.draw.constrain
Allows to use different constrainers for different figure types.
FigureSpecificConstrainer() - Constructor for class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
 
figureToNodeMap - Variable in class org.jhotdraw8.draw.render.SimpleDrawingRenderer
 
FILL - Static variable in interface org.jhotdraw8.draw.figure.FillableFigure
Defines the paint used for filling the interior of the figure.
FILL_RULE - Static variable in interface org.jhotdraw8.draw.figure.FillRulableFigure
Defines the fill-rule used for filling the interior of the figure..
FillableFigure - Interface in org.jhotdraw8.draw.figure
Interface figures which render a javafx.scene.shape.Shape and can be filled.
FillRulableFigure - Interface in org.jhotdraw8.draw.figure
Interface figures which render a javafx.scene.shape.Shape and can have a fill rule.
find(CssPoint2D, ConnectingFigure, ConnectableFigure, MouseEvent, double) - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
findConnector(double, double, Figure, double) - Method in interface org.jhotdraw8.draw.figure.ConnectableFigure
Gets a connector for this figure at the given location.
findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
findConnector(Point2D, Figure, double) - Method in interface org.jhotdraw8.draw.figure.ConnectableFigure
Gets a connector for this figure at the given location.
findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.draw.figure.CombinedPathFigure
 
findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.draw.figure.EllipseFigure
 
findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.draw.figure.ImageFigure
 
findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.draw.figure.RectangleFigure
 
findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.draw.figure.RegionFigure
 
findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.draw.figure.TextAreaFigure
 
findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.draw.figure.TextFigure
 
findFigure(double, double) - Method in interface org.jhotdraw8.draw.DrawingView
Finds the figure at the given view coordinates.
findFigure(double, double, Predicate<Figure>) - Method in interface org.jhotdraw8.draw.DrawingView
Finds the figure at the given view coordinates.
findFigure(double, double, Set<Figure>) - Method in interface org.jhotdraw8.draw.DrawingView
Finds the figure at the given view coordinates.
findFigure(Point2D) - Method in interface org.jhotdraw8.draw.DrawingView
Finds the figure at the given view coordinates.
findFigureNode(Figure, double, double) - Method in interface org.jhotdraw8.draw.DrawingView
Finds the front-most node of the specified figure that contains the specified view coordinates.
findFigureNode(Figure, double, double) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Given a figure and a point in view coordinates, finds the front-most JavaFX Node of the figure that intersects with the point.
findFigureNode(Figure, double, double) - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
findFigures(double, double, boolean) - Method in interface org.jhotdraw8.draw.DrawingView
Finds the figure at the given view coordinates behind the given figure.
findFigures(double, double, boolean, Predicate<Figure>) - Method in interface org.jhotdraw8.draw.DrawingView
Finds the figure at the given view coordinates behind the given figure.
findFigures(double, double, boolean, Predicate<Figure>) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Finds figures that intersect with the specified point in view coordinates, or that have a distance that is less than the tolerance of the editor.
findFigures(double, double, boolean, Predicate<Figure>) - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
findFigures(Point2D, boolean) - Method in interface org.jhotdraw8.draw.DrawingView
Finds the figures at the given view coordinates.
findFiguresInside(double, double, double, double, boolean) - Method in interface org.jhotdraw8.draw.DrawingView
Returns all figures that lie within the specified bounds given in view coordinates.
findFiguresInside(double, double, double, double, boolean) - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
findFiguresInside(double, double, double, double, boolean, Predicate<Figure>) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
findFiguresInside(Rectangle2D, boolean) - Method in interface org.jhotdraw8.draw.DrawingView
Returns all figures that are inside the specified bounds given in view coordinates.
findFiguresIntersecting(double, double, double, double, boolean) - Method in interface org.jhotdraw8.draw.DrawingView
Returns all figures that intersect the specified bounds given in view coordinates.
findFiguresIntersecting(double, double, double, double, boolean, Predicate<Figure>) - Method in interface org.jhotdraw8.draw.DrawingView
Returns all figures that intersect the specified bounds given in view coordinates.
findFiguresIntersecting(double, double, double, double, boolean, Predicate<Figure>) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
findFiguresIntersecting(double, double, double, double, boolean, Predicate<Figure>) - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
findFiguresIntersecting(Rectangle2D, boolean) - Method in interface org.jhotdraw8.draw.DrawingView
Returns all figures that intersect the specified bounds given in view coordinates.
findHandle(double, double) - Method in interface org.jhotdraw8.draw.DrawingView
Finds the handle at the given view coordinates.
findHandle(double, double) - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
findHandle(double, double) - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
findNodeRecursive(Node, double, double, double) - Method in class org.jhotdraw8.draw.render.NodeFinder
 
findPaper(CssDimension2D) - Method in class org.jhotdraw8.draw.io.PrinterExportFormat
 
fire(ToolEvent) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
FIREBRICK - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
FIREBRICK - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
fireDrawingModelEvent(DrawingModelEvent) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
fireDrawingModelEvent(DrawingModelEvent) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Fires the specified event.
fireDrawingModelInvalidated() - Method in interface org.jhotdraw8.draw.model.DrawingModel
Fires an "invalidated" event.
fireInvalidated(E) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
This method is invoked when this inspector has changed properties of the specified element.
fireInvalidated(Figure) - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
fireLayoutInvalidated(Figure) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Fires "node invalidated" event for the specified figure.
fireNodeInvalidated(Figure) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Fires "node invalidated" event for the specified figure.
firePropertyChangeEvent(FigurePropertyChangeEvent) - Method in class org.jhotdraw8.draw.figure.AbstractCompositeFigure
 
firePropertyChangeEvent(Figure, Key<T>, T, T, boolean, boolean) - Method in class org.jhotdraw8.draw.figure.AbstractCompositeFigure
 
firePropertyChangeEvent(FigurePropertyChangeEvent) - Method in interface org.jhotdraw8.draw.figure.Figure
Fires a property change event.
firePropertyChangeEvent(Figure, Key<T>, T, T, boolean, boolean) - Method in interface org.jhotdraw8.draw.figure.Figure
Fires a property change event.
firePropertyValueChanged(Figure, Key<T>, T, T, boolean, boolean) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Fires "node invalidated" event for the specified figure.
fireStyleInvalidated(Figure) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Fires "style invalidated" event for the specified figure.
fireToolDone() - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
fireToolStarted() - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
fireTransformInvalidated(Figure) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Fires "node invalidated" event for the specified figure.
fireTreeModelEvent(TreeModelEvent<Figure>) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
flattenTransforms() - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
FLORALWHITE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
FLORALWHITE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
FLUSH_TOP_RIGHT_LEFT - Static variable in interface org.jhotdraw8.draw.inspector.InspectorStyleClasses
This style class is used by controls that are placed without white space at their top, left and right bounds.
FOCUSED_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the focused property.
focusedProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The focused property is set to true, when the DrawingView has input focus.
focusedProperty() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
focusedProperty() - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
focusedProperty() - Method in interface org.jhotdraw8.draw.tool.Tool
 
font(String, double) - Static method in class org.jhotdraw8.draw.css.value.CssFont
 
font(String, FontWeight, FontPosture, double) - Static method in class org.jhotdraw8.draw.css.value.CssFont
 
font(String, FontWeight, FontPosture, CssSize) - Static method in class org.jhotdraw8.draw.css.value.CssFont
 
FONT - Static variable in interface org.jhotdraw8.draw.figure.TextFontableFigure
 
FONT_FAMILY - Static variable in interface org.jhotdraw8.draw.figure.TextFontableFigure
Defines the font used.
FONT_SIZE - Static variable in interface org.jhotdraw8.draw.figure.TextFontableFigure
 
FONT_STYLE - Static variable in interface org.jhotdraw8.draw.figure.TextFontableFigure
 
FONT_WEIGHT - Static variable in interface org.jhotdraw8.draw.figure.TextFontableFigure
 
FontCssConverter - Class in org.jhotdraw8.draw.css.converter
CssFontConverter.
FontCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.FontCssConverter
 
FontFamilyPicker - Class in org.jhotdraw8.draw.popup
 
FontFamilyPicker() - Constructor for class org.jhotdraw8.draw.popup.FontFamilyPicker
 
FontStyleableMapAccessor - Class in org.jhotdraw8.draw.key
FontStyleableMapAccessor.
FontStyleableMapAccessor(String, MapAccessor<String>, MapAccessor<FontWeight>, MapAccessor<FontPosture>, MapAccessor<CssSize>) - Constructor for class org.jhotdraw8.draw.key.FontStyleableMapAccessor
Creates a new instance with the specified name.
FORESTGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
FORESTGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
forListView(StyleClassesInspector) - Static method in class org.jhotdraw8.draw.inspector.StyleClassCell
 
forListView(DrawingModel, LayersInspector) - Static method in class org.jhotdraw8.draw.inspector.LayerCell
Creates a LayerCell cell factory for use in ListView controls.
forwardUndoableEdit(UndoableEditEvent) - Method in class org.jhotdraw8.draw.action.AbstractDrawingViewAction
 
forwardUndoableEdit(UndoableEditEvent) - Method in class org.jhotdraw8.draw.inspector.AbstractSelectionInspector
 
forwardUndoableEdit(UndoableEditEvent) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
forwardUndoableEdit(UndoableEditEvent) - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
forwardUndoableEdit(UndoableEditEvent) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
forwardUndoableEditEvent(UndoableEditEvent) - Method in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
 
fromExternalDrawing(Drawing) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Creates an internal representation of the drawing.
fromFXImage(Image, BufferedImage) - Static method in class org.jhotdraw8.draw.io.BitmapExportOutputFormat
Snapshots the specified JavaFX Image object and stores a copy of its pixels into a BufferedImage object, creating a new object if needed.
fromString(CharBuffer, IdResolver) - Method in class org.jhotdraw8.draw.xml.converter.BezierPathXmlConverter
 
fromString(CharBuffer, IdResolver) - Method in class org.jhotdraw8.draw.xml.converter.ConnectorXmlConverter
 
fromString(CharBuffer, IdResolver) - Method in class org.jhotdraw8.draw.xml.converter.FXPathElementsXmlConverter
 
fromString(CharBuffer, IdResolver) - Method in class org.jhotdraw8.draw.xml.converter.FXPathXmlConverter
 
fromString(CharBuffer, IdResolver) - Method in class org.jhotdraw8.draw.xml.converter.Path2DDoubleXmlConverter
 
fromString(CharBuffer, IdResolver) - Method in class org.jhotdraw8.draw.xml.converter.PathMetricsXmlConverter
 
fromString(CharBuffer, IdResolver) - Method in class org.jhotdraw8.draw.xml.converter.SvgPathXmlConverter
 
FUCHSIA - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
FUCHSIA - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
FULL - Enum constant in enum class org.jhotdraw8.draw.figure.LabelAutorotate
Fully rotates the label from 0 to 360 degrees.
FXPathCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts an SVG path to a CSS String.
FXPathCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.FXPathCssConverter
 
FXPathElementsCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts an SVG path to a list of PathElements.
FXPathElementsCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.FXPathElementsCssConverter
 
FXPathElementsXmlConverter - Class in org.jhotdraw8.draw.xml.converter
Converts a list of PathElement from/to an XML attribute text.
FXPathElementsXmlConverter() - Constructor for class org.jhotdraw8.draw.xml.converter.FXPathElementsXmlConverter
 
FXPathXmlConverter - Class in org.jhotdraw8.draw.xml.converter
Converts a list of PathElement from/to an XML attribute text.
FXPathXmlConverter() - Constructor for class org.jhotdraw8.draw.xml.converter.FXPathXmlConverter
 

G

GAINSBORO - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
GAINSBORO - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
get(int) - Method in class org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
 
get(E, WritableStyleableMapAccessor<Object>) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.BoundingBoxMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.BoundingBoxStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.CssInsetsStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.CssPoint2DStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.CssRectangle2DStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.FontStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.InsetsStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.NullableCssRectangle2DStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.PaperSizeStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Point3DStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Rectangle2DMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Rectangle2DStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Scale2DStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Scale3DStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.StrokeStyleableMapAccessor
 
get(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.SymmetricCssPoint2DStyleableMapAccessor
 
get(Figure, WritableStyleableMapAccessor<Object>) - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
get(Figure, MapAccessor<T>) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Gets the specified property from the figure.
get(MapAccessor<T>) - Method in class org.jhotdraw8.draw.render.SimpleRenderContext
Gets a property value.
getAccessor(SelectorModel<E>, E, String, String) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
getAccessor(SelectorModel<Figure>, Figure, String, String) - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
getAccessor(Figure, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getAccessorPickerMap() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
Gets the value of the accessorPickerMap property.
getActiveDrawingView() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the active drawing view.
getActiveHandle() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the activeHandle property.
getActiveParent() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the activeParent property.
getActiveTool() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the active tool.
getAnchorHandleType() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the value of the anchorHandleType property.
getAttribute(Figure, StyleOrigin, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getAttributeAsString(Figure, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getAttributeAsString(Figure, StyleOrigin, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getAttributeFilter() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
getAttributeNameByKey(Figure, MapAccessor<?>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
getAttributeNameByKey(Figure, MapAccessor<?>) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Maps a key to a XML attribute name.
getAttributeNames(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getBackgroundChildren() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
getBezierNode() - Method in class org.jhotdraw8.draw.handle.AbstractBezierNodeHandleAction
 
getBottom() - Method in class org.jhotdraw8.draw.css.value.CssInsets
 
getBoundsInLocal() - Method in class org.jhotdraw8.draw.figure.AbstractCompositeFigure
 
getBoundsInLocal() - Method in class org.jhotdraw8.draw.figure.ClippingFigure
 
getBoundsInLocal() - Method in interface org.jhotdraw8.draw.figure.Figure
The bounds of this figure in local coordinates, including space required for a non-zero stroke.
getBoundsInLocal() - Method in class org.jhotdraw8.draw.figure.ImageFigure
 
getBoundsInLocal() - Method in class org.jhotdraw8.draw.figure.LayerFigure
A layer always has the following bounds [0,0,MAX_VALUE,MAX_VALUE].
getBoundsInLocal() - Method in class org.jhotdraw8.draw.figure.SliceFigure
 
getBoundsInLocal() - Method in interface org.jhotdraw8.draw.figure.StrokableFigure
 
getBoundsInParent() - Method in interface org.jhotdraw8.draw.figure.Figure
The bounds of this figure in parent coordinates including space required for a non-zero stroke.
getBoundsInWorld() - Method in interface org.jhotdraw8.draw.figure.Figure
The bounds of this figure in world coordinates including space required for a non-zero stroke.
getBoundsInWorld(Iterable<? extends Figure>) - Static method in class org.jhotdraw8.draw.figure.Figures
 
getBundle(String, Locale) - Method in class org.jhotdraw8.draw.spi.DrawResourceBundleProvider
 
getCachedLayoutBounds() - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
getCachedLocalToParent() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getCachedLocalToParent() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
getCachedLocalToWorld() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getCachedLocalToWorld() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
getCachedParentToLocal() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getCachedParentToLocal() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
getCachedParentToWorld() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getCachedParentToWorld() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
getCachedWorldToLocal() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getCachedWorldToLocal() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
getCachedWorldToParent() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getCachedWorldToParent() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
getCallback() - Method in class org.jhotdraw8.draw.popup.CssColorPopup
 
getCenterBounds(Iterable<? extends Figure>) - Static method in class org.jhotdraw8.draw.figure.Figures
 
getCenterInLocal() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the center of the figure in the local coordinates of the figure.
getCenterInParent() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the center of the figure in the local coordinates of the figure.
getCenterX() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
getCenterY() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
getChild() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
If a child was added or removed, returns the child.
getChild(Figure, int) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Gets the child at the given index from the parent.
getChildCount(Figure) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Gets the child count of the specified figure.
getChildren() - Method in class org.jhotdraw8.draw.figure.AbstractCompositeFigure
 
getChildren() - Method in class org.jhotdraw8.draw.figure.AbstractLeafFigure
 
getChildren() - Method in interface org.jhotdraw8.draw.figure.Figure
The child figures.
getChildren(Figure) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Gets the getChildren of the specified figure.
getClipboardInputFormat() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the clipboardInputFormat property.
getClipboardOutputFormat() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the clipboardOutputFormat property.
getClipBounds() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Gets the value of the clipBounds property.
getClosestFigure(List<Map.Entry<Figure, Double>>) - Method in interface org.jhotdraw8.draw.DrawingView
 
getColor() - Method in class org.jhotdraw8.draw.css.value.CssColor
 
getColor(SystemColorConverter) - Method in class org.jhotdraw8.draw.css.value.CssColor
 
getComposedAttributeNames(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getConstrainer() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the constrainer property.
getConstrainerMap() - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
Gets the value of the constrainerMap property.
getContentChildren() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
getContentHeight() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the contentHeight property.
getContentToView() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the contentToView property.
getContentWidth() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the contentWidth property.
getConvertedBoundsValue() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
getConvertedValue() - Method in class org.jhotdraw8.draw.css.value.CssDimension2D
 
getConvertedValue() - Method in class org.jhotdraw8.draw.css.value.CssInsets
 
getConvertedValue() - Method in class org.jhotdraw8.draw.css.value.CssPoint2D
 
getConvertedValue() - Method in class org.jhotdraw8.draw.css.value.CssPoint3D
 
getConvertedValue() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
getConvertedValue(double, double) - Method in class org.jhotdraw8.draw.css.value.CssInsets
Converts values using the specified width and heights for converting percentages in the insets.
getConvertedValue(UnitConverter) - Method in class org.jhotdraw8.draw.css.value.CssInsets
 
getConvertedValue(UnitConverter, String) - Method in class org.jhotdraw8.draw.css.value.CssInsets
 
getConverter() - Method in class org.jhotdraw8.draw.inspector.LayerCell
Returns the StringConverter used in this cell.
getConverter(SelectorModel<E>, E, String, String) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
getConverter(SelectorModel<Figure>, Figure, String, String) - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
getConverter(Figure, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getConverter(MapAccessor<T>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.BoundingBoxStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.CssDimension2DStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.CssInsetsStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.CssPoint2DStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.CssPoint2DStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.CssRectangle2DStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.CssSizeStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.DefaultableStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.DoubleListStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.DoubleStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.EffectStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.FontStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.InsetsStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.InsetsStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullableBezierPathStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullableBooleanStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullableCssColorStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullableCssRectangle2DStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullableCssSizeStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullableDoubleStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullableFXPathElementsStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullableFXPathStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullablePaintableStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullablePathMetricsStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullablePoint2DStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullableStringStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.NullableUriStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.PaperSizeStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.Point2DListStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.Point2DStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.Point3DStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.Rectangle2DStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.Rectangle2DStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.RegexStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.Scale2DStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.Scale3DStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.StringOrIdentStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.StringReadOnlyStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.StringStyleableKey
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.StrokeStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.SymmetricCssPoint2DStyleableMapAccessor
 
getCssConverter() - Method in class org.jhotdraw8.draw.key.TransformListStyleableKey
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.AbstractCompositeFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
The bounds of this drawing is determined by its WIDTH and its HEIGHT.
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.ArcFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.EllipseFigure
 
getCssLayoutBounds() - Method in interface org.jhotdraw8.draw.figure.Figure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.ImageFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.LineFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.PageFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.PolylineFigure
 
getCssLayoutBounds() - Method in interface org.jhotdraw8.draw.figure.RectangularFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.SliceFigure
 
getCssLayoutBounds() - Method in class org.jhotdraw8.draw.figure.TextFigure
 
getCssName() - Method in class org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey
 
getCssName() - Method in class org.jhotdraw8.draw.key.AbstractStyleableKey
 
getCssName() - Method in class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
 
getCssNamespace() - Method in class org.jhotdraw8.draw.key.AbstractStyleableKey
 
getCssParserFactory() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
Gets the value of the cssParserFactory property.
getCssParserFactoryOrDefault() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
getCurrentColor() - Method in class org.jhotdraw8.draw.popup.CssColorDialog
Gets the value of the currentColor property.
getCurrentColor() - Method in class org.jhotdraw8.draw.popup.CssColorPopup
Gets the value of the currentColor property.
getCursor() - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.AnchorOutlineHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.BezierNodeNonMovableEditHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.BezierNodeTangentHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.BezierPathOutlineHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.BoundsInLocalOutlineHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.BoundsInParentOutlineHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.BoundsInTranslationOutlineHandle
 
getCursor() - Method in interface org.jhotdraw8.draw.handle.Handle
The cursor that should be shown when the mouse hovers over a selectable handle.
getCursor() - Method in class org.jhotdraw8.draw.handle.LineOutlineHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.MoveHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.MultipleSelectionOutlineHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.PathIterableOutlineHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.PathIterablePointsHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.PointHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.PolyPointMoveHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.RelativeControlPointHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.RelativePointHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.RotateHandle
 
getCursor() - Method in class org.jhotdraw8.draw.handle.SelectionHandle
 
getCustomColor() - Method in class org.jhotdraw8.draw.popup.CssColorDialog
Gets the value of the customColor property.
getCycleMethod() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
getCycleMethod() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
getDashArray() - Method in class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
getDashOffset() - Method in class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
getDeclaredAndInheritedMapAccessors(Class<?>) - Static method in interface org.jhotdraw8.draw.figure.Figure
Returns all keys declared in this class and inherited from parent classes.
getDeclaredKeys() - Static method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
getDeclaredKeys(Class<?>, Collection<Key<?>>) - Static method in interface org.jhotdraw8.draw.figure.Figure
 
getDeclaredMapAccessors(Class<?>, ImmutableSet<MapAccessor<?>>) - Static method in interface org.jhotdraw8.draw.figure.Figure
 
getDecomposedAttributeNames(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getDefaultableStyled(StyleOrigin, DefaultableStyleableMapAccessor<T>) - Method in interface org.jhotdraw8.draw.figure.DefaultableFigure
 
getDefaultableStyled(DefaultableStyleableMapAccessor<T>) - Method in interface org.jhotdraw8.draw.figure.DefaultableFigure
Returns the styled value.
getDefaultableStyledNonNull(DefaultableStyleableMapAccessor<T>) - Method in interface org.jhotdraw8.draw.figure.DefaultableFigure
Returns the styled value.
getDefaultConstrainer() - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
Gets the value of the defaultConstrainer property.
getDefaultHeight() - Method in class org.jhotdraw8.draw.tool.CreationTool
 
getDefaultHeight() - Method in class org.jhotdraw8.draw.tool.ImageCreationTool
 
getDefaultHeight() - Method in class org.jhotdraw8.draw.tool.TextCreationTool
 
getDefaultHeight() - Method in class org.jhotdraw8.draw.tool.TextEditingTool
 
getDefaultTool() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the default tool.
getDefaultValue() - Method in class org.jhotdraw8.draw.css.converter.AwtPathCssConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.css.converter.ColorCssConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.css.converter.DefaultableValueCssConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.css.converter.EffectCssConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.css.converter.FXPathCssConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.css.converter.FXPathElementsCssConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.css.converter.PaperSizeCssConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.css.converter.Scale3DCssConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.css.converter.SymmetricCssPoint2DCssConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.css.converter.SymmetricPoint2DConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.key.AbstractMapAccessor
Returns the default value of the attribute.
getDefaultValue() - Method in class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
Returns the default value of the attribute.
getDefaultValue() - Method in class org.jhotdraw8.draw.xml.converter.BezierPathXmlConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.xml.converter.ConnectorXmlConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.xml.converter.FXPathElementsXmlConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.xml.converter.FXPathXmlConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.xml.converter.Path2DDoubleXmlConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.xml.converter.PathMetricsXmlConverter
 
getDefaultValue() - Method in class org.jhotdraw8.draw.xml.converter.SvgPathXmlConverter
 
getDefaultValue(Figure, MapAccessor<T>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
getDefaultValue(Figure, MapAccessor<T>) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Returns the default for the key.
getDefaultWidth() - Method in class org.jhotdraw8.draw.tool.CreationTool
 
getDefaultWidth() - Method in class org.jhotdraw8.draw.tool.ImageCreationTool
 
getDefaultWidth() - Method in class org.jhotdraw8.draw.tool.TextCreationTool
 
getDefaultWidth() - Method in class org.jhotdraw8.draw.tool.TextEditingTool
 
getDragTracker(Figure, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
Method to get a DragTracker which handles user interaction for dragging the specified figure.
getDrawing() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the drawing property.
getDrawing() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getDrawing() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the ancestor Drawing.
getDrawing() - Method in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
 
getDrawing() - Method in class org.jhotdraw8.draw.inspector.AbstractSelectionInspector
 
getDrawing() - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
getDrawing() - Method in interface org.jhotdraw8.draw.model.DrawingModel
Gets the root of the tree.
getDrawing() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
If a child was added or removed from a drawing, returns the drawing.
getDrawing() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
getDrawingEditor() - Method in class org.jhotdraw8.draw.inspector.ToolsToolbar
 
getDrawingEditor() - Method in interface org.jhotdraw8.draw.tool.Tool
Gets the value of the drawingEditor property.
getDrawingModel() - Method in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
 
getDrawingModel() - Method in class org.jhotdraw8.draw.inspector.AbstractDrawingViewInspector
 
getDrawingModel() - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
getDrawingModelListeners() - Method in class org.jhotdraw8.draw.model.AbstractDrawingModel
 
getDrawingModelListeners() - Method in interface org.jhotdraw8.draw.model.DrawingModel
List of drawing model listeners.
getDrawingView() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Gets the value of the drawingView property.
getDrawingView() - Method in interface org.jhotdraw8.draw.tool.Tool
Gets the active drawing view.
getDrawingViews() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the drawing views.
getEditor() - Method in class org.jhotdraw8.draw.action.AbstractDrawingViewAction
Gets the drawing editor.
getEditor() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the editor property.
getEditor() - Method in interface org.jhotdraw8.draw.EditorActivity
 
getElbowOffset() - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
The offset of the elbow from the end of the line.
getElbowOffset() - Method in interface org.jhotdraw8.draw.figure.ElbowableLineFigure
The offset of the elbow from the end of the line.
getElementNameByFigure(Figure) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
getElementNameByFigure(Figure) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Maps a figure to an XML element name.
getElementNameByKey(Figure, MapAccessor<?>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
getElementNameByKey(Figure, MapAccessor<?>) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Maps a key to a XML element name.
getEndTargetPoint() - Method in interface org.jhotdraw8.draw.figure.LineConnectingFigure
Gets the end target point or the end point if the end target point is not present.
getEndX() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
getEndY() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
getEntities() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
getEntities() - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
getEventType() - Method in class org.jhotdraw8.draw.handle.HandleEvent
 
getEventType() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
Returns the event type.
getEventType() - Method in class org.jhotdraw8.draw.tool.ToolEvent
 
getExamples() - Method in class org.jhotdraw8.draw.css.converter.EffectCssConverter
 
getExamples() - Method in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
getExamples() - Method in class org.jhotdraw8.draw.key.EffectStyleableKey
 
getExtension() - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
getExtension() - Method in class org.jhotdraw8.draw.io.BitmapExportOutputFormat
 
getExtension() - Method in class org.jhotdraw8.draw.io.PrinterExportFormat
 
getFamily() - Method in class org.jhotdraw8.draw.css.value.CssFont
 
getFiguresWithCompatibleHandle(Collection<Figure>, Handle) - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
getFiguresWithCompatibleHandle(Collection<Figure>, Handle) - Method in interface org.jhotdraw8.draw.DrawingView
Gets selected figures with the same handle.
getFiguresWithCompatibleHandle(Collection<Figure>, Handle) - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
getFocusAngle() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
getFocusDistance() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
getFont() - Method in class org.jhotdraw8.draw.css.value.CssFont
 
getForegroundChildren() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
getFxmlResource() - Static method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
getGridColor() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Gets the value of the gridColor property.
getHandleColor() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the value of the handleColor property.
getHandles() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the handles property.
getHandleSize() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the value of the handleSize property.
getHandleStrokeWidth() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the value of the handleStrokeWidth property.
getHandleTracker(Handle) - Method in class org.jhotdraw8.draw.tool.SelectionTool
Method to get a HandleTracker which handles user interaction for the specified handle.
getHandleType() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the value of the handleType property.
getHbarPolicy() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the hbarPolicy property.
getHeight() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Gets the value of the height property.
getHeight() - Method in class org.jhotdraw8.draw.css.value.CssDimension2D
 
getHeight() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.AwtPathCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.BezierPathCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.BoundingBoxCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.ColorCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.DefaultableValueCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.Dimension2DCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.EffectCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.FontCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.FXPathCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.FXPathElementsCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.IdentCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.InsetsConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.InsetsCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.LinearGradientCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.LocatorCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.PaintableCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.PaintCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.PaperSizeCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.PathMetricsCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.Point2DConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.Point2DCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.Point3DConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.Point3DCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.RadialGradientCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.Rectangle2DConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.Rectangle2DCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.RegexCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.Scale2DCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.Scale3DCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.SymmetricCssPoint2DCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.SymmetricPoint2DConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.TransformCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.converter.Translate3DCssConverter
 
getHelpText() - Method in class org.jhotdraw8.draw.css.function.LadderCssFunction
 
getHelpText() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the value of the helpText property.
getHelpText() - Method in class org.jhotdraw8.draw.tool.BezierCreationTool
 
getHelpText() - Method in class org.jhotdraw8.draw.tool.ConnectionTool
 
getHelpText() - Method in class org.jhotdraw8.draw.tool.CreationTool
 
getHelpText() - Method in class org.jhotdraw8.draw.tool.PolyCreationTool
 
getHelpText() - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
getHelpText() - Method in class org.jhotdraw8.draw.tool.TextCreationTool
 
getHelpText() - Method in class org.jhotdraw8.draw.tool.TextEditingTool
 
getHelpText() - Method in interface org.jhotdraw8.draw.tool.Tool
Returns a localized help text for this tool.
getId() - Method in interface org.jhotdraw8.draw.figure.StyleableFigure
Gets the value of the id property.
getId(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getIdFactory() - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
getIdFactory() - Method in class org.jhotdraw8.draw.io.SimpleXmlReader
 
getIndex() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
If the figure was added or removed, returns the child index.
getInitialValue() - Method in class org.jhotdraw8.draw.key.DefaultableStyleableKey
Returns the initial value of the attribute.
getInitialValue() - Method in interface org.jhotdraw8.draw.key.DefaultableStyleableMapAccessor
 
getInspectorsStylesheet() - Static method in class org.jhotdraw8.draw.DrawStylesheets
 
getInvalidationListeners() - Method in interface org.jhotdraw8.draw.model.DrawingModel
List of invalidation listeners.
getInverseTransform() - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
getKey() - Method in class org.jhotdraw8.draw.figure.FigurePropertyChangeEvent
Returns the key of the property that has changed.
getKey() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
If the figure was changed, returns the property key.
getKeyByAttributeName(Figure, String) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
getKeyByAttributeName(Figure, String) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Maps an XML attribute name to a key.
getKeyByElementName(Figure, String) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
getKeyByElementName(Figure, String) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Maps an XML element name to a key.
getLabel() - Method in interface org.jhotdraw8.draw.tool.Tool
The localized name of the action for use in controls.
getLayer() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the ancestor Layer.
getLayerFactory() - Method in class org.jhotdraw8.draw.io.SimpleXmlReader
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.AbstractCompositeFigure
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.ArcFigure
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.EllipseFigure
 
getLayoutBounds() - Method in interface org.jhotdraw8.draw.figure.Figure
The bounds that should be used for transformations of this figure.
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.LineFigure
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.PageFigure
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.PolylineFigure
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.SliceFigure
 
getLayoutBounds() - Method in class org.jhotdraw8.draw.figure.TextFigure
 
getLayoutBoundsInParent() - Method in class org.jhotdraw8.draw.figure.AbstractCompositeFigure
 
getLayoutBoundsInParent() - Method in interface org.jhotdraw8.draw.figure.Figure
The layout bounds of this figure in parent coordinates.
getLayoutBoundsInWorld() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the layout bounds of the figure in world coordinates, including space required for non-zero strokkes.
getLayoutObservers() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getLayoutObservers() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns all figures which observe the layout of this figure.
getLayoutSubjects() - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
Returns all figures which are connected by this figure - they provide to the layout of this figure.
getLayoutSubjects() - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
Returns all figures which are connected by this figure - they provide to the layout of this figure.
getLayoutSubjects() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns all figures which are subject to the layout of this figure.
getLeadHandleType() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the value of the leadHandleType property.
getLeft() - Method in class org.jhotdraw8.draw.css.value.CssInsets
 
getLinearGradient() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
getLineCap() - Method in class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
getLineJoin() - Method in class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
getListView() - Method in class org.jhotdraw8.draw.inspector.LayersInspector
 
getLocalToParent() - Method in class org.jhotdraw8.draw.figure.AbstractViewBoxDrawing
 
getLocalToParent() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the transformation from local coordinates into parent coordinates.
getLocalToParent() - Method in interface org.jhotdraw8.draw.figure.NonTransformableFigure
 
getLocalToParent() - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
getLocalToParent(boolean) - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
getLocalToParentAsList(boolean) - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
getLocalToWorld() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the transformation from local coordinates into world coordinates.
getLocalToWorld() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
getLocation() - Method in class org.jhotdraw8.draw.handle.LocatorHandle
Returns the location in local figure coordinates.
getLocation(DrawingView) - Method in class org.jhotdraw8.draw.handle.LocatorHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.BezierNodeNonMovableEditHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.BezierNodeTangentHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.MoveHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.PointHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.PolyPointMoveHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.RelativeControlPointHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.RelativePointHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.RotateHandle
 
getLocationInView() - Method in class org.jhotdraw8.draw.handle.SelectionHandle
 
getLocator() - Method in class org.jhotdraw8.draw.connector.LocatorConnector
Returns the locator used to compute the position of the connector.
getMajorX() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Gets the value of the majorX property.
getMajorY() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Gets the value of the majorY property.
getMarkerCenterScaleFactor() - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
getMarkerCenterScaleFactor() - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
getMarkerCenterScaleFactor() - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
getMarkerCenterShape() - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
getMarkerCenterShape() - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
getMarkerCenterShape() - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
getMarkerEndScaleFactor() - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
getMarkerEndScaleFactor() - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
getMarkerEndScaleFactor() - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
getMarkerEndScaleFactor() - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
getMarkerEndScaleFactor() - Method in interface org.jhotdraw8.draw.figure.MarkerEndableFigure
 
getMarkerEndShape() - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
getMarkerEndShape() - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
getMarkerEndShape() - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
getMarkerEndShape() - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
getMarkerEndShape() - Method in interface org.jhotdraw8.draw.figure.MarkerEndableFigure
 
getMarkerMidScaleFactor() - Method in interface org.jhotdraw8.draw.figure.MarkerMidableFigure
 
getMarkerMidShape() - Method in interface org.jhotdraw8.draw.figure.MarkerMidableFigure
 
getMarkerSegmentScaleFactor() - Method in interface org.jhotdraw8.draw.figure.MarkerSegmentableFigure
 
getMarkerSegmentShape() - Method in interface org.jhotdraw8.draw.figure.MarkerSegmentableFigure
 
getMarkerStartScaleFactor() - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
getMarkerStartScaleFactor() - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
getMarkerStartScaleFactor() - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
getMarkerStartScaleFactor() - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
getMarkerStartScaleFactor() - Method in interface org.jhotdraw8.draw.figure.MarkerStartableFigure
 
getMarkerStartShape() - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
getMarkerStartShape() - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
getMarkerStartShape() - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
getMarkerStartShape() - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
getMarkerStartShape() - Method in interface org.jhotdraw8.draw.figure.MarkerStartableFigure
 
getMax() - Method in class org.jhotdraw8.draw.inspector.ZoomToolbar
Gets the value of the max property.
getMaxX() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
getMaxY() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
getMin() - Method in class org.jhotdraw8.draw.inspector.ZoomToolbar
Gets the value of the min property.
getMinX() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
getMinY() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
getMiterLimit() - Method in class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
getModel() - Method in interface org.jhotdraw8.draw.DrawingView
Returns the underlying drawing model.
getModel() - Method in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
 
getModel() - Method in class org.jhotdraw8.draw.inspector.AbstractSelectionInspector
 
getModel() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Gets the value of the model property.
getMultiHandleType() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the value of the multiHandleType property.
getName() - Method in class org.jhotdraw8.draw.css.value.CssColor
 
getName() - Method in class org.jhotdraw8.draw.key.AbstractMapAccessor
Returns the name string.
getName() - Method in class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
Returns the name string.
getName() - Method in interface org.jhotdraw8.draw.tool.Tool
The name of the action for use in action maps and for resource bundles.
getNewValue() - Method in class org.jhotdraw8.draw.figure.FigurePropertyChangeEvent
 
getNewValue() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
If the figure was changed, returns the new property value.
getNode() - Method in interface org.jhotdraw8.draw.constrain.Constrainer
Returns a node that renders the grid in view coordinates.
getNode() - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
 
getNode() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
 
getNode() - Method in class org.jhotdraw8.draw.constrain.NullConstrainer
 
getNode() - Method in interface org.jhotdraw8.draw.DrawingView
Returns the javafx.scene.Node of the DrawingView.
getNode() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
getNode() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
getNode() - Method in class org.jhotdraw8.draw.inspector.DrawingInspector
 
getNode() - Method in class org.jhotdraw8.draw.inspector.GridInspector
 
getNode() - Method in class org.jhotdraw8.draw.inspector.HandlesInspector
 
getNode() - Method in class org.jhotdraw8.draw.inspector.HelpTextInspector
 
getNode() - Method in class org.jhotdraw8.draw.inspector.HierarchyInspector
 
getNode() - Method in interface org.jhotdraw8.draw.inspector.Inspector
 
getNode() - Method in class org.jhotdraw8.draw.inspector.LayersInspector
 
getNode() - Method in class org.jhotdraw8.draw.inspector.StyleClassesInspector
 
getNode() - Method in class org.jhotdraw8.draw.inspector.StylesheetsInspector
 
getNode() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
The figure which was added, removed or of which a property changed.
getNode() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
getNode() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
getNode() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
getNode() - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
getNode() - Method in class org.jhotdraw8.draw.tool.AbstractTracker
 
getNode() - Method in interface org.jhotdraw8.draw.tool.Tool
Returns the node which presents the tool and which handles input events.
getNode() - Method in interface org.jhotdraw8.draw.tool.Tracker
Returns the node which presents the tracker.
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.AnchorOutlineHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeNonMovableEditHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeTangentHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierPathOutlineHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BoundsInLocalOutlineHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BoundsInParentOutlineHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BoundsInTranslationOutlineHandle
 
getNode(DrawingView) - Method in interface org.jhotdraw8.draw.handle.Handle
Returns the node which is used to visualize the handle.
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.LabelConnectorHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.LineConnectorHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.LineOutlineHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.MoveHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.MultipleSelectionOutlineHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PathIterableOutlineHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PathIterablePointsHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PointHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointMoveHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.RelativeControlPointHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.RelativePointHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.RotateHandle
 
getNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.SelectionHandle
 
getNode(Figure) - Method in class org.jhotdraw8.draw.render.SimpleDrawingRenderer
 
getNode(Figure) - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
getNode(Figure) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
getNode(Figure) - Method in interface org.jhotdraw8.draw.DrawingView
Gets the node which is used to render the specified figure by the drawing view.
getNode(Figure) - Method in interface org.jhotdraw8.draw.render.RenderContext
Gets the JavaFX node which is used to render the specified figure by this RenderContext.
getNode(Figure) - Method in class org.jhotdraw8.draw.render.SimpleRenderContext
 
getNodeCount() - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
getNonNull(Figure, NonNullMapAccessor<T>) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Gets the specified property from the figure.
getNonNull(NonNullMapAccessor<T>) - Method in class org.jhotdraw8.draw.render.SimpleRenderContext
Gets a nonnull property value.
getNumberOfSubPages() - Method in interface org.jhotdraw8.draw.figure.Page
Returns the number of sub-pages defined by this page.
getNumberOfSubPages() - Method in class org.jhotdraw8.draw.figure.PageFigure
 
getObjectIdAttribute() - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Returns the name of the object id attribute.
getObjectIdAttribute() - Method in interface org.jhotdraw8.draw.io.FigureFactory
Returns the name of the object id attribute.
getOldValue() - Method in class org.jhotdraw8.draw.figure.FigurePropertyChangeEvent
 
getOldValue() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
If the figure was changed, returns the old property value.
getOnCancel() - Method in class org.jhotdraw8.draw.popup.CssColorDialog
 
getOnSave() - Method in class org.jhotdraw8.draw.popup.CssColorDialog
 
getOnUse() - Method in class org.jhotdraw8.draw.popup.CssColorDialog
 
getOptions() - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
getOptions() - Method in class org.jhotdraw8.draw.io.AbstractInputFormat
 
getOptions() - Method in interface org.jhotdraw8.draw.io.ExportOutputFormat
 
getOptions() - Method in interface org.jhotdraw8.draw.io.InputFormat
 
getOptions() - Method in interface org.jhotdraw8.draw.io.OutputFormat
 
getOptions() - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
getOptions() - Method in class org.jhotdraw8.draw.io.XmlEncoderOutputFormat
 
getOrCreateParent(DrawingView, Figure) - Method in class org.jhotdraw8.draw.tool.ConnectionTool
Finds a layer for the specified figure.
getOrCreateParent(DrawingView, Figure) - Method in class org.jhotdraw8.draw.tool.AbstractCreationTool
Finds a layer for the specified figure.
getOwner() - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
getOwner() - Method in class org.jhotdraw8.draw.handle.AbstractHandle
 
getOwner() - Method in interface org.jhotdraw8.draw.handle.Handle
Returns the figure to which the handle is associated.
getOwner() - Method in class org.jhotdraw8.draw.handle.PathIterableOutlineHandle
 
getOwner() - Method in class org.jhotdraw8.draw.handle.PathIterablePointsHandle
 
getOwner() - Method in class org.jhotdraw8.draw.handle.RotateHandle
 
getPageBounds(int) - Method in interface org.jhotdraw8.draw.figure.Page
Returns the bounds for the page content.
getPageBounds(int) - Method in class org.jhotdraw8.draw.figure.PageFigure
 
getPageClip(int) - Method in interface org.jhotdraw8.draw.figure.Page
Returns the clip for the page content.
getPageClip(int) - Method in class org.jhotdraw8.draw.figure.PageFigure
 
getPageTransform(int) - Method in interface org.jhotdraw8.draw.figure.Page
Returns a transform which will position the drawing contents inside the clip on the page.
getPageTransform(int) - Method in class org.jhotdraw8.draw.figure.PageFigure
 
getPaint() - Method in class org.jhotdraw8.draw.css.value.CssColor
 
getPaint() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
getPaint() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
getPaint() - Method in interface org.jhotdraw8.draw.css.value.Paintable
 
getPaint(Paintable) - Static method in interface org.jhotdraw8.draw.css.value.Paintable
 
getPaint(Paintable, RenderContext) - Static method in interface org.jhotdraw8.draw.css.value.Paintable
 
getPaint(RenderContext) - Method in class org.jhotdraw8.draw.css.value.CssColor
 
getPaint(RenderContext) - Method in interface org.jhotdraw8.draw.css.value.Paintable
 
getPaperSize() - Method in interface org.jhotdraw8.draw.figure.Page
Returns the paper size.
getPaperSize() - Method in class org.jhotdraw8.draw.figure.PageFigure
 
getParent() - Method in interface org.jhotdraw8.draw.figure.Figure
Gets the value of the parent property.
getParent() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
If a child was added or removed from a parent, returns the parent.
getParent(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getParentToLocal() - Method in class org.jhotdraw8.draw.figure.AbstractViewBoxDrawing
 
getParentToLocal() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the transformation from parent coordinates into local coordinates.
getParentToLocal() - Method in interface org.jhotdraw8.draw.figure.NonTransformableFigure
 
getParentToLocal() - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
getParentToLocal(boolean) - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
getParentToWorld() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the transformation from world coordinates into drawing coordinates.
getParentToWorld() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.CombinedPathFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.EllipseFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.LineConnectionFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.LineFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in interface org.jhotdraw8.draw.figure.PathIterableFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.PolylineFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.RectangleFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.TextAreaFigure
 
getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.draw.figure.TextFigure
 
getPathMetrics() - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
getPoint(int, int) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
getPointAndDerivativeInLocal(Figure, Figure) - Method in interface org.jhotdraw8.draw.connector.Connector
Returns a point and derivative on the target figure for the specified connection figure in local coordinates.
getPointAndDerivativeInLocal(Figure, Figure) - Method in class org.jhotdraw8.draw.connector.LocatorConnector
 
getPointAndDerivativeInWorld(Figure, Figure) - Method in interface org.jhotdraw8.draw.connector.Connector
Returns a point and derivative on the target figure for the specified connection figure in world coordinates.
getPointInBounds(CssPoint2D, Bounds) - Static method in class org.jhotdraw8.draw.css.value.CssPoint2D
Gets a point that was given in relative coordinates to a bounds.
getPointOnPath(float, int) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
getPosture() - Method in class org.jhotdraw8.draw.css.value.CssFont
 
getPreferredAspectRatio() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the preferred aspect ratio of the figure.
getPreferredAspectRatio() - Method in class org.jhotdraw8.draw.figure.ImageFigure
 
getPresentationName() - Method in class org.jhotdraw8.draw.undo.DrawingModelEventUndoableEdit
 
getPresentationName() - Method in class org.jhotdraw8.draw.undo.TreeModelEventUndoableEdit
 
getPreviousSibling(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getProperties() - Method in class org.jhotdraw8.draw.render.SimpleRenderContext
 
getProperties() - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
getPropertyChangeListeners() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getPropertyChangeListeners() - Method in interface org.jhotdraw8.draw.figure.Figure
List of property change listeners.
getPseudoClasses(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getPseudoClassStates() - Method in interface org.jhotdraw8.draw.figure.StyleableFigure
 
getRadialGradient() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
getRadius() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
getReadableAttributeAccessor(Figure, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getReadOnlyAttributeValueAsString(Figure, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getReadOnlyLayoutObservers() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getReadOnlyLayoutObservers() - Method in interface org.jhotdraw8.draw.figure.Figure
 
getRelativeX() - Method in class org.jhotdraw8.draw.locator.BoundsLocator
 
getRelativeY() - Method in class org.jhotdraw8.draw.locator.BoundsLocator
 
getRenderContext() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Gets the value of the renderContext property.
getResources() - Static method in class org.jhotdraw8.draw.DrawLabels
 
getResources() - Static method in class org.jhotdraw8.draw.inspector.InspectorLabels
 
getRight() - Method in class org.jhotdraw8.draw.css.value.CssInsets
 
getRoot() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the root.
getRoot() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
getRoot() - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
getSelectAreaTracker() - Method in class org.jhotdraw8.draw.tool.SelectionTool
Method to get a SelectAreaTracker which handles user interaction for selecting an area on the drawing.
getSelectedFigures() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the selectedFigures property.
getSelectedFigures() - Method in class org.jhotdraw8.draw.inspector.AbstractSelectionInspector
 
getSelection() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
getSelectionAnchor() - Method in interface org.jhotdraw8.draw.DrawingView
 
getSelectionLabel() - Method in class org.jhotdraw8.draw.inspector.LayerCell
 
getSelectionLead() - Method in interface org.jhotdraw8.draw.DrawingView
 
getSize() - Method in class org.jhotdraw8.draw.css.value.CssFont
 
getSliceOrigin() - Method in interface org.jhotdraw8.draw.figure.Slice
For vector graphics output.
getSliceOrigin() - Method in class org.jhotdraw8.draw.figure.SliceFigure
 
getSourceIndex(int) - Method in class org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
 
getStartTargetPoint() - Method in interface org.jhotdraw8.draw.figure.LineConnectingFigure
Gets the start target point or the start point if the start target point is not present.
getStartX() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
getStartY() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
getStops() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
getStops() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
getStrokeCutEnd() - Method in interface org.jhotdraw8.draw.figure.StrokeCuttableFigure
 
getStrokeCutEnd(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
getStrokeCutEnd(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
getStrokeCutEnd(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
getStrokeCutEnd(RenderContext) - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
getStrokeCutStart() - Method in interface org.jhotdraw8.draw.figure.StrokeCuttableFigure
 
getStrokeCutStart(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
getStrokeCutStart(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
getStrokeCutStart(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
getStrokeCutStart(RenderContext) - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
getStyle() - Method in interface org.jhotdraw8.draw.figure.StyleableFigure
 
getStyleableParent() - Method in interface org.jhotdraw8.draw.figure.Figure
 
getStyleClasses() - Method in interface org.jhotdraw8.draw.figure.StyleableFigure
 
getStyleClasses(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getStyledNonNull(NonNullMapAccessor<T>) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
getStyledStroke(RenderContext) - Method in interface org.jhotdraw8.draw.figure.StrokableFigure
 
getStyleManager() - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
getStyleManager() - Method in interface org.jhotdraw8.draw.figure.Drawing
Gets the style manager of the drawing.
getStyleManager() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
getStyleManager() - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
getStylesheetsKey() - Method in interface org.jhotdraw8.draw.io.FigureFactory
Returns the stylesheets keys.
getSubAccessors() - Method in class org.jhotdraw8.draw.key.AbstractMapAccessor
 
getSubAccessors() - Method in class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
 
getSubject() - Method in interface org.jhotdraw8.draw.inspector.Inspector
Gets the value of the subject property.
getSubSceneUserAgentStylesheet() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the subSceneUserAgentStylesheet property.
getSupportedKeys() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns all supported map accessors of the figure.
getText() - Method in class org.jhotdraw8.draw.inspector.StyleClassItem
 
getText(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
getText(RenderContext) - Method in class org.jhotdraw8.draw.figure.LabelFigure
 
getText(RenderContext) - Method in class org.jhotdraw8.draw.figure.PageLabelFigure
 
getText(RenderContext) - Method in class org.jhotdraw8.draw.figure.SimpleLabelConnectionFigure
 
getTextArea() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
getTextEditorDataFor(Point2D, Node) - Method in interface org.jhotdraw8.draw.figure.TextEditableFigure
Returns text editor data for the given point in local.
getTextEditorDataFor(Point2D, Node) - Method in class org.jhotdraw8.draw.figure.TextAreaFigure
 
getTextEditorDataFor(Point2D, Node) - Method in class org.jhotdraw8.draw.figure.LabelFigure
 
getTextEditorDataFor(Point2D, Node) - Method in class org.jhotdraw8.draw.figure.TextFigure
 
getTolerance() - Method in interface org.jhotdraw8.draw.DrawingEditor
Tolerance (radius) in view coordinates.
getTool() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the tool property.
getTop() - Method in class org.jhotdraw8.draw.css.value.CssInsets
 
getTopLeft() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
getTransform() - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
Gets the TransformableFigure.TRANSFORMS flattened into a single transform.
getType() - Method in class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
getType(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.ArcFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
getTypeSelector() - Method in interface org.jhotdraw8.draw.figure.Clipping
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.CombinedPathFigure
 
getTypeSelector() - Method in interface org.jhotdraw8.draw.figure.Drawing
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.EllipseFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.GroupFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.ImageFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.LabelFigure
 
getTypeSelector() - Method in interface org.jhotdraw8.draw.figure.Layer
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.LineConnectionFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.LineFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.PageFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.PageLabelFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.PolylineFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.RectangleFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.RegionFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.SimpleLabelConnectionFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.SliceFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.TextAreaFigure
 
getTypeSelector() - Method in class org.jhotdraw8.draw.figure.TextFigure
 
getUndoHelper() - Method in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
 
getUndoManager() - Method in interface org.jhotdraw8.draw.DrawingEditor
Gets the value of the undoManager property.
getUpdateLimit() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Gets the value of the updateLimit property.
getValue() - Method in class org.jhotdraw8.draw.model.DrawingModelFigureProperty
 
getValueType() - Method in class org.jhotdraw8.draw.key.AbstractMapAccessor
 
getValueType() - Method in class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
 
getVbarPolicy() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the vbarPolicy property.
getView() - Method in class org.jhotdraw8.draw.action.AbstractDrawingViewAction
Gets the active drawing view of the drawing editor.
getViewIndex(int) - Method in class org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
 
getViewportBounds() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
getViewportHeight() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the viewportHeight property.
getViewportRect() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the viewportRect property.
getViewportWidth() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the viewportWidth property.
getViewRect() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
getViewToContent() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
getViewToWorld() - Method in interface org.jhotdraw8.draw.DrawingView
Returns the view to world transformation.
getViewToWorld() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
getVisibleContentRect() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Returns the rectangle of the content which is currently visible in the viewport in content coordinates.
getVisibleRect() - Method in interface org.jhotdraw8.draw.DrawingView
Returns the visible rectangle of the drawing view in view coordinates.
getVisibleRect() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
getVisualBounds() - Method in interface org.jhotdraw8.draw.figure.Figure
The bounds that should be used for clipping and intersection tests of this figure.
getVisualBoundsInWorld() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the visal bounds of the figure in world coordinates, including space required for non-zero strokkes.
getWeight() - Method in class org.jhotdraw8.draw.css.value.CssFont
 
getWidth() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Gets the value of the width property.
getWidth() - Method in class org.jhotdraw8.draw.css.value.CssDimension2D
 
getWidth() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
getWorldToLocal() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the transformation from world coordinates into local coordinates.
getWorldToLocal() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
getWorldToParent() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns the transformation from world coordinates into parent coordinates.
getWorldToParent() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
getWorldToView() - Method in interface org.jhotdraw8.draw.DrawingView
Returns the world to view transformation.
getWorldToView() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
getWritableMetaMap(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
getX() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Gets the value of the x property.
getX() - Method in class org.jhotdraw8.draw.css.value.CssPoint2D
 
getX() - Method in class org.jhotdraw8.draw.css.value.CssPoint3D
 
getY() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Gets the value of the y property.
getY() - Method in class org.jhotdraw8.draw.css.value.CssPoint2D
 
getY() - Method in class org.jhotdraw8.draw.css.value.CssPoint3D
 
getZ() - Method in class org.jhotdraw8.draw.css.value.CssPoint3D
 
getZoomFactor() - Method in interface org.jhotdraw8.draw.DrawingView
Gets the value of the zoomFactor property.
getZoomFactor() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the zoomFactor property.
getZoomFactor() - Method in class org.jhotdraw8.draw.inspector.ZoomToolbar
Gets the value of the zoomFactor property.
getZoomFactor() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Gets the value of the zoomFactor property.
GHOSTWHITE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
GHOSTWHITE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
GOLD - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
GOLD - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
GOLDENROD - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
GOLDENROD - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
GRAY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
GRAY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
GRAY_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Disabled text.
GRAY_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
GRAY_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
GREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
GREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
GREENYELLOW - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
GREENYELLOW - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
GREY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
GREY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
gridColorProperty() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
 
GridConstrainer - Class in org.jhotdraw8.draw.constrain
GridConstrainer.
GridConstrainer() - Constructor for class org.jhotdraw8.draw.constrain.GridConstrainer
Creates a grid of 10x10 pixels at origin 0,0 and 22.5 degree rotations.
GridConstrainer(double, double) - Constructor for class org.jhotdraw8.draw.constrain.GridConstrainer
Creates a grid of width x height pixels at origin 0,0 and 22.5 degree rotations.
GridConstrainer(double, double, double, double, double, int, int) - Constructor for class org.jhotdraw8.draw.constrain.GridConstrainer
Creates a grid with the specified constraints.
GridConstrainer(CssSize, CssSize, CssSize, CssSize, double, int, int) - Constructor for class org.jhotdraw8.draw.constrain.GridConstrainer
 
GridInspector - Class in org.jhotdraw8.draw.inspector
FXML Controller class
GridInspector() - Constructor for class org.jhotdraw8.draw.inspector.GridInspector
 
GridInspector(URL) - Constructor for class org.jhotdraw8.draw.inspector.GridInspector
 
group(DrawingView, Collection<Figure>, Supplier<Figure>) - Static method in class org.jhotdraw8.draw.action.GroupAction
 
GroupAction - Class in org.jhotdraw8.draw.action
GroupAction.
GroupAction(String, DrawingEditor, Supplier<Figure>) - Constructor for class org.jhotdraw8.draw.action.GroupAction
 
GroupAction(DrawingEditor, Supplier<Figure>) - Constructor for class org.jhotdraw8.draw.action.GroupAction
Creates a new instance.
groupFactory - Variable in class org.jhotdraw8.draw.action.GroupAction
 
GroupFigure - Class in org.jhotdraw8.draw.figure
A figure which groups child figures, so that they can be edited by the user as a unit.
GroupFigure() - Constructor for class org.jhotdraw8.draw.figure.GroupFigure
 
Grouping - Interface in org.jhotdraw8.draw.figure
Marker interface for group of figures.
groupNode - Variable in class org.jhotdraw8.draw.handle.LabelConnectorHandle
 

H

HALF - Enum constant in enum class org.jhotdraw8.draw.figure.LabelAutorotate
Rotates the label from -90 to +90 degrees.
Handle - Interface in org.jhotdraw8.draw.handle
Handle.
HANDLE_COLOR_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
 
HANDLE_SIZE_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
 
HANDLE_STROKE_WDITH_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
 
HANDLE_TYPE_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
The name of the handle type property for single selection.
handleColorProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
handleColorProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
Holds the color of the handles.
HandleEvent - Class in org.jhotdraw8.draw.handle
HandleEvent.
HandleEvent(Handle, HandleEvent.EventType) - Constructor for class org.jhotdraw8.draw.handle.HandleEvent
 
HandleEvent.EventType - Enum Class in org.jhotdraw8.draw.handle
 
HandlesInspector - Class in org.jhotdraw8.draw.inspector
 
HandlesInspector() - Constructor for class org.jhotdraw8.draw.inspector.HandlesInspector
 
HandlesInspector(URL) - Constructor for class org.jhotdraw8.draw.inspector.HandlesInspector
 
handleSizeProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
handleSizeProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
Holds the size (width and height) of a handle.
handlesProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The handles.
handlesProperty() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
The set of all handles which were produced by selected figures.
handlesProperty() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
handleStrokeWidthProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
handleStrokeWidthProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
Holds the stroke width of a handle.
HandleTracker - Interface in org.jhotdraw8.draw.tool
A handle tracker provides the behavior for manipulating a Handle of a figure to the SelectionTool.
HandleType - Class in org.jhotdraw8.draw.handle
HandleType is used by tools to request specific handles from figures.
HandleType() - Constructor for class org.jhotdraw8.draw.handle.HandleType
 
handleTypeProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
handleTypeProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
The handle type for single selection.
hasAttribute(Figure, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
hasCenterTransforms() - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
hashCode() - Method in record class org.jhotdraw8.draw.css.converter.CssStop
Returns a hash code value for this object.
hashCode() - Method in class org.jhotdraw8.draw.css.value.CssColor
 
hashCode() - Method in class org.jhotdraw8.draw.css.value.CssDimension2D
 
hashCode() - Method in class org.jhotdraw8.draw.css.value.CssFont
 
hashCode() - Method in class org.jhotdraw8.draw.css.value.CssInsets
 
hashCode() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
hashCode() - Method in class org.jhotdraw8.draw.css.value.CssPoint2D
 
hashCode() - Method in class org.jhotdraw8.draw.css.value.CssPoint3D
 
hashCode() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
hashCode() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
hashCode() - Method in class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
hashCode() - Method in record class org.jhotdraw8.draw.figure.TextEditableFigure.TextEditorData
Returns a hash code value for this object.
hashCode() - Method in record class org.jhotdraw8.draw.handle.AbstractConnectorHandle.ConnectorAndConnectedFigure
Returns a hash code value for this object.
hashCode() - Method in class org.jhotdraw8.draw.locator.BoundsLocator
 
hasIcon() - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Returns true if this figure has an icon.
hasId(Figure, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
hasPropertyChangeListeners() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
hasPropertyChangeListeners() - Method in interface org.jhotdraw8.draw.figure.Figure
Whether this figure has property change listeners.
hasPseudoClass(Figure, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
hasStyleClass(Figure, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
hasType(Figure, String, String) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
hbarPolicyProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
HEIGHT - Static variable in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
HEIGHT - Static variable in interface org.jhotdraw8.draw.figure.Drawing
Defines the height of the canvas.
HEIGHT - Static variable in class org.jhotdraw8.draw.figure.ImageFigure
 
HEIGHT - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
HEIGHT - Static variable in interface org.jhotdraw8.draw.figure.RectangularFigure
 
HEIGHT - Static variable in class org.jhotdraw8.draw.figure.SliceFigure
 
heightProperty() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Height of a grid cell.
HELP_TEXT_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
The name of the helpText property.
HelpTextInspector - Class in org.jhotdraw8.draw.inspector
The help inspector displays the current help text of the drawing view.
HelpTextInspector() - Constructor for class org.jhotdraw8.draw.inspector.HelpTextInspector
 
HelpTextInspector(URL) - Constructor for class org.jhotdraw8.draw.inspector.HelpTextInspector
 
helpTextProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
helpTextProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
Holds the curent help text associated with this drawing view.
HideableFigure - Interface in org.jhotdraw8.draw.figure
HideableFigure.
HierarchyInspector - Class in org.jhotdraw8.draw.inspector
FXML Controller class
HierarchyInspector() - Constructor for class org.jhotdraw8.draw.inspector.HierarchyInspector
 
HierarchyInspector(URL, ResourceBundle) - Constructor for class org.jhotdraw8.draw.inspector.HierarchyInspector
 
HIGHLIGHT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Background of item(s) selected in a control.
HIGHLIGHT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
HIGHLIGHT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
HIGHLIGHT_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Text of item(s) selected in a control.
HIGHLIGHT_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
HIGHLIGHT_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
HONEYDEW - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
HONEYDEW - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
HOTPINK - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
HOTPINK - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 

I

ICON_FILL - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Defines the paint used for filling the interior of the icon shape.
ICON_POSITION - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
ICON_ROTATE - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
ICON_SHAPE - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
ICON_SIZE - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
ICON_TEXT_GAP - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
ICON_TRANSLATE - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
The position relative to the parent (respectively the offset).
ICON_TRANSLATE_X - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
ICON_TRANSLATE_Y - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
IconPosition - Enum Class in org.jhotdraw8.draw.figure
Specifies the position of the icon in a label relative to the text.
ID - Static variable in class org.jhotdraw8.draw.action.AddToGroupAction
 
ID - Static variable in class org.jhotdraw8.draw.action.AlignBottomAction
 
ID - Static variable in class org.jhotdraw8.draw.action.AlignHorizontalAction
 
ID - Static variable in class org.jhotdraw8.draw.action.AlignLeftAction
 
ID - Static variable in class org.jhotdraw8.draw.action.AlignRightAction
 
ID - Static variable in class org.jhotdraw8.draw.action.AlignTopAction
 
ID - Static variable in class org.jhotdraw8.draw.action.AlignVerticalAction
 
ID - Static variable in class org.jhotdraw8.draw.action.BringForwardAction
 
ID - Static variable in class org.jhotdraw8.draw.action.BringToFrontAction
 
ID - Static variable in class org.jhotdraw8.draw.action.DistributeHorizontallyAction
 
ID - Static variable in class org.jhotdraw8.draw.action.DistributeVerticallyAction
 
ID - Static variable in class org.jhotdraw8.draw.action.GroupAction
 
ID - Static variable in class org.jhotdraw8.draw.action.RemoveFromGroupAction
 
ID - Static variable in class org.jhotdraw8.draw.action.RemoveTransformationsAction
 
ID - Static variable in class org.jhotdraw8.draw.action.SelectChildrenAction
 
ID - Static variable in class org.jhotdraw8.draw.action.SelectSameAction
 
ID - Static variable in class org.jhotdraw8.draw.action.SendBackwardAction
 
ID - Static variable in class org.jhotdraw8.draw.action.SendToBackAction
 
ID - Static variable in class org.jhotdraw8.draw.action.UngroupAction
 
ID - Static variable in interface org.jhotdraw8.draw.figure.StyleableFigure
Defines the id for styling the figure with CSS.
ID - Static variable in class org.jhotdraw8.draw.handle.BezierNodeHandleIncomingAndOutgoingTangentAction
 
ID - Static variable in class org.jhotdraw8.draw.handle.BezierNodeHandleIncomingTangentAction
 
ID - Static variable in class org.jhotdraw8.draw.handle.BezierNodeHandleNoTangentsAction
 
ID - Static variable in class org.jhotdraw8.draw.handle.BezierNodeHandleOutgoingTangentAction
 
ID - Static variable in class org.jhotdraw8.draw.tool.SelectionTool
 
IdentCssConverter - Class in org.jhotdraw8.draw.css.converter
CssIdentifier converter.
IdentCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.IdentCssConverter
 
idFactory - Variable in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
idProperty() - Method in interface org.jhotdraw8.draw.figure.StyleableFigure
 
IMAGE_URI - Static variable in interface org.jhotdraw8.draw.figure.ImageableFigure
The URI of the image.
ImageableFigure - Interface in org.jhotdraw8.draw.figure
Mixin interface for figures that have an image source.
ImageCreationTool - Class in org.jhotdraw8.draw.tool
ImageCreationTool.
ImageCreationTool(String, Resources, Supplier<Figure>, Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.tool.ImageCreationTool
 
ImageFigure - Class in org.jhotdraw8.draw.figure
ImageFigure presents a bitmap image on a drawing.
ImageFigure() - Constructor for class org.jhotdraw8.draw.figure.ImageFigure
 
ImageFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.ImageFigure
 
ImageFigure(CssRectangle2D) - Constructor for class org.jhotdraw8.draw.figure.ImageFigure
 
INACTIVE_BORDER - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Inactive window border.
INACTIVE_BORDER - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
INACTIVE_CAPTION - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Inactive window caption.
INACTIVE_CAPTION - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
INACTIVE_CAPTION_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Color of text in an inactive caption.
INACTIVE_CAPTION_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
INDENT_AMOUNT - Static variable in class org.jhotdraw8.draw.io.SimpleXmlWriter
Specifies the number of characters that should be used for indentation.
INDIANRED - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
INDIANRED - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
INDIGO - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
INDIGO - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
INFO_BACKGROUND - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Background color for tooltip controls.
INFO_BACKGROUND - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
INFO_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Text color for tooltip controls.
INFO_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
init(URL) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
initBehavior() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
initNode(Path) - Method in class org.jhotdraw8.draw.handle.PathIterablePointsHandle
 
initNode(Polygon) - Method in class org.jhotdraw8.draw.handle.AnchorOutlineHandle
 
initNode(Polygon) - Method in class org.jhotdraw8.draw.handle.BoundsInParentOutlineHandle
 
initNode(Polygon) - Method in class org.jhotdraw8.draw.handle.MultipleSelectionOutlineHandle
 
initNode(Rectangle) - Method in class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
 
initStyle() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
INLINE_STYLESHEETS - Static variable in interface org.jhotdraw8.draw.figure.Drawing
Holds a list of inline stylesheets.
InputFormat - Interface in org.jhotdraw8.draw.io
InputFormat.
insertChildAt(Figure, Figure, int) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Adds the specified child to a parent and fires appropriate DrawingModelEvents.
insertChildAt(Figure, Figure, int) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
InsetsConverter - Class in org.jhotdraw8.draw.css.converter
Converts a Insets object into a String and vice versa.
InsetsConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.InsetsConverter
 
InsetsCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a CssInsets object into a String and vice versa.
InsetsCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.InsetsCssConverter
 
InsetsStyleableKey - Class in org.jhotdraw8.draw.key
InsetsStyleableKey.
InsetsStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.InsetsStyleableKey
Creates a new instance with the specified name and with null as the default value.
InsetsStyleableKey(String, Insets) - Constructor for class org.jhotdraw8.draw.key.InsetsStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
InsetsStyleableMapAccessor - Class in org.jhotdraw8.draw.key
InsetsStyleableMapAccessor.
InsetsStyleableMapAccessor(String, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>) - Constructor for class org.jhotdraw8.draw.key.InsetsStyleableMapAccessor
Creates a new instance with the specified name.
INSIDE - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
INSIDE_STROKE - Static variable in class org.jhotdraw8.draw.handle.LineConnectorHandle
 
INSIDE_STROKE - Static variable in class org.jhotdraw8.draw.handle.PointHandle
 
INSIDE_STROKE - Static variable in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
INSIDE_STROKE - Static variable in class org.jhotdraw8.draw.handle.RelativeControlPointHandle
 
INSIDE_STROKE - Static variable in class org.jhotdraw8.draw.handle.RelativePointHandle
 
INSIDE_STROKE - Static variable in class org.jhotdraw8.draw.handle.RotateHandle
 
INSIDE_STROKE - Static variable in class org.jhotdraw8.draw.handle.SelectionHandle
 
Inspector<S> - Interface in org.jhotdraw8.draw.inspector
Interface for inspectors.
INSPECTOR - Static variable in interface org.jhotdraw8.draw.inspector.InspectorStyleClasses
This style class is used by inspector controls.
InspectorLabels - Class in org.jhotdraw8.draw.inspector
InspectorLabels.
InspectorStyleClasses - Interface in org.jhotdraw8.draw.inspector
This interface defines constants for style classes that GUI components of the drawing editor use.
InteractiveDrawingRenderer - Class in org.jhotdraw8.draw.render
 
InteractiveDrawingRenderer() - Constructor for class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
InteractiveHandleRenderer - Class in org.jhotdraw8.draw.render
 
InteractiveHandleRenderer() - Constructor for class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
intern(Object) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
INTERNAL_PAGE_NUMBER - Static variable in interface org.jhotdraw8.draw.render.PrintRenderContext
Defines the current internal page number of a page figure.
intersect(RenderContext, Figure, Figure, Point2D, Point2D) - Method in interface org.jhotdraw8.draw.connector.Connector
Returns the intersection of the line going from start to end with the target figure.
intersect(RenderContext, Figure, Figure, Point2D, Point2D) - Method in class org.jhotdraw8.draw.connector.EllipseConnector
 
intersect(RenderContext, Figure, Figure, Point2D, Point2D) - Method in class org.jhotdraw8.draw.connector.PathConnector
 
intersect(RenderContext, Figure, Figure, Point2D, Point2D) - Method in class org.jhotdraw8.draw.connector.RectangleConnector
 
INTERSECT - Enum constant in enum class org.jhotdraw8.draw.figure.CombinedPathFigure.CagOperation
 
intersects(DirtyMask) - Method in class org.jhotdraw8.draw.model.DirtyMask
 
intersects(DirtyBits...) - Method in class org.jhotdraw8.draw.model.DirtyMask
 
invalidateHandleNodes() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
invalidateHandles() - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
invalidateHandles() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
invalidateHandles() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
invalidateTextArea(Observable) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
invalidateTransforms() - Method in interface org.jhotdraw8.draw.figure.Figure
Invalidates the transformation matrices of this figure.
invalidateTransforms() - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
isAllowsChildren() - Method in class org.jhotdraw8.draw.figure.AbstractCompositeFigure
 
isAllowsChildren() - Method in class org.jhotdraw8.draw.figure.AbstractLeafFigure
This method returns false.
isAllowsChildren() - Method in interface org.jhotdraw8.draw.figure.Figure
Whether children may be added to this figure.
isAllowsChildren() - Method in interface org.jhotdraw8.draw.figure.Layer
 
isAllowsChildren() - Method in interface org.jhotdraw8.draw.figure.Page
 
isAllowsChildren() - Method in interface org.jhotdraw8.draw.figure.Slice
 
isCompatible(Handle) - Method in class org.jhotdraw8.draw.handle.AbstractHandle
Returns true if both handles have the same class.
isCompatible(Handle) - Method in interface org.jhotdraw8.draw.handle.Handle
Returns true if that handle is compatible with this handle.
isConnected() - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
Gets the value of the connected property.
isConnected() - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
isDecomposable() - Method in interface org.jhotdraw8.draw.figure.Figure
Whether the figure is decomposable by the user.
isDefaultValue(Figure, MapAccessor<T>, T) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
isDefaultValue(Figure, MapAccessor<T>, T) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Returns true if the specified value is the default for the given key.
isDeletable() - Method in interface org.jhotdraw8.draw.figure.Figure
Whether the figure is deletable by the user.
isDeletable() - Method in interface org.jhotdraw8.draw.figure.LockableFigure
Whether the figure is not locked and all its parents are editable.
isDeletable() - Method in interface org.jhotdraw8.draw.figure.LockedFigure
Whether the figure is not locked and all its parents are editable.
isDeletWithLastLayoutSubject() - Method in interface org.jhotdraw8.draw.figure.Figure
Returns true if this figure should be deleted if its last layout subject is deleted.
isEditable() - Method in interface org.jhotdraw8.draw.figure.Figure
Whether the figure is editable by the user.
isEditable() - Method in interface org.jhotdraw8.draw.figure.LockableFigure
Whether this figure is not locked and all its parents are editable.
isEditable() - Method in interface org.jhotdraw8.draw.figure.LockedFigure
Whether this figure is not locked and all its parents are editable.
isEditable() - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
isEditable() - Method in class org.jhotdraw8.draw.handle.BezierPathEditHandle
 
isEditable() - Method in class org.jhotdraw8.draw.handle.BezierPathOutlineHandle
 
isEditable() - Method in interface org.jhotdraw8.draw.handle.Handle
Returns true if this handle is editable.
isEditable() - Method in class org.jhotdraw8.draw.handle.PathIterableOutlineHandle
 
isEditableKey(MapAccessor<?>) - Method in interface org.jhotdraw8.draw.figure.Figure
Returns true if the specified key is user editable.
isEmpty() - Method in class org.jhotdraw8.draw.model.DirtyMask
 
isEndConnected() - Method in interface org.jhotdraw8.draw.figure.LineConnectingFigure
 
isExportDrawing() - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
isExportPages() - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
isExportSlices() - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
isExportSlices2x() - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
isExportSlices3x() - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
isGroupReshapeableWith(Set<Figure>) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
isGroupReshapeableWith(Set<Figure>) - Method in interface org.jhotdraw8.draw.figure.Figure
Whether the figure can be reshaped as a group together with other figures.
isInAllElements() - Method in class org.jhotdraw8.draw.inspector.StyleClassItem
 
isInitialRevertOrUnset(ReadOnlyList<CssToken>) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
FIXME All selector models must support the keywords "initial","inherit","revert","unset".
isLayoutable() - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
isLayoutable() - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
isLayoutable() - Method in class org.jhotdraw8.draw.figure.CombinedPathFigure
Always returns true.
isLayoutable() - Method in interface org.jhotdraw8.draw.figure.Figure
Whether the layout method of this figure does anything.
isLayoutable() - Method in class org.jhotdraw8.draw.figure.PageFigure
 
isNamedColor(String) - Static method in class org.jhotdraw8.draw.css.value.NamedCssColor
Returns true if the given name is a known system color.
isNamespaceAware() - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
isNullable() - Method in class org.jhotdraw8.draw.css.converter.ColorCssConverter
 
isNullable() - Method in class org.jhotdraw8.draw.css.converter.DefaultableValueCssConverter
 
isNullable() - Method in class org.jhotdraw8.draw.css.converter.EffectCssConverter
 
isPannable() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Gets the value of the pannable property.
isProportional() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
isProportional() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
isResolutionIndependent() - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
isResolutionIndependent() - Method in class org.jhotdraw8.draw.io.BitmapExportOutputFormat
 
isResolutionIndependent() - Method in class org.jhotdraw8.draw.io.PrinterExportFormat
 
isSelectable() - Method in interface org.jhotdraw8.draw.figure.Clipping
Clipping figures always return false for isSelectable.
isSelectable() - Method in class org.jhotdraw8.draw.figure.ClippingFigure
Layer figures always return false for isSelectable.
isSelectable() - Method in interface org.jhotdraw8.draw.figure.Figure
Whether the figure is selectable by the user.
isSelectable() - Method in interface org.jhotdraw8.draw.figure.Layer
Layer figures always return false for isSelectable.
isSelectable() - Method in class org.jhotdraw8.draw.figure.LayerFigure
Layer figures always return false for isSelectable.
isSelectable() - Method in interface org.jhotdraw8.draw.figure.LockableFigure
Whether the figure is not locked and all its parents are editable.
isSelectable() - Method in interface org.jhotdraw8.draw.figure.LockedFigure
Whether the figure is not locked and all its parents are editable.
isSelectable() - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.AnchorOutlineHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.BezierNodeNonMovableEditHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.BezierNodeTangentHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.BezierPathEditHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.BezierPathOutlineHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.BoundsInLocalOutlineHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.BoundsInParentOutlineHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.BoundsInTranslationOutlineHandle
 
isSelectable() - Method in interface org.jhotdraw8.draw.handle.Handle
Whether the handle is selectable.
isSelectable() - Method in class org.jhotdraw8.draw.handle.LineOutlineHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.MoveHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.MultipleSelectionOutlineHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.PathIterableOutlineHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.PathIterablePointsHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.PointHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.PolyPointMoveHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.RelativeControlPointHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.RelativePointHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.RotateHandle
 
isSelectable() - Method in class org.jhotdraw8.draw.handle.SelectionHandle
 
isSelectBehindEnabled() - Method in class org.jhotdraw8.draw.tool.SelectionTool
Gets the value of the selectBehindEnabled property.
isShowing() - Method in interface org.jhotdraw8.draw.figure.Figure
Whether the figure and all its ancestors are visible.
isShowing() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
Gets the value of the showing property.
isShowing() - Method in interface org.jhotdraw8.draw.inspector.Inspector
Gets the value of the showing property.
isSignificant() - Method in class org.jhotdraw8.draw.undo.DrawingModelEventUndoableEdit
 
isSignificant() - Method in class org.jhotdraw8.draw.undo.RecreateHandlesEdit
 
isSignificant() - Method in class org.jhotdraw8.draw.undo.TreeModelEventUndoableEdit
 
isStartConnected() - Method in interface org.jhotdraw8.draw.figure.LineConnectingFigure
 
isSuitableChild(Figure) - Method in class org.jhotdraw8.draw.figure.AbstractLeafFigure
This method returns false for all children.
isSuitableChild(Figure) - Method in class org.jhotdraw8.draw.figure.ClippingFigure
This method returns true for all children.
isSuitableChild(Figure) - Method in class org.jhotdraw8.draw.figure.CombinedPathFigure
This method returns true for instances of PathIterableFigure.
isSuitableChild(Figure) - Method in interface org.jhotdraw8.draw.figure.Figure
This method returns whether the provided figure is a suitable child for this figure.
isSuitableChild(Figure) - Method in class org.jhotdraw8.draw.figure.GroupFigure
 
isSuitableChild(Figure) - Method in interface org.jhotdraw8.draw.figure.LayeredDrawing
Only returns true if newChild is a Layer.
isSuitableChild(Figure) - Method in class org.jhotdraw8.draw.figure.LayerFigure
 
isSuitableChild(Figure) - Method in class org.jhotdraw8.draw.figure.PageFigure
 
isSuitableChild(Figure) - Method in class org.jhotdraw8.draw.figure.SimpleDrawing
 
isSuitableParent(Figure) - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
isSuitableParent(Figure) - Method in class org.jhotdraw8.draw.figure.AbstractLeafFigure
 
isSuitableParent(Figure) - Method in class org.jhotdraw8.draw.figure.ClippingFigure
This method returns false for all new parents.
isSuitableParent(Figure) - Method in class org.jhotdraw8.draw.figure.CombinedPathFigure
 
isSuitableParent(Figure) - Method in interface org.jhotdraw8.draw.figure.Figure
This method returns whether the provided figure is a suitable parent for this figure.
isSuitableParent(Figure) - Method in class org.jhotdraw8.draw.figure.GroupFigure
 
isSuitableParent(Figure) - Method in interface org.jhotdraw8.draw.figure.Layer
 
isSuitableParent(Figure) - Method in interface org.jhotdraw8.draw.figure.Page
 
isSuitableParent(Figure) - Method in interface org.jhotdraw8.draw.figure.Slice
 
isSuitableParent(Figure) - Method in class org.jhotdraw8.draw.figure.SliceFigure
 
isSupportedKey(MapAccessor<?>) - Method in interface org.jhotdraw8.draw.figure.Figure
Returns true if the specified key is supported by this figure.
isSystemColor(String) - Static method in class org.jhotdraw8.draw.css.value.SystemCssColor
Returns true if the given name is a known system color.
isTransient() - Method in class org.jhotdraw8.draw.key.AbstractMapAccessor
 
isTransient() - Method in class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
 
isTransient() - Method in class org.jhotdraw8.draw.key.StrokeStyleableMapAccessor
This is a non-standard map composite map accessor and thus it is transient.
isValidating() - Method in interface org.jhotdraw8.draw.model.DrawingModel
Returns true if the drawing model is currently validating its figures.
isValidating() - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
Gets the value of the validating property.
isVisible() - Method in interface org.jhotdraw8.draw.figure.Figure
Whether the figure is visible.
ITALIC_STYLE - Static variable in class org.jhotdraw8.draw.css.converter.FontCssConverter
 
IVORY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
IVORY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 

J

JAVA_CLASS_NAMESPACE - Static variable in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
JHOTDRAW_CSS_PREFIX - Static variable in interface org.jhotdraw8.draw.figure.Figure
To avoid name clashes in the stylesheet, all styleable JHotDraw getProperties use the prefix "-jhotdraw-".
jiggleHandles() - Method in interface org.jhotdraw8.draw.DrawingView
Plays a short animation on the handles to make them easier discoverable.
jiggleHandles() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
jiggleHandles() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
JPEG_MIME_TYPE - Static variable in class org.jhotdraw8.draw.io.BitmapExportOutputFormat
 

K

KHAKI - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
KHAKI - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 

L

LABEL - Static variable in interface org.jhotdraw8.draw.tool.Tool
The key used for storing the String name for the action, used for a menu or button.
LABEL_AUTOROTATE - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
Whether the label should be rotated with the target.
LABEL_CONNECTOR - Static variable in interface org.jhotdraw8.draw.figure.LabelConnectionFigure
The connector.
LABEL_OFFSET - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
LABEL_OFFSET_X - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
The tangential offset of the label.
LABEL_OFFSET_Y - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
The perpendicular offset of the label.
LABEL_TARGET - Static variable in interface org.jhotdraw8.draw.figure.LabelConnectionFigure
The label target.
LABEL_TRANSLATE - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
The position relative to the parent (respectively the offset).
LABEL_TRANSLATE_X - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
LABEL_TRANSLATE_Y - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
LabelAutorotate - Enum Class in org.jhotdraw8.draw.figure
LabelAutorotate.
LabelConnectionFigure - Interface in org.jhotdraw8.draw.figure
 
LabelConnectorHandle - Class in org.jhotdraw8.draw.handle
Handle for the start or end point of a connection figure.
LabelConnectorHandle(ConnectingFigure, NonNullMapAccessor<CssPoint2D>, NonNullMapAccessor<CssPoint2D>, MapAccessor<Connector>, MapAccessor<Figure>) - Constructor for class org.jhotdraw8.draw.handle.LabelConnectorHandle
 
LABELED_LOCATION - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
LABELED_LOCATION_X - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
LABELED_LOCATION_Y - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
LabelFigure - Class in org.jhotdraw8.draw.figure
LabelFigure presents a text on a drawing.
LabelFigure() - Constructor for class org.jhotdraw8.draw.figure.LabelFigure
 
LabelFigure(double, double, String, Object...) - Constructor for class org.jhotdraw8.draw.figure.LabelFigure
 
LabelFigure(Point2D, String) - Constructor for class org.jhotdraw8.draw.figure.LabelFigure
 
LadderCssFunction<T> - Class in org.jhotdraw8.draw.css.function
Processes the ladder() function.
LadderCssFunction() - Constructor for class org.jhotdraw8.draw.css.function.LadderCssFunction
 
LadderCssFunction(String) - Constructor for class org.jhotdraw8.draw.css.function.LadderCssFunction
 
LARGE_ICON_KEY - Static variable in interface org.jhotdraw8.draw.tool.Tool
The key used for large icon, such as ImageView.
LAVENDER - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LAVENDER - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LAVENDERBLUSH - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LAVENDERBLUSH - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LAWNGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LAWNGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
Layer - Interface in org.jhotdraw8.draw.figure
Defines a layer of a Drawing.
LayerCell - Class in org.jhotdraw8.draw.inspector
FXML Controller class.
LayerCell(URL, DrawingModel, LayersInspector) - Constructor for class org.jhotdraw8.draw.inspector.LayerCell
 
LayerCell(DrawingModel, LayersInspector) - Constructor for class org.jhotdraw8.draw.inspector.LayerCell
 
LayeredDrawing - Interface in org.jhotdraw8.draw.figure
A layered drawing only accepts Layers as children.
layerFactory - Variable in class org.jhotdraw8.draw.tool.AbstractCreationTool
 
LayerFigure - Class in org.jhotdraw8.draw.figure
LayerFigure.
LayerFigure() - Constructor for class org.jhotdraw8.draw.figure.LayerFigure
 
LayersInspector - Class in org.jhotdraw8.draw.inspector
FXML Controller class
LayersInspector() - Constructor for class org.jhotdraw8.draw.inspector.LayersInspector
 
LayersInspector(URL) - Constructor for class org.jhotdraw8.draw.inspector.LayersInspector
 
LayersInspector(URL, Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.inspector.LayersInspector
 
LayersInspector(Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.inspector.LayersInspector
 
layout(Figure, RenderContext) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
layout(Figure, RenderContext) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Invokes the layout method of the figure and fires appropriate / DrawingModelEvents.
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Computes the layout bounds of this figure.
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
layout(RenderContext) - Method in interface org.jhotdraw8.draw.figure.Figure
Updates the layout of this figure, based on the layout of its children and the layout of observed layout subjects.
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.LineConnectionFigure
 
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.LineFigure
 
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.PageFigure
 
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.TextAreaFigure
 
layout(RenderContext) - Method in class org.jhotdraw8.draw.figure.TextFigure
 
LAYOUT - Enum constant in enum class org.jhotdraw8.draw.model.DirtyBits
Affects the layout of the figure, the layout of its ancestors and the layout of layout observing figures.
LAYOUT_CHANGED - Enum constant in enum class org.jhotdraw8.draw.model.DrawingModelEvent.EventType
The layout of a single figure has changed.
LAYOUT_OBSERVERS - Enum constant in enum class org.jhotdraw8.draw.model.DirtyBits
Affects the layout of layout observing figures.
LAYOUT_OBSERVERS_ADDED_OR_REMOVED - Enum constant in enum class org.jhotdraw8.draw.model.DirtyBits
Affects a figure which is layout subject of other figures.
LAYOUT_SUBJECT - Enum constant in enum class org.jhotdraw8.draw.model.DirtyBits
Affects the layout subject(s) of the figure.
layoutAll(RenderContext) - Method in interface org.jhotdraw8.draw.figure.Drawing
Performs one layout pass over the entire drawing.
layoutAll(RenderContext, boolean) - Method in interface org.jhotdraw8.draw.figure.Drawing
Performs one layout pass over the entire drawing.
layoutChanged(DrawingModel, Figure) - Static method in class org.jhotdraw8.draw.model.DrawingModelEvent
 
layoutChanged(RenderContext) - Method in interface org.jhotdraw8.draw.figure.Figure
This method is invoked on a figure by DrawingModel when it determines that the figure needs to be laid out.
layoutDependenciesIterable() - Method in interface org.jhotdraw8.draw.figure.Drawing
Returns all figures in topological order according to their layout dependencies.
layoutObserverChanged() - Method in interface org.jhotdraw8.draw.figure.Figure
This method is invoked on a figure by DrawingModel when it determines that one or more layout observers have been added or removed.
layoutOrigin(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
layoutPath() - Method in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
layoutSubjectChanged() - Method in interface org.jhotdraw8.draw.figure.Figure
This method is invoked on a figure by DrawingModel when it determines that one or more layout subjects have been added or removed.
LEAD - Static variable in class org.jhotdraw8.draw.handle.HandleType
A Handle of this type should highlight a figure, but should not provide user interaction.
leadHandleTypeProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
leadHandleTypeProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
The handle type used for marking the lead of a selection.
LEFT - Enum constant in enum class org.jhotdraw8.draw.figure.IconPosition
The icon is placed on the left before the text.
LEMONCHIFFON - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LEMONCHIFFON - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHT_SYSTEM_COLORS - Static variable in class org.jhotdraw8.draw.css.value.DefaultSystemColorConverter
 
LIGHTBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTCORAL - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTCORAL - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTCYAN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTCYAN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTER_WEIGHT - Static variable in class org.jhotdraw8.draw.css.converter.FontCssConverter
 
LIGHTGOLDENRODYELLOW - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTGOLDENRODYELLOW - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTGRAY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTGRAY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTGREY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTGREY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTPINK - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTPINK - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTSALMON - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTSALMON - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTSEAGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTSEAGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTSKYBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTSKYBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTSLATEGRAY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTSLATEGRAY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTSLATEGREY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTSLATEGREY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTSTEELBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTSTEELBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIGHTYELLOW - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIGHTYELLOW - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIME - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIME - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LIMEGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LIMEGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
LINE_SPACING - Static variable in interface org.jhotdraw8.draw.figure.TextLayoutableFigure
The line spacing.
LINEAR_GRADIENT_FUNCTION - Static variable in class org.jhotdraw8.draw.css.converter.LinearGradientCssConverter
 
LinearGradientCssConverter - Class in org.jhotdraw8.draw.css.converter
CssLinearGradientConverter.
LinearGradientCssConverter() - Constructor for class org.jhotdraw8.draw.css.converter.LinearGradientCssConverter
 
LinearGradientCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.LinearGradientCssConverter
 
LINECAP - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
LineConnectingFigure - Interface in org.jhotdraw8.draw.figure
LineConnectingFigure.
LineConnectionFigure - Class in org.jhotdraw8.draw.figure
A figure which draws a line connection between two figures.
LineConnectionFigure() - Constructor for class org.jhotdraw8.draw.figure.LineConnectionFigure
 
LineConnectionFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.LineConnectionFigure
 
LineConnectionFigure(Point2D, Point2D) - Constructor for class org.jhotdraw8.draw.figure.LineConnectionFigure
 
LineConnectionWithMarkersFigure - Class in org.jhotdraw8.draw.figure
LineConnectionWithMarkersFigure.
LineConnectionWithMarkersFigure() - Constructor for class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
LineConnectionWithMarkersFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
LineConnectionWithMarkersFigure(Point2D, Point2D) - Constructor for class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
LineConnectorHandle - Class in org.jhotdraw8.draw.handle
Handle for the start or end point of a connection figure.
LineConnectorHandle(ConnectingFigure, NonNullMapAccessor<CssPoint2D>, MapAccessor<Connector>, MapAccessor<Figure>) - Constructor for class org.jhotdraw8.draw.handle.LineConnectorHandle
 
LineCreationTool - Class in org.jhotdraw8.draw.tool
 
LineCreationTool(String, Resources, Supplier<? extends Figure>) - Constructor for class org.jhotdraw8.draw.tool.LineCreationTool
 
LineCreationTool(String, Resources, Supplier<? extends Figure>, Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.tool.LineCreationTool
 
LineCreationTool(String, Resources, Supplier<? extends Figure>, Supplier<Layer>, MapAccessor<CssPoint2D>, MapAccessor<CssPoint2D>) - Constructor for class org.jhotdraw8.draw.tool.LineCreationTool
 
LineCreationTool(String, Resources, Supplier<? extends Figure>, MapAccessor<CssPoint2D>, MapAccessor<CssPoint2D>) - Constructor for class org.jhotdraw8.draw.tool.LineCreationTool
 
LineFigure - Class in org.jhotdraw8.draw.figure
A figure which draws a straight line from a start point to an end point.
LineFigure() - Constructor for class org.jhotdraw8.draw.figure.LineFigure
 
LineFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.LineFigure
 
LineFigure(Point2D, Point2D) - Constructor for class org.jhotdraw8.draw.figure.LineFigure
 
LINEJOIN - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
LINEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
LINEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
lineNode - Variable in class org.jhotdraw8.draw.handle.LabelConnectorHandle
 
LineOutlineHandle - Class in org.jhotdraw8.draw.handle
Draws the wireframe of a LineFigure, but does not provide any interactions.
LineOutlineHandle(Figure) - Constructor for class org.jhotdraw8.draw.handle.LineOutlineHandle
 
LINK_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Text in non-active, non-visited links.
LINK_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
LINK_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
localToParent(Bounds) - Method in interface org.jhotdraw8.draw.figure.Figure
Transforms the specified bounds from local coordinates into parent coordinates.
localToWorld(Bounds) - Method in interface org.jhotdraw8.draw.figure.Figure
Transforms the specified bounds from local coordinates into world coordinates.
localToWorld(Point2D) - Method in interface org.jhotdraw8.draw.figure.Figure
Transforms the specified point from local coordinates into world coordinates.
locate(Figure) - Method in class org.jhotdraw8.draw.locator.BoundsLocator
 
locate(Figure) - Method in class org.jhotdraw8.draw.locator.PointLocator
 
locate(Figure) - Method in interface org.jhotdraw8.draw.locator.Locator
Locates a position on the provided figure.
locate(Figure, Figure) - Method in class org.jhotdraw8.draw.locator.AbstractLocator
 
locate(Figure, Figure) - Method in interface org.jhotdraw8.draw.locator.Locator
Locates a position on the provided figure relative to the dependent figure.
Locator - Interface in org.jhotdraw8.draw.locator
A locator encapsulates a strategy for locating a point on a Figure.
LocatorConnector - Class in org.jhotdraw8.draw.connector
LocatorConnector uses a Locator to compute its position.
LocatorConnector(Locator) - Constructor for class org.jhotdraw8.draw.connector.LocatorConnector
Creates a new instance
LocatorCssConverter - Class in org.jhotdraw8.draw.css.converter
CssLocatorConverter.
LocatorCssConverter() - Constructor for class org.jhotdraw8.draw.css.converter.LocatorCssConverter
 
LocatorCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.LocatorCssConverter
 
LocatorHandle - Class in org.jhotdraw8.draw.handle
A LocatorHandle implements a Handle by delegating the location requests to a Locator object.
LocatorHandle(Figure, Locator) - Constructor for class org.jhotdraw8.draw.handle.LocatorHandle
Initializes the LocatorHandle with the given Locator.
LockableFigure - Interface in org.jhotdraw8.draw.figure
LockableFigure.
LOCKED - Static variable in interface org.jhotdraw8.draw.figure.LockableFigure
Whether the figure is locked.
LOCKED_CHECK_BOX - Static variable in interface org.jhotdraw8.draw.inspector.InspectorStyleClasses
This style class is used for checkboxes that change the locked state of an object.
LockedFigure - Interface in org.jhotdraw8.draw.figure
Interface for figures which are always locked.
LONG_DESCRIPTION - Static variable in interface org.jhotdraw8.draw.tool.Tool
The key used for storing a longer String description for the action, could be used for context-sensitive help.

M

MAGENTA - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MAGENTA - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
majorXProperty() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
The x-factor for the major grid of the grid.
majorYProperty() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
The x-factor for the major grid of the grid.
MappedSystemColorConverter - Class in org.jhotdraw8.draw.css.value
 
MappedSystemColorConverter(ImmutableMap<String, Color>) - Constructor for class org.jhotdraw8.draw.css.value.MappedSystemColorConverter
 
MARK - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
MARK - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
MARK_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
MARK_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
MARKER_END_SCALE_FACTOR - Static variable in interface org.jhotdraw8.draw.figure.MarkerEndableFigure
 
MARKER_END_SHAPE - Static variable in interface org.jhotdraw8.draw.figure.MarkerEndableFigure
Marker end is an SVG path that points to the right, with coordinate 0,0 at the tail of the path.
MARKER_FILL - Static variable in interface org.jhotdraw8.draw.figure.MarkerFillableFigure
Defines the paint used for filling the interior of the figure.
MARKER_FILL_RULE - Static variable in interface org.jhotdraw8.draw.figure.MarkerFillableFigure
Defines the fill-rule used for filling the interior of the figure..
MARKER_MID_SCALE_FACTOR - Static variable in interface org.jhotdraw8.draw.figure.MarkerMidableFigure
 
MARKER_MID_SHAPE - Static variable in interface org.jhotdraw8.draw.figure.MarkerMidableFigure
"Marker Mid" is an SVG path that points to the right, with coordinate 0,0 at a node of the path.
MARKER_SEGMENT_SCALE_FACTOR - Static variable in interface org.jhotdraw8.draw.figure.MarkerSegmentableFigure
 
MARKER_SEGMENT_SHAPE - Static variable in interface org.jhotdraw8.draw.figure.MarkerSegmentableFigure
"Marker Segment" is an SVG path that points to the right, with coordinate 0,0 at the center of a path segment.
MARKER_START_SCALE_FACTOR - Static variable in interface org.jhotdraw8.draw.figure.MarkerStartableFigure
 
MARKER_START_SHAPE - Static variable in interface org.jhotdraw8.draw.figure.MarkerStartableFigure
Marker start is an SVG path that points to the right, with coordinate 0,0 at the head of the path.
MARKER_STROKE - Static variable in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
Defines the paint used for filling the outline of the figure.
MARKER_STROKE_DASH_ARRAY - Static variable in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
Defines the dash array used.
MARKER_STROKE_DASH_OFFSET - Static variable in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
Defines the distance in user coordinates for the dashing pattern.
MARKER_STROKE_LINE_CAP - Static variable in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
Defines the end cap style.
MARKER_STROKE_LINE_JOIN - Static variable in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
Defines the style applied where path segments meet.
MARKER_STROKE_MITER_LIMIT - Static variable in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
Defines the limit for the StrokeLineJoin.MITER style.
MARKER_STROKE_TYPE - Static variable in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
Defines the stroke type used for drawing outline of the figure.
MARKER_STROKE_WIDTH - Static variable in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
Defines the width of the outline of the figure.
MarkerEndableFigure - Interface in org.jhotdraw8.draw.figure
A figure which supports end markers.
MarkerFillableFigure - Interface in org.jhotdraw8.draw.figure
Interface figures which render a javafx.scene.shape.Shape and can be filled.
MarkerMidableFigure - Interface in org.jhotdraw8.draw.figure
A figure which supports markers at the nodes of a path.
MarkerSegmentableFigure - Interface in org.jhotdraw8.draw.figure
A figure which supports markers in the middle of a path segment.
MarkerStartableFigure - Interface in org.jhotdraw8.draw.figure
A figure which supports start markers.
MarkerStrokableFigure - Interface in org.jhotdraw8.draw.figure
Interface for figures which can stroke a marker.
MAROON - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MAROON - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MAX_NODES_PER_LAYER - Static variable in interface org.jhotdraw8.draw.render.RenderContext
Number of nodes that can be rendered per layer in the drawing editor..
maxProperty() - Method in class org.jhotdraw8.draw.inspector.ZoomToolbar
 
MEDIUMAQUAMARINE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MEDIUMAQUAMARINE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MEDIUMBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MEDIUMBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MEDIUMORCHID - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MEDIUMORCHID - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MEDIUMPURPLE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MEDIUMPURPLE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MEDIUMSEAGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MEDIUMSEAGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MEDIUMSLATEBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MEDIUMSLATEBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MEDIUMSPRINGGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MEDIUMSPRINGGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MEDIUMTURQUOISE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MEDIUMTURQUOISE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MEDIUMVIOLETRED - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MEDIUMVIOLETRED - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MENU - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Menu background.
MENU - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
MENU_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Text in menus.
MENU_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
MIDNIGHTBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MIDNIGHTBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
minProperty() - Method in class org.jhotdraw8.draw.inspector.ZoomToolbar
 
MINTCREAM - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MINTCREAM - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MISTYROSE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MISTYROSE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MITER - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
MITERLIMIT - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
MNEMONIC_KEY - Static variable in interface org.jhotdraw8.draw.tool.Tool
The key used for storing a KeyCombination to be used as the mnemonic for the action.
MOCCASIN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
MOCCASIN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
MODEL_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the model property.
MODEL_PROPERTY - Static variable in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
modelProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The drawing model.
modelProperty() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
modelProperty() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
modelProperty() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
MOVE - Static variable in class org.jhotdraw8.draw.handle.HandleType
Handles of this type should allow to move (translate) a figure.
moveDown(DrawingView, Collection<Figure>) - Method in class org.jhotdraw8.draw.action.SendBackwardAction
 
MoveHandle - Class in org.jhotdraw8.draw.handle
Handle for moving (translating) a figure.
MoveHandle(Figure, Locator) - Constructor for class org.jhotdraw8.draw.handle.MoveHandle
 
moveSelectedFiguresFromToLayer(Layer, Layer) - Method in class org.jhotdraw8.draw.inspector.LayersInspector
 
moveUp(DrawingView, Collection<Figure>) - Method in class org.jhotdraw8.draw.action.BringForwardAction
 
MULTI_HANDLE_TYPE_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
The name of the handle type property for multiple selection.
MultiClipboardInputFormat - Class in org.jhotdraw8.draw.input
MultiClipboardOutputFormat.
MultiClipboardInputFormat(List<Supplier<ClipboardInputFormat>>) - Constructor for class org.jhotdraw8.draw.input.MultiClipboardInputFormat
 
MultiClipboardInputFormat(ClipboardInputFormat...) - Constructor for class org.jhotdraw8.draw.input.MultiClipboardInputFormat
 
MultiClipboardOutputFormat - Class in org.jhotdraw8.draw.input
MultiClipboardOutputFormat.
MultiClipboardOutputFormat(Supplier<ClipboardOutputFormat>...) - Constructor for class org.jhotdraw8.draw.input.MultiClipboardOutputFormat
 
MultiClipboardOutputFormat(ClipboardOutputFormat...) - Constructor for class org.jhotdraw8.draw.input.MultiClipboardOutputFormat
 
multiHandleTypeProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
multiHandleTypeProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
The handle type for multiple selection.
MULTIPLE_VALUES_PLACEHOLDER - Static variable in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
This placeholder is displayed to indicate that multiple values have been specified for this property.
MultipleSelectionMoveHandle - Class in org.jhotdraw8.draw.handle
Handle for moving all selected figures.
MultipleSelectionMoveHandle(double, double) - Constructor for class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
MultipleSelectionOutlineHandle - Class in org.jhotdraw8.draw.handle
Draws the boundsInLocal of all selected figurs, but does not provide any interactions.
MultipleSelectionOutlineHandle() - Constructor for class org.jhotdraw8.draw.handle.MultipleSelectionOutlineHandle
 

N

NAME - Static variable in class org.jhotdraw8.draw.css.function.LadderCssFunction
 
NAME - Static variable in interface org.jhotdraw8.draw.tool.Tool
The key used for storing the action in an action map, and for accessing resources in resource bundles.
NamedColorName - Interface in org.jhotdraw8.draw.css.value
Specifies the name of a named color in a cascading stylesheet.
NamedCssColor - Class in org.jhotdraw8.draw.css.value
Represents a named color in a cascading stylesheet.
NamedCssColor(String, int) - Constructor for class org.jhotdraw8.draw.css.value.NamedCssColor
Creates a new named color with the specified name.
NamedCssColor(String, Color) - Constructor for class org.jhotdraw8.draw.css.value.NamedCssColor
Creates a new named color with the specified name.
namespaceQualifier - Variable in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
namespaceURI - Variable in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
NAVAJOWHITE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
NAVAJOWHITE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
NAVY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
NAVY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
needsIdResolver(MapAccessor<T>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
needsIdResolver(MapAccessor<T>) - Method in interface org.jhotdraw8.draw.io.FigureFactory
 
node - Variable in class org.jhotdraw8.draw.tool.AbstractTool
 
node - Variable in class org.jhotdraw8.draw.tool.AbstractTracker
 
NODE - Enum constant in enum class org.jhotdraw8.draw.model.DirtyBits
Affects the JavaFX Node created by the figure.
NodeFinder - Class in org.jhotdraw8.draw.render
Provides methods for finding JavaFX nodes within a radius around a point.
NodeFinder() - Constructor for class org.jhotdraw8.draw.render.NodeFinder
 
nodeIndex - Variable in class org.jhotdraw8.draw.handle.AbstractBezierNodeHandleAction
 
nodeListToValue(MapAccessor<T>, List<Node>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
nodeListToValue(MapAccessor<T>, List<Node>) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Maps a XML node list to a value.
NonNullBooleanStyleableKey - Class in org.jhotdraw8.draw.key
NonNullBooleanStyleableKey (not nullable).
NonNullBooleanStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NonNullBooleanStyleableKey
 
NonNullBooleanStyleableKey(String, Boolean) - Constructor for class org.jhotdraw8.draw.key.NonNullBooleanStyleableKey
 
NonNullBooleanStyleableKey(String, String) - Constructor for class org.jhotdraw8.draw.key.NonNullBooleanStyleableKey
 
NonNullBooleanStyleableKey(String, String, Boolean) - Constructor for class org.jhotdraw8.draw.key.NonNullBooleanStyleableKey
 
NonNullEnumStyleableKey<T> - Class in org.jhotdraw8.draw.key
Convenience class for creating a Key for an enum type.
NonNullEnumStyleableKey(String, Class<T>, T) - Constructor for class org.jhotdraw8.draw.key.NonNullEnumStyleableKey
Creates a new instance with the specified name, enum class, mask and default value.
NonNullEnumStyleableKey(String, String, Class<T>, T) - Constructor for class org.jhotdraw8.draw.key.NonNullEnumStyleableKey
Creates a new instance with KebabCaseEnumCssConverter.
NonNullEnumStyleableKey(String, String, Class<T>, Converter<T>, T) - Constructor for class org.jhotdraw8.draw.key.NonNullEnumStyleableKey
Creates a new instance.
NonNullListStyleableKey<T> - Class in org.jhotdraw8.draw.key
NonNullListStyleableKey.
NonNullListStyleableKey(String, String, Type, CssConverter<T>, String, String, String, ImmutableList<T>) - Constructor for class org.jhotdraw8.draw.key.NonNullListStyleableKey
 
NonNullListStyleableKey(String, String, Type, CssConverter<T>, String, ImmutableList<T>) - Constructor for class org.jhotdraw8.draw.key.NonNullListStyleableKey
 
NonNullListStyleableKey(String, String, Type, CssConverter<T>, ImmutableList<T>) - Constructor for class org.jhotdraw8.draw.key.NonNullListStyleableKey
 
NonNullListStyleableKey(String, Type, CssConverter<T>) - Constructor for class org.jhotdraw8.draw.key.NonNullListStyleableKey
Creates a new instance with the specified name and with an empty list as the default value.
NonNullListStyleableKey(String, Type, CssConverter<T>, ImmutableList<T>) - Constructor for class org.jhotdraw8.draw.key.NonNullListStyleableKey
Creates a new instance with the specified name, mask and default value.
NonNullObjectStyleableKey<T> - Class in org.jhotdraw8.draw.key
A simple non-nullable StyleableKey.
NonNullObjectStyleableKey(String, String, Type, Converter<T>, T) - Constructor for class org.jhotdraw8.draw.key.NonNullObjectStyleableKey
Creates a new instance.
NonNullObjectStyleableKey(String, Type, Converter<T>, T) - Constructor for class org.jhotdraw8.draw.key.NonNullObjectStyleableKey
Creates a new instance.
NonNullSetStyleableKey<T> - Class in org.jhotdraw8.draw.key
NonNullSetStyleableKey.
NonNullSetStyleableKey(String, Type, CssConverter<ImmutableSequencedSet<T>>) - Constructor for class org.jhotdraw8.draw.key.NonNullSetStyleableKey
Creates a new instance with the specified name and with an empty list as the default value.
NonNullSetStyleableKey(String, Type, CssConverter<ImmutableSequencedSet<T>>, ImmutableSequencedSet<T>) - Constructor for class org.jhotdraw8.draw.key.NonNullSetStyleableKey
Creates a new instance with the specified name, mask and default value.
NonTransformableFigure - Interface in org.jhotdraw8.draw.figure
Provides default implementations for figures which can not be transformed.
NORMAL_STYLE - Static variable in class org.jhotdraw8.draw.css.converter.FontCssConverter
 
NORMAL_WEIGHT - Static variable in class org.jhotdraw8.draw.css.converter.FontCssConverter
 
north(Figure) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Creates a handle for the specified figure.
north(TransformableFigure) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Creates a handle for the specified figure.
NORTH - Static variable in class org.jhotdraw8.draw.locator.BoundsLocator
 
NORTH_EAST - Static variable in class org.jhotdraw8.draw.locator.BoundsLocator
 
NORTH_EAST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.ResizeHandleKit
 
NORTH_EAST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.TransformHandleKit
 
NORTH_SHAPE - Static variable in class org.jhotdraw8.draw.handle.ResizeHandleKit
 
NORTH_SHAPE - Static variable in class org.jhotdraw8.draw.handle.TransformHandleKit
 
NORTH_WEST - Static variable in class org.jhotdraw8.draw.locator.BoundsLocator
 
NORTH_WEST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.ResizeHandleKit
 
NORTH_WEST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.TransformHandleKit
 
northEast() - Static method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
northEast(Figure) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Creates a handle for the specified figure.
northEast(TransformableFigure) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Creates a handle for the specified figure.
northWest() - Static method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
northWest(Figure) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Creates a handle for the specified figure.
northWest(TransformableFigure) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Creates a handle for the specified figure.
NullableBezierPathStyleableKey - Class in org.jhotdraw8.draw.key
BezierPathStyleableKey.
NullableBezierPathStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullableBezierPathStyleableKey
Creates a new instance with the specified name and with null as the default value.
NullableBezierPathStyleableKey(String, BezierPath) - Constructor for class org.jhotdraw8.draw.key.NullableBezierPathStyleableKey
Creates a new instance with the specified name, mask and default value.
NullableBooleanStyleableKey - Class in org.jhotdraw8.draw.key
NonNullBooleanStyleableKey.
NullableBooleanStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullableBooleanStyleableKey
Creates a new instance with the specified name and with null as the default value.
NullableBooleanStyleableKey(String, Boolean) - Constructor for class org.jhotdraw8.draw.key.NullableBooleanStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
NullableBooleanStyleableKey(String, String, Boolean) - Constructor for class org.jhotdraw8.draw.key.NullableBooleanStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
NullableCssColorStyleableKey - Class in org.jhotdraw8.draw.key
NullableCssColorStyleableKey.
NullableCssColorStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullableCssColorStyleableKey
Creates a new instance with the specified name and with null as the default value.
NullableCssColorStyleableKey(String, CssColor) - Constructor for class org.jhotdraw8.draw.key.NullableCssColorStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
NullableCssRectangle2DStyleableMapAccessor - Class in org.jhotdraw8.draw.key
Rectangle2DStyleableMapAccessor.
NullableCssRectangle2DStyleableMapAccessor(String, MapAccessor<CssSize>, MapAccessor<CssSize>, MapAccessor<CssSize>, MapAccessor<CssSize>) - Constructor for class org.jhotdraw8.draw.key.NullableCssRectangle2DStyleableMapAccessor
Creates a new instance with the specified name.
NullableCssSizeStyleableKey - Class in org.jhotdraw8.draw.key
NullableCssSizeStyleableKey.
NullableCssSizeStyleableKey(String, CssSize) - Constructor for class org.jhotdraw8.draw.key.NullableCssSizeStyleableKey
Creates a new instance with the specified name, mask and default value.
NullableDoubleStyleableKey - Class in org.jhotdraw8.draw.key
NullableDoubleStyleableKey.
NullableDoubleStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullableDoubleStyleableKey
Creates a new instance with the specified name and with null as the default value.
NullableDoubleStyleableKey(String, Double) - Constructor for class org.jhotdraw8.draw.key.NullableDoubleStyleableKey
Creates a new instance with the specified name and default value.
NullableDoubleStyleableKey(String, Double, CssConverter<Double>) - Constructor for class org.jhotdraw8.draw.key.NullableDoubleStyleableKey
 
NullableEnumStyleableKey<T> - Class in org.jhotdraw8.draw.key
NullableEnumStyleableKey.
NullableEnumStyleableKey(String, String, Class<T>, Converter<T>, T) - Constructor for class org.jhotdraw8.draw.key.NullableEnumStyleableKey
Creates a new instance with the specified name, enum class, mask and default value.
NullableEnumStyleableKey(String, Class<T>) - Constructor for class org.jhotdraw8.draw.key.NullableEnumStyleableKey
Creates a new instance with the specified name, enum class, mask and with null as the default value.
NullableEnumStyleableKey(String, Class<T>, T) - Constructor for class org.jhotdraw8.draw.key.NullableEnumStyleableKey
Creates a new instance with the specified name, enum class, mask and default value.
NullableFXPathElementsStyleableKey - Class in org.jhotdraw8.draw.key
NullableFXSvgPathStyleableKey.
NullableFXPathElementsStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullableFXPathElementsStyleableKey
Creates a new instance with the specified name and with null as the default value.
NullableFXPathElementsStyleableKey(String, ImmutableList<PathElement>) - Constructor for class org.jhotdraw8.draw.key.NullableFXPathElementsStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
NullableFXPathStyleableKey - Class in org.jhotdraw8.draw.key
NullableSvgPathStyleableKey.
NullableFXPathStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullableFXPathStyleableKey
Creates a new instance with the specified name and with null as the default value.
NullableFXPathStyleableKey(String, Path) - Constructor for class org.jhotdraw8.draw.key.NullableFXPathStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
NullableIntegerStyleableKey - Class in org.jhotdraw8.draw.key
NullableIntegerStyleableKey.
NullableIntegerStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullableIntegerStyleableKey
 
NullableIntegerStyleableKey(String, String) - Constructor for class org.jhotdraw8.draw.key.NullableIntegerStyleableKey
 
NullableIntegerStyleableKey(String, String, CssConverter<Integer>) - Constructor for class org.jhotdraw8.draw.key.NullableIntegerStyleableKey
 
NullableListStyleableKey<T> - Class in org.jhotdraw8.draw.key
Nullable NonNullListStyleableKey.
NullableListStyleableKey(String, Type, CssConverter<T>) - Constructor for class org.jhotdraw8.draw.key.NullableListStyleableKey
Creates a new instance with the specified name and with an empty list as the default value.
NullableObjectStyleableKey<T> - Class in org.jhotdraw8.draw.key
A simple nullable StyleableKey.
NullableObjectStyleableKey(String, String, Type, Converter<T>, T) - Constructor for class org.jhotdraw8.draw.key.NullableObjectStyleableKey
Creates a new instance.
NullableObjectStyleableKey(String, Type, Converter<T>) - Constructor for class org.jhotdraw8.draw.key.NullableObjectStyleableKey
Creates a new instance with a null default value.
NullableObjectStyleableKey(String, Type, Converter<T>, T) - Constructor for class org.jhotdraw8.draw.key.NullableObjectStyleableKey
Creates a new instance.
NullablePaintableStyleableKey - Class in org.jhotdraw8.draw.key
PaintStyleableFigureKey.
NullablePaintableStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullablePaintableStyleableKey
Creates a new instance with the specified name and with null as the default value.
NullablePaintableStyleableKey(String, Paintable) - Constructor for class org.jhotdraw8.draw.key.NullablePaintableStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
NullablePathMetricsStyleableKey - Class in org.jhotdraw8.draw.key
PathMetricsStyleableKey.
NullablePathMetricsStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullablePathMetricsStyleableKey
Creates a new instance with the specified name and with null as the default value.
NullablePathMetricsStyleableKey(String, PathMetrics) - Constructor for class org.jhotdraw8.draw.key.NullablePathMetricsStyleableKey
Creates a new instance with the specified name, mask and default value.
NullablePoint2DStyleableKey - Class in org.jhotdraw8.draw.key
Point2DStyleableKey.
NullablePoint2DStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullablePoint2DStyleableKey
Creates a new instance with the specified name and with null as the default value.
NullablePoint2DStyleableKey(String, Point2D) - Constructor for class org.jhotdraw8.draw.key.NullablePoint2DStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
NullableSetStyleableKey<T> - Class in org.jhotdraw8.draw.key
NonNullSetStyleableKey.
NullableSetStyleableKey(String, Type, CssConverter<T>) - Constructor for class org.jhotdraw8.draw.key.NullableSetStyleableKey
Creates a new instance with the specified name and with an empty list as the default value.
NullableStringStyleableKey - Class in org.jhotdraw8.draw.key
NullableStringStyleableKey.
NullableStringStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullableStringStyleableKey
Creates a new instance with the specified name and with a null String as the default value.
NullableStringStyleableKey(String, String) - Constructor for class org.jhotdraw8.draw.key.NullableStringStyleableKey
Creates a new instance with the specified name, mask and default value.
NullableStringStyleableKey(String, String, String) - Constructor for class org.jhotdraw8.draw.key.NullableStringStyleableKey
 
NullableUriStyleableKey - Class in org.jhotdraw8.draw.key
NullableUriStyleableKey.
NullableUriStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NullableUriStyleableKey
Creates a new instance with the specified name and with null as the default value.
NullableUriStyleableKey(String, URI) - Constructor for class org.jhotdraw8.draw.key.NullableUriStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
NullConstrainer - Class in org.jhotdraw8.draw.constrain
NullConstrainer does not constrain anything.
NullConstrainer() - Constructor for class org.jhotdraw8.draw.constrain.NullConstrainer
 
NulllableBooleanStyleableKey - Class in org.jhotdraw8.draw.key
Nullable NonNullBooleanStyleableKey.
NulllableBooleanStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.NulllableBooleanStyleableKey
 
NulllableBooleanStyleableKey(String, String, Boolean) - Constructor for class org.jhotdraw8.draw.key.NulllableBooleanStyleableKey
 
NulllableBooleanStyleableKey(String, Boolean) - Constructor for class org.jhotdraw8.draw.key.NulllableBooleanStyleableKey
 
NulllableBooleanStyleableKey(String, String) - Constructor for class org.jhotdraw8.draw.key.NulllableBooleanStyleableKey
 
NUM_PAGES_PLACEHOLDER - Static variable in class org.jhotdraw8.draw.figure.PageLabelFigure
 
NUM_PAGES_X - Static variable in class org.jhotdraw8.draw.figure.PageFigure
The computed number of pages along the x-axis.
NUM_PAGES_X_Y - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
NUM_PAGES_Y - Static variable in class org.jhotdraw8.draw.figure.PageFigure
The computed number of pages along the y-axis.
NUMBER_OF_PAGES - Static variable in interface org.jhotdraw8.draw.render.PrintRenderContext
Defines the total number of a pages in the print job.

O

OBLIQUE_STYLE - Static variable in class org.jhotdraw8.draw.css.converter.FontCssConverter
 
of(String) - Static method in class org.jhotdraw8.draw.css.value.NamedCssColor
Returns a named color for the given name.
of(String) - Static method in class org.jhotdraw8.draw.css.value.SystemCssColor
Creates a system color for the given name.
of(DirtyBits...) - Static method in class org.jhotdraw8.draw.model.DirtyMask
 
ofColor(Color) - Static method in class org.jhotdraw8.draw.css.value.CssColor
 
OFF - Enum constant in enum class org.jhotdraw8.draw.figure.LabelAutorotate
Does not automatically rotate the label.
offset() - Method in record class org.jhotdraw8.draw.css.converter.CssStop
Returns the value of the offset record component.
ofNonNull(String) - Static method in class org.jhotdraw8.draw.css.value.NamedCssColor
Returns a named color for the given name.
OLDLACE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
OLDLACE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
OLIVE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
OLIVE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
OLIVEDRAB - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
OLIVEDRAB - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
onActionPerformed(ActionEvent) - Method in class org.jhotdraw8.draw.action.AbstractDrawingViewAction
 
onActionPerformed(ActionEvent) - Method in class org.jhotdraw8.draw.handle.BezierNodeHandleIncomingAndOutgoingTangentAction
 
onActionPerformed(ActionEvent) - Method in class org.jhotdraw8.draw.handle.BezierNodeHandleIncomingTangentAction
 
onActionPerformed(ActionEvent) - Method in class org.jhotdraw8.draw.handle.BezierNodeHandleNoTangentsAction
 
onActionPerformed(ActionEvent) - Method in class org.jhotdraw8.draw.handle.BezierNodeHandleOutgoingTangentAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.AbstractDrawingViewAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.AddToGroupAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.AlignBottomAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.AlignHorizontalAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.AlignLeftAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.AlignRightAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.AlignTopAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.AlignVerticalAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.BringForwardAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.BringToFrontAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.DistributeHorizontallyAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.DistributeVerticallyAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.GroupAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.RemoveFromGroupAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.RemoveTransformationsAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.SelectChildrenAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.SelectSameAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.SendBackwardAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.SendToBackAction
 
onActionPerformed(ActionEvent, DrawingView) - Method in class org.jhotdraw8.draw.action.UngroupAction
 
onCaretPositionChanged(Observable, Number, Number) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
onDrawingChanged(ObservableValue<? extends Drawing>, Drawing, Drawing) - Method in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
Must be implemented by subclasses.
onDrawingChanged(ObservableValue<? extends Drawing>, Drawing, Drawing) - Method in class org.jhotdraw8.draw.inspector.DrawingInspector
 
onDrawingChanged(ObservableValue<? extends Drawing>, Drawing, Drawing) - Method in class org.jhotdraw8.draw.inspector.LayersInspector
 
onDrawingChanged(ObservableValue<? extends Drawing>, Drawing, Drawing) - Method in class org.jhotdraw8.draw.inspector.StylesheetsInspector
 
onDrawingModelChanged(ObservableValue<? extends DrawingModel>, DrawingModel, DrawingModel) - Method in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
Can be overriden by subclasses.
onDrawingModelChanged(ObservableValue<? extends DrawingModel>, DrawingModel, DrawingModel) - Method in class org.jhotdraw8.draw.inspector.LayersInspector
 
onDrawingModelEvent(DrawingModelEvent) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
onDrawingViewChanged(ObservableValue<? extends DrawingView>, DrawingView, DrawingView) - Method in class org.jhotdraw8.draw.inspector.AbstractDrawingViewInspector
Can be overridden by subclasses.
onDrawingViewChanged(ObservableValue<? extends DrawingView>, DrawingView, DrawingView) - Method in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
 
onDrawingViewChanged(ObservableValue<? extends DrawingView>, DrawingView, DrawingView) - Method in class org.jhotdraw8.draw.inspector.AbstractSelectionInspector
 
onDrawingViewChanged(ObservableValue<? extends DrawingView>, DrawingView, DrawingView) - Method in class org.jhotdraw8.draw.inspector.GridInspector
 
onDrawingViewChanged(ObservableValue<? extends DrawingView>, DrawingView, DrawingView) - Method in class org.jhotdraw8.draw.inspector.HandlesInspector
 
onDrawingViewChanged(ObservableValue<? extends DrawingView>, DrawingView, DrawingView) - Method in class org.jhotdraw8.draw.inspector.HelpTextInspector
 
onDrawingViewChanged(ObservableValue<? extends DrawingView>, DrawingView, DrawingView) - Method in class org.jhotdraw8.draw.inspector.HierarchyInspector
 
onDrawingViewChanged(ObservableValue<? extends DrawingView>, DrawingView, DrawingView) - Method in class org.jhotdraw8.draw.inspector.LayersInspector
 
onDrawingViewChanged(ObservableValue<? extends DrawingView>, DrawingView, DrawingView) - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
Can be overridden by subclasses.
onDrawingViewChanged(ObservableValue<? extends DrawingView>, DrawingView, DrawingView) - Method in class org.jhotdraw8.draw.inspector.StyleClassesInspector
 
onKeyPressed(KeyEvent, DrawingView) - Method in interface org.jhotdraw8.draw.handle.Handle
 
onKeyPressed(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onKeyPressed(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
onKeyReleased(KeyEvent, DrawingView) - Method in interface org.jhotdraw8.draw.handle.Handle
 
onKeyReleased(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onKeyReleased(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
onKeyTyped(KeyEvent, DrawingView) - Method in interface org.jhotdraw8.draw.handle.Handle
 
onKeyTyped(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onKeyTyped(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
onMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
onMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
onMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeNonMovableEditHandle
 
onMouseClicked(MouseEvent, DrawingView) - Method in interface org.jhotdraw8.draw.handle.Handle
 
onMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
onMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
onMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
onMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.BezierCreationTool
 
onMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.PolyCreationTool
 
onMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in interface org.jhotdraw8.draw.handle.Handle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.MoveHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PointHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointMoveHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.RelativeControlPointHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.RelativePointHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.RotateHandle
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.BezierCreationTool
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.ConnectionTool
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.CreationTool
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.LineCreationTool
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.PolyCreationTool
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.TextCreationTool
 
onMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.TextEditingTool
 
onMouseEntered(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onMouseExited(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onMouseMoved(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onMouseMoved(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.BezierCreationTool
 
onMouseMoved(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.PolyCreationTool
 
onMouseMoved(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
onMouseMoved(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.TextEditingTool
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeNonMovableEditHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierPathEditHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in interface org.jhotdraw8.draw.handle.Handle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.MoveHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointMoveHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.RotateHandle
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.BezierCreationTool
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.ConnectionTool
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.CreationTool
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.LineCreationTool
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.PolyCreationTool
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.TextCreationTool
 
onMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.TextEditingTool
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeNonMovableEditHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierPathEditHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in interface org.jhotdraw8.draw.handle.Handle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.MoveHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointMoveHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.RotateHandle
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.BezierCreationTool
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.ConnectionTool
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.CreationTool
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.TextCreationTool
 
onMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.TextEditingTool
 
onPopupTriggered(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
onPopupTriggered(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
onPopupTriggered(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
onPopupTriggered(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
This method is called when the popup menu is triggered.
onPropertyChanged(Key<T>, T, T, boolean, boolean) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
onPropertyChanged(Key<T>, T, T, boolean, boolean) - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
onPropertyChanged(Key<T>, T, T, boolean, boolean) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
Overrides of this method must call super!
onSelectionChanged(Set<Figure>) - Method in class org.jhotdraw8.draw.inspector.AbstractSelectionInspector
Must be implemented by subclasses.
onSelectionChanged(Set<Figure>) - Method in class org.jhotdraw8.draw.inspector.StyleClassesInspector
 
onToolChanged(Observable, Tool, Tool) - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
onToolChanged(Observable, Tool, Tool) - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
onTreeModelEvent(TreeModelEvent<Figure>) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
onZoom(ZoomEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onZoom(ZoomEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
onZoomFinished(ZoomEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onZoomStarted(ZoomEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
onZoomStarted(ZoomEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
OPACITY - Static variable in interface org.jhotdraw8.draw.figure.CompositableFigure
Specifies the opacity of the figure.
ORANGE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
ORANGE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
ORANGERED - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
ORANGERED - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
ORCHID - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
ORCHID - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
org.jhotdraw8.draw - module org.jhotdraw8.draw
Defines a framework for vector drawing editors.
org.jhotdraw8.draw - package org.jhotdraw8.draw
Defines a programming model for structured drawing editors and provides default implementations.
org.jhotdraw8.draw.action - package org.jhotdraw8.draw.action
 
org.jhotdraw8.draw.connector - package org.jhotdraw8.draw.connector
 
org.jhotdraw8.draw.constrain - package org.jhotdraw8.draw.constrain
 
org.jhotdraw8.draw.css.converter - package org.jhotdraw8.draw.css.converter
Provides utility classes for converting from/to CSS attribute texts.
org.jhotdraw8.draw.css.function - package org.jhotdraw8.draw.css.function
 
org.jhotdraw8.draw.css.model - package org.jhotdraw8.draw.css.model
 
org.jhotdraw8.draw.css.value - package org.jhotdraw8.draw.css.value
 
org.jhotdraw8.draw.figure - package org.jhotdraw8.draw.figure
 
org.jhotdraw8.draw.gui - package org.jhotdraw8.draw.gui
 
org.jhotdraw8.draw.handle - package org.jhotdraw8.draw.handle
Provides Handles for direct manipulation of figures on a drawing view.
org.jhotdraw8.draw.input - package org.jhotdraw8.draw.input
 
org.jhotdraw8.draw.inspector - package org.jhotdraw8.draw.inspector
 
org.jhotdraw8.draw.io - package org.jhotdraw8.draw.io
 
org.jhotdraw8.draw.key - package org.jhotdraw8.draw.key
 
org.jhotdraw8.draw.locator - package org.jhotdraw8.draw.locator
Provides interfaces and classes for locating a point on a figure.
org.jhotdraw8.draw.model - package org.jhotdraw8.draw.model
 
org.jhotdraw8.draw.popup - package org.jhotdraw8.draw.popup
 
org.jhotdraw8.draw.render - package org.jhotdraw8.draw.render
 
org.jhotdraw8.draw.spi - package org.jhotdraw8.draw.spi
 
org.jhotdraw8.draw.tool - package org.jhotdraw8.draw.tool
 
org.jhotdraw8.draw.undo - package org.jhotdraw8.draw.undo
 
org.jhotdraw8.draw.xml.converter - package org.jhotdraw8.draw.xml.converter
 
ORIGIN - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
ORIGIN - Static variable in class org.jhotdraw8.draw.figure.TextFigure
 
ORIGIN_X - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
ORIGIN_Y - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
originKey - Variable in class org.jhotdraw8.draw.handle.LabelConnectorHandle
 
OutputFormat - Interface in org.jhotdraw8.draw.io
OutputFormat.
OUTSIDE - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
owner - Variable in class org.jhotdraw8.draw.handle.AbstractBezierNodeHandleAction
 
owner - Variable in class org.jhotdraw8.draw.handle.AbstractHandle
 

P

PaddableFigure - Interface in org.jhotdraw8.draw.figure
 
PADDING - Static variable in interface org.jhotdraw8.draw.figure.PaddableFigure
 
PADDING_BOTTOM - Static variable in interface org.jhotdraw8.draw.figure.PaddableFigure
 
PADDING_LEFT - Static variable in interface org.jhotdraw8.draw.figure.PaddableFigure
 
PADDING_RIGHT - Static variable in interface org.jhotdraw8.draw.figure.PaddableFigure
 
PADDING_TOP - Static variable in interface org.jhotdraw8.draw.figure.PaddableFigure
 
Page - Interface in org.jhotdraw8.draw.figure
Defines a page layout for printing.
PAGE_FIGURE - Static variable in interface org.jhotdraw8.draw.render.PrintRenderContext
The figure which defines the layout of the current print page.
PAGE_INSETS - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAGE_INSETS_BOTTOM - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAGE_INSETS_LEFT - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAGE_INSETS_RIGHT - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAGE_INSETS_TOP - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAGE_NUMBER - Static variable in interface org.jhotdraw8.draw.render.PrintRenderContext
Defines the current page number of the print job.
PAGE_OVERLAP - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAGE_OVERLAP_X - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAGE_OVERLAP_Y - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAGE_PLACEHOLDER - Static variable in class org.jhotdraw8.draw.figure.PageLabelFigure
 
PageFigure - Class in org.jhotdraw8.draw.figure
Defines a page layout for printing.
PageFigure() - Constructor for class org.jhotdraw8.draw.figure.PageFigure
 
PageLabelFigure - Class in org.jhotdraw8.draw.figure
PageLabelFigure.
PageLabelFigure() - Constructor for class org.jhotdraw8.draw.figure.PageLabelFigure
 
PageLabelFigure(double, double, String, Object...) - Constructor for class org.jhotdraw8.draw.figure.PageLabelFigure
Creates a new instance.
PageLabelFigure(Point2D, String) - Constructor for class org.jhotdraw8.draw.figure.PageLabelFigure
Creates a new instance.
Paintable - Interface in org.jhotdraw8.draw.css.value
Paintable.
paintableConverter - Static variable in class org.jhotdraw8.draw.css.converter.PaintCssConverter
 
PaintableCssConverter - Class in org.jhotdraw8.draw.css.converter
CssPaintableConverter.
PaintableCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.PaintableCssConverter
 
PaintablePicker - Class in org.jhotdraw8.draw.popup
 
PaintablePicker() - Constructor for class org.jhotdraw8.draw.popup.PaintablePicker
 
PaintCssConverter - Class in org.jhotdraw8.draw.css.converter
CssPaintableConverter.
PaintCssConverter() - Constructor for class org.jhotdraw8.draw.css.converter.PaintCssConverter
 
PaintCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.PaintCssConverter
 
paintImmediately() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
For testing: paints the drawing immediately.
paintImmediately() - Method in class org.jhotdraw8.draw.SimpleDrawingView
For testing: paints the drawing immediately.
PALEGOLDENROD - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
PALEGOLDENROD - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
PALEGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
PALEGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
PALETURQUOISE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
PALETURQUOISE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
PALEVIOLETRED - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
PALEVIOLETRED - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
pannableProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Specifies whether the user should be able to pan the viewport by using the mouse.
PAPAYAWHIP - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
PAPAYAWHIP - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
PAPER_HEIGHT - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAPER_SIZE - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAPER_WIDTH - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
PAPERS - Static variable in interface org.jhotdraw8.draw.figure.Page
List of all available papers.
PaperSizeCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a CssDimension2D into a String and vice versa.
PaperSizeCssConverter() - Constructor for class org.jhotdraw8.draw.css.converter.PaperSizeCssConverter
 
PaperSizeStyleableMapAccessor - Class in org.jhotdraw8.draw.key
CssSize2DStyleableMapAccessor.
PaperSizeStyleableMapAccessor(String, NonNullMapAccessor<CssSize>, NonNullMapAccessor<CssSize>) - Constructor for class org.jhotdraw8.draw.key.PaperSizeStyleableMapAccessor
Creates a new instance with the specified name.
PARENT_PROPERTY - Static variable in interface org.jhotdraw8.draw.figure.Figure
The name of the parent property.
parentProperty() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
parentProperty() - Method in interface org.jhotdraw8.draw.figure.Figure
The parent figure.
parse(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.ColorCssConverter
 
parse(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.DefaultableValueCssConverter
 
parse(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.EffectCssConverter
 
parseColorValue(T, CssTokenizer, CssFunctionProcessor<T>) - Method in class org.jhotdraw8.draw.css.function.AbstractColorCssFunction
 
parseConnector(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.xml.converter.ConnectorXmlConverter
Parses a Locator.
parseLineCap(CssTokenizer) - Method in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
parseLineJoin(CssTokenizer) - Method in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.AwtPathCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.BezierPathCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.BoundingBoxCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.Dimension2DCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.FontCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.FXPathCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.FXPathElementsCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.IdentCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.InsetsConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.InsetsCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.LinearGradientCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.LocatorCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.PaintableCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.PaintCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.PaperSizeCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.PathMetricsCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.Point2DConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.Point2DCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.Point3DConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.Point3DCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.RadialGradientCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.Rectangle2DConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.Rectangle2DCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.RegexCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.Scale2DCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.Scale3DCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.SymmetricCssPoint2DCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.SymmetricPoint2DConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.TransformCssConverter
 
parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.Translate3DCssConverter
 
parseOld(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.draw.css.converter.ColorCssConverter
 
parsePercentageValue(T, CssTokenizer, CssFunctionProcessor<T>) - Method in class org.jhotdraw8.draw.css.function.LadderCssFunction
 
parseResolvedColorValue(T, CssTokenizer, CssFunctionProcessor<T>) - Method in class org.jhotdraw8.draw.css.function.AbstractColorCssFunction
 
parseStrokeType(CssTokenizer) - Method in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
paste() - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
PATH - Static variable in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
PATH - Static variable in class org.jhotdraw8.draw.figure.BezierPathFigure
 
Path2DDoubleXmlConverter - Class in org.jhotdraw8.draw.xml.converter
Converts an Path2D.Double from/to an XML attribute text.
Path2DDoubleXmlConverter() - Constructor for class org.jhotdraw8.draw.xml.converter.Path2DDoubleXmlConverter
 
PathConnectionBezierPathXmlConverter - Class in org.jhotdraw8.draw.xml.converter
Converts an BezierNodeList path to an XML attribute value.
PathConnectionBezierPathXmlConverter() - Constructor for class org.jhotdraw8.draw.xml.converter.PathConnectionBezierPathXmlConverter
 
PathConnector - Class in org.jhotdraw8.draw.connector
PathConnector.
PathConnector() - Constructor for class org.jhotdraw8.draw.connector.PathConnector
 
PathConnector(Locator) - Constructor for class org.jhotdraw8.draw.connector.PathConnector
 
PathIterableFigure - Interface in org.jhotdraw8.draw.figure
PathIterableFigure.
PathIterableOutlineHandle - Class in org.jhotdraw8.draw.handle
Draws an outline of the path of a PathIterableFigure.
PathIterableOutlineHandle(PathIterableFigure, boolean) - Constructor for class org.jhotdraw8.draw.handle.PathIterableOutlineHandle
 
PathIterablePointsHandle - Class in org.jhotdraw8.draw.handle
Draws points of the path of a PathIterableFigure.
PathIterablePointsHandle(PathIterableFigure, boolean) - Constructor for class org.jhotdraw8.draw.handle.PathIterablePointsHandle
 
pathKey - Variable in class org.jhotdraw8.draw.handle.AbstractBezierNodeHandleAction
 
PathLocator - Class in org.jhotdraw8.draw.locator
A locator that specifies a point that is relative to the path of a PathIterableFigure.
PathLocator() - Constructor for class org.jhotdraw8.draw.locator.PathLocator
 
PathMetricsCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts an BezierNodeList path to a CSS String.
PathMetricsCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.PathMetricsCssConverter
 
PathMetricsXmlConverter - Class in org.jhotdraw8.draw.xml.converter
Converts an BezierNodeList path to an XML attribute value.
PathMetricsXmlConverter(boolean) - Constructor for class org.jhotdraw8.draw.xml.converter.PathMetricsXmlConverter
 
PatternStrokableFigure - Interface in org.jhotdraw8.draw.figure
Defines properties for figures that support a pattern in a stroke.
PEACHPUFF - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
PEACHPUFF - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
PERU - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
PERU - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
Picker<T> - Interface in org.jhotdraw8.draw.popup
 
PickerModel - Interface in org.jhotdraw8.draw.popup
 
pickLocation - Variable in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
PINK - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
PINK - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
PLUM - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
PLUM - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
PNG_MIME_TYPE - Static variable in class org.jhotdraw8.draw.io.BitmapExportOutputFormat
 
POINT - Static variable in class org.jhotdraw8.draw.handle.HandleType
Handle of this type should allow to edit a point of a figure.
Point2DConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.Point2D into a String and vice versa.
Point2DConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Point2DConverter
 
Point2DConverter(boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Point2DConverter
 
Point2DCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.CssPoint2D into a String and vice versa.
Point2DCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Point2DCssConverter
 
Point2DCssConverter(boolean, boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Point2DCssConverter
 
Point2DListStyleableKey - Class in org.jhotdraw8.draw.key
Point2DListStyleableKey.
Point2DListStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.Point2DListStyleableKey
Creates a new instance with the specified name and with null as the default value.
Point2DListStyleableKey(String, ImmutableList<Point2D>) - Constructor for class org.jhotdraw8.draw.key.Point2DListStyleableKey
Creates a new instance with the specified name, mask and default value.
Point2DStyleableKey - Class in org.jhotdraw8.draw.key
Point2DStyleableKey.
Point2DStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.Point2DStyleableKey
Creates a new instance with the specified name and with null as the default value.
Point2DStyleableKey(String, Point2D) - Constructor for class org.jhotdraw8.draw.key.Point2DStyleableKey
Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
Point2DStyleableMapAccessor - Class in org.jhotdraw8.draw.key
Point2DStyleableMapAccessor.
Point2DStyleableMapAccessor(String, NonNullMapAccessor<Double>, NonNullMapAccessor<Double>) - Constructor for class org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
Creates a new instance with the specified name.
Point2DStyleableMapAccessor(String, NonNullMapAccessor<Double>, NonNullMapAccessor<Double>, Converter<Point2D>) - Constructor for class org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
Creates a new instance with the specified name.
Point2DXmlConverter - Class in org.jhotdraw8.draw.xml.converter
Converts a javafx.geometry.Point2D into a String and vice versa.
Point2DXmlConverter() - Constructor for class org.jhotdraw8.draw.xml.converter.Point2DXmlConverter
 
Point2DXmlConverter(boolean) - Constructor for class org.jhotdraw8.draw.xml.converter.Point2DXmlConverter
 
Point2DXmlConverter(boolean, boolean) - Constructor for class org.jhotdraw8.draw.xml.converter.Point2DXmlConverter
 
Point3DConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.Point3D into a String and vice versa.
Point3DConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Point3DConverter
 
Point3DConverter(boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Point3DConverter
 
Point3DCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.CssPoint3D into a String and vice versa.
Point3DCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Point3DCssConverter
 
Point3DCssConverter(boolean, boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Point3DCssConverter
 
Point3DStyleableMapAccessor - Class in org.jhotdraw8.draw.key
Point3DStyleableMapAccessor.
Point3DStyleableMapAccessor(String, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>) - Constructor for class org.jhotdraw8.draw.key.Point3DStyleableMapAccessor
Creates a new instance with the specified name.
Point3DStyleableMapAccessor(String, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>, Converter<Point3D>) - Constructor for class org.jhotdraw8.draw.key.Point3DStyleableMapAccessor
 
Point3DXmlConverter - Class in org.jhotdraw8.draw.xml.converter
Converts a javafx.geometry.Point3D into a String and vice versa.
Point3DXmlConverter() - Constructor for class org.jhotdraw8.draw.xml.converter.Point3DXmlConverter
 
Point3DXmlConverter(boolean) - Constructor for class org.jhotdraw8.draw.xml.converter.Point3DXmlConverter
 
Point3DXmlConverter(boolean, boolean) - Constructor for class org.jhotdraw8.draw.xml.converter.Point3DXmlConverter
 
PointHandle - Class in org.jhotdraw8.draw.handle
Handle for the point of a figure.
PointHandle(Figure, NonNullMapAccessor<CssPoint2D>) - Constructor for class org.jhotdraw8.draw.handle.PointHandle
 
pointKey - Variable in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
PointLocator - Class in org.jhotdraw8.draw.locator
A Locator which locates a node on a point of a Figure.
PointLocator(NonNullMapAccessor<CssPoint2D>) - Constructor for class org.jhotdraw8.draw.locator.PointLocator
 
POINTS - Static variable in class org.jhotdraw8.draw.figure.PolygonFigure
 
POINTS - Static variable in class org.jhotdraw8.draw.figure.PolylineFigure
 
PolyCreationTool - Class in org.jhotdraw8.draw.tool
CreationTool for polyline figures.
PolyCreationTool(String, Resources, Point2DListStyleableKey, Supplier<Figure>) - Constructor for class org.jhotdraw8.draw.tool.PolyCreationTool
 
PolyCreationTool(String, Resources, Point2DListStyleableKey, Supplier<Figure>, Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.tool.PolyCreationTool
 
PolygonFigure - Class in org.jhotdraw8.draw.figure
A figure which draws a closed polygon.
PolygonFigure() - Constructor for class org.jhotdraw8.draw.figure.PolygonFigure
 
PolygonFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.PolygonFigure
 
PolygonFigure(Point2D...) - Constructor for class org.jhotdraw8.draw.figure.PolygonFigure
 
PolygonOutlineHandle - Class in org.jhotdraw8.draw.handle
Draws the wireframe ofCollection a PolygonFigure.
PolygonOutlineHandle(Figure, NonNullMapAccessor<ImmutableList<Point2D>>) - Constructor for class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
PolygonOutlineHandle(Figure, NonNullMapAccessor<ImmutableList<Point2D>>, boolean) - Constructor for class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
PolylineFigure - Class in org.jhotdraw8.draw.figure
A figure which draws a connected line segments.
PolylineFigure() - Constructor for class org.jhotdraw8.draw.figure.PolylineFigure
 
PolylineFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.PolylineFigure
 
PolylineFigure(Point2D...) - Constructor for class org.jhotdraw8.draw.figure.PolylineFigure
 
PolylineOutlineHandle - Class in org.jhotdraw8.draw.handle
Draws the wireframe ofCollection a PolylineFigure.
PolylineOutlineHandle(Figure, NonNullMapAccessor<ImmutableList<Point2D>>) - Constructor for class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
PolylineOutlineHandle(Figure, NonNullMapAccessor<ImmutableList<Point2D>>, boolean) - Constructor for class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
PolyPointEditHandle - Class in org.jhotdraw8.draw.handle
Handle for the point ofCollection a figure.
PolyPointEditHandle(Figure, NonNullMapAccessor<ImmutableList<Point2D>>, int) - Constructor for class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
PolyPointMoveHandle - Class in org.jhotdraw8.draw.handle
Handle for moving (translating) a figure.
PolyPointMoveHandle(Figure, MapAccessor<ImmutableList<Point2D>>, int) - Constructor for class org.jhotdraw8.draw.handle.PolyPointMoveHandle
 
POWDERBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
POWDERBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
print(PrinterJob, Drawing) - Method in class org.jhotdraw8.draw.io.PrinterExportFormat
 
PRINT - Enum constant in enum class org.jhotdraw8.draw.render.RenderingIntent
 
PrinterExportFormat - Class in org.jhotdraw8.draw.io
PrinterExportFormat.
PrinterExportFormat() - Constructor for class org.jhotdraw8.draw.io.PrinterExportFormat
 
PrintRenderContext - Interface in org.jhotdraw8.draw.render
PrintRenderContext.
process(T, CssTokenizer, SelectorModel<T>, CssFunctionProcessor<T>, Consumer<CssToken>, Deque<CssFunction<T>>) - Method in class org.jhotdraw8.draw.css.function.LadderCssFunction
 
produceTokens(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.ColorCssConverter
 
produceTokens(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.DefaultableValueCssConverter
 
produceTokens(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.EffectCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.AwtPathCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.BezierPathCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.BoundingBoxCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.Dimension2DCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.FontCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.FXPathCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.FXPathElementsCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.IdentCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.InsetsConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.InsetsCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.LinearGradientCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.LocatorCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.PaintableCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.PaintCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.PaperSizeCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.PathMetricsCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.Point2DConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.Point2DCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.Point3DConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.Point3DCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.RadialGradientCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.Rectangle2DConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.Rectangle2DCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.RegexCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.Scale2DCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.Scale3DCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.SymmetricCssPoint2DCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.SymmetricPoint2DConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.TransformCssConverter
 
produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.draw.css.converter.Translate3DCssConverter
 
PROPERTY_CHANGED - Enum constant in enum class org.jhotdraw8.draw.handle.HandleEvent.EventType
 
PROPERTY_VALUE_CHANGED - Enum constant in enum class org.jhotdraw8.draw.model.DrawingModelEvent.EventType
A property value has been changed.
propertyAt(Figure, Key<T>) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Creates a property for the specified figure and property key.
propertyAt(Figure, Key<T>) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
propertyChanged(Key<T>, T, T) - Method in interface org.jhotdraw8.draw.figure.Figure
This method is invoked on a figure by DrawingModel when it determines that a property has been changed.
propertyValueChanged(DrawingModel, Figure, Key<T>, T, T, boolean, boolean) - Static method in class org.jhotdraw8.draw.model.DrawingModelEvent
 
PSEUDO_CLASS - Static variable in interface org.jhotdraw8.draw.figure.StyleableFigure
Defines the pseudo class states of the figure.
PURPLE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
PURPLE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
put(Map<? super Key<?>, Object>, T) - Method in class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
 
put(Map<? super Key<?>, Object>, BoundingBox) - Method in class org.jhotdraw8.draw.key.BoundingBoxMapAccessor
 
put(Map<? super Key<?>, Object>, Rectangle2D) - Method in class org.jhotdraw8.draw.key.Rectangle2DMapAccessor
 
put(ImmutableMap<Key<?>, Object>, BoundingBox) - Method in class org.jhotdraw8.draw.key.BoundingBoxMapAccessor
 
put(ImmutableMap<Key<?>, Object>, BoundingBox) - Method in class org.jhotdraw8.draw.key.BoundingBoxStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, Insets) - Method in class org.jhotdraw8.draw.key.InsetsStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, Point2D) - Method in class org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, Point2D) - Method in class org.jhotdraw8.draw.key.Scale2DStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, Point3D) - Method in class org.jhotdraw8.draw.key.Point3DStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, Point3D) - Method in class org.jhotdraw8.draw.key.Scale3DStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, Rectangle2D) - Method in class org.jhotdraw8.draw.key.Rectangle2DMapAccessor
 
put(ImmutableMap<Key<?>, Object>, Rectangle2D) - Method in class org.jhotdraw8.draw.key.Rectangle2DStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, CssDimension2D) - Method in class org.jhotdraw8.draw.key.PaperSizeStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, CssInsets) - Method in class org.jhotdraw8.draw.key.CssInsetsStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, CssPoint2D) - Method in class org.jhotdraw8.draw.key.CssPoint2DStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, CssPoint2D) - Method in class org.jhotdraw8.draw.key.SymmetricCssPoint2DStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, CssRectangle2D) - Method in class org.jhotdraw8.draw.key.CssRectangle2DStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, CssRectangle2D) - Method in class org.jhotdraw8.draw.key.NullableCssRectangle2DStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, CssStrokeStyle) - Method in class org.jhotdraw8.draw.key.StrokeStyleableMapAccessor
 
put(ImmutableMap<Key<?>, Object>, CssFont) - Method in class org.jhotdraw8.draw.key.FontStyleableMapAccessor
 
putId(Object) - Method in class org.jhotdraw8.draw.io.SimpleFigureIdFactory
 

R

RADIAL_GRADIENT_FUNCTION - Static variable in class org.jhotdraw8.draw.css.converter.RadialGradientCssConverter
 
RadialGradientCssConverter - Class in org.jhotdraw8.draw.css.converter
CssRadialGradientConverter.
RadialGradientCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.RadialGradientCssConverter
 
RADIUS - Static variable in class org.jhotdraw8.draw.figure.ArcFigure
 
RADIUS - Static variable in class org.jhotdraw8.draw.figure.EllipseFigure
 
RADIUS_X - Static variable in class org.jhotdraw8.draw.figure.ArcFigure
 
RADIUS_X - Static variable in class org.jhotdraw8.draw.figure.EllipseFigure
 
RADIUS_Y - Static variable in class org.jhotdraw8.draw.figure.ArcFigure
 
RADIUS_Y - Static variable in class org.jhotdraw8.draw.figure.EllipseFigure
 
read(InputStream, Drawing, URI, WorkState<Void>) - Method in class org.jhotdraw8.draw.io.SimpleXmlReader
 
read(InputStream, Drawing, URI, WorkState<Void>) - Method in interface org.jhotdraw8.draw.io.InputFormat
Reads figures from an input stream and adds them to the specified drawing.
read(Reader, Drawing, URI, WorkState<Void>) - Method in class org.jhotdraw8.draw.io.SimpleXmlReader
 
read(URI, Drawing, WorkState<Void>) - Method in interface org.jhotdraw8.draw.io.InputFormat
Reads a figure from an URI
read(Path, Drawing, WorkState<Void>) - Method in interface org.jhotdraw8.draw.io.InputFormat
Reads a figure from a file.
read(Clipboard, DrawingModel, Drawing, Figure) - Method in interface org.jhotdraw8.draw.input.ClipboardInputFormat
Reads a Drawing from the clipboard.
read(Clipboard, DrawingModel, Drawing, Figure) - Method in class org.jhotdraw8.draw.io.SimpleXmlReader
 
read(Clipboard, DrawingModel, Drawing, Figure) - Method in class org.jhotdraw8.draw.input.MultiClipboardInputFormat
 
REBECCAPURPLE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
REBECCAPURPLE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
recreateHandles() - Method in interface org.jhotdraw8.draw.DrawingEditor
 
recreateHandles() - Method in interface org.jhotdraw8.draw.DrawingView
 
recreateHandles() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
recreateHandles() - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
recreateHandles() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
recreateHandles() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
RecreateHandlesEdit - Class in org.jhotdraw8.draw.undo
This undoable edit can be used to recreate handles of a drawing view as part of an undo/redo operation.
RecreateHandlesEdit(DrawingView) - Constructor for class org.jhotdraw8.draw.undo.RecreateHandlesEdit
 
Rectangle2DConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.Rectangle2D into a String and vice versa.
Rectangle2DConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Rectangle2DConverter
 
Rectangle2DConverter(boolean, boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Rectangle2DConverter
 
Rectangle2DCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.CssRectangle2D into a String and vice versa.
Rectangle2DCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Rectangle2DCssConverter
 
Rectangle2DCssConverter(boolean, boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Rectangle2DCssConverter
 
Rectangle2DMapAccessor - Class in org.jhotdraw8.draw.key
Rectangle2DStyleableMapAccessor.
Rectangle2DMapAccessor(String, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>) - Constructor for class org.jhotdraw8.draw.key.Rectangle2DMapAccessor
Creates a new instance with the specified name.
Rectangle2DStyleableKey - Class in org.jhotdraw8.draw.key
Rectangle2DStyleableKey.
Rectangle2DStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.Rectangle2DStyleableKey
Creates a new instance with the specified name and with null as the default value.
Rectangle2DStyleableKey(String, Rectangle2D) - Constructor for class org.jhotdraw8.draw.key.Rectangle2DStyleableKey
Creates a new instance with the specified name and default value.
Rectangle2DStyleableMapAccessor - Class in org.jhotdraw8.draw.key
Rectangle2DStyleableMapAccessor.
Rectangle2DStyleableMapAccessor(String, NonNullMapAccessor<Double>, NonNullMapAccessor<Double>, NonNullMapAccessor<Double>, NonNullMapAccessor<Double>) - Constructor for class org.jhotdraw8.draw.key.Rectangle2DStyleableMapAccessor
Creates a new instance with the specified name.
Rectangle2DXmlConverter - Class in org.jhotdraw8.draw.xml.converter
Converts a javafx.geometry.Rectangle2D into a String and vice versa.
Rectangle2DXmlConverter() - Constructor for class org.jhotdraw8.draw.xml.converter.Rectangle2DXmlConverter
 
Rectangle2DXmlConverter(boolean) - Constructor for class org.jhotdraw8.draw.xml.converter.Rectangle2DXmlConverter
 
Rectangle2DXmlConverter(boolean, boolean) - Constructor for class org.jhotdraw8.draw.xml.converter.Rectangle2DXmlConverter
 
RectangleConnector - Class in org.jhotdraw8.draw.connector
RectangleConnector.
RectangleConnector() - Constructor for class org.jhotdraw8.draw.connector.RectangleConnector
 
RectangleConnector(Locator) - Constructor for class org.jhotdraw8.draw.connector.RectangleConnector
 
RectangleFigure - Class in org.jhotdraw8.draw.figure
Renders a javafx.scene.shape.Rectangle.
RectangleFigure() - Constructor for class org.jhotdraw8.draw.figure.RectangleFigure
 
RectangleFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.RectangleFigure
 
RectangleFigure(Rectangle2D) - Constructor for class org.jhotdraw8.draw.figure.RectangleFigure
 
RectangularFigure - Interface in org.jhotdraw8.draw.figure
Defines properties and default methods for figures which have a rectangular shape.
RED - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
RED - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
redo() - Method in class org.jhotdraw8.draw.undo.DrawingModelEventUndoableEdit
 
redo() - Method in class org.jhotdraw8.draw.undo.RecreateHandlesEdit
 
redo() - Method in class org.jhotdraw8.draw.undo.TreeModelEventUndoableEdit
 
RegexCssConverter - Class in org.jhotdraw8.draw.css.converter
CssRegexConverter.
RegexCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.RegexCssConverter
 
RegexStyleableKey - Class in org.jhotdraw8.draw.key
RegexStyleableKey.
RegexStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.RegexStyleableKey
Creates a new instance with the specified name and with null as the default value.
RegexStyleableKey(String, boolean, RegexReplace) - Constructor for class org.jhotdraw8.draw.key.RegexStyleableKey
Creates a new instance with the specified name and default value.
RegexStyleableKey(String, RegexReplace) - Constructor for class org.jhotdraw8.draw.key.RegexStyleableKey
Creates a new instance with the specified name and default value.
REGION_BACKGROUND_DISCONNECTED - Variable in class org.jhotdraw8.draw.handle.LabelConnectorHandle
 
REGION_SHAPE - Static variable in class org.jhotdraw8.draw.handle.LabelConnectorHandle
 
regionBackgroundConnected - Variable in class org.jhotdraw8.draw.handle.LabelConnectorHandle
 
RegionFigure - Class in org.jhotdraw8.draw.figure
 
RegionFigure() - Constructor for class org.jhotdraw8.draw.figure.RegionFigure
 
RELATIVE_FUNCTION - Static variable in class org.jhotdraw8.draw.css.converter.LocatorCssConverter
 
RelativeControlPointHandle - Class in org.jhotdraw8.draw.handle
Handle for the point which defines a control point for a point.
RelativeControlPointHandle(Figure, MapAccessor<Point2D>, MapAccessor<Point2D>) - Constructor for class org.jhotdraw8.draw.handle.RelativeControlPointHandle
 
RelativePointHandle - Class in org.jhotdraw8.draw.handle
Handle for the point of a figure which is relative to the top left corner of the figure.
RelativePointHandle(Figure, MapAccessor<CssPoint2D>) - Constructor for class org.jhotdraw8.draw.handle.RelativePointHandle
 
relativeX - Variable in class org.jhotdraw8.draw.locator.BoundsLocator
Relative x-coordinate on the bounds of the figure.
relativeY - Variable in class org.jhotdraw8.draw.locator.BoundsLocator
Relative y-coordinate on the bounds of the figure.
remove(int) - Method in class org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
 
remove(E, WritableStyleableMapAccessor<Object>) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
remove(Object) - Method in class org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.BoundingBoxMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.BoundingBoxStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.CssInsetsStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.CssPoint2DStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.CssRectangle2DStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.FontStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.InsetsStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.NullableCssRectangle2DStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.PaperSizeStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Point3DStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Rectangle2DMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Rectangle2DStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Scale2DStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Scale3DStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.StrokeStyleableMapAccessor
 
remove(Map<? super Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.SymmetricCssPoint2DStyleableMapAccessor
 
remove(Figure, WritableStyleableMapAccessor<Object>) - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
remove(Figure, Key<T>) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
remove(Figure, MapAccessor<T>) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
remove(Figure, MapAccessor<T>) - Method in interface org.jhotdraw8.draw.model.DrawingModel
 
remove(Figure, Key<T>) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Removes the specified key from the figure.
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.BoundingBoxMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.BoundingBoxStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.CssInsetsStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.CssPoint2DStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.CssRectangle2DStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.FontStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.InsetsStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.NullableCssRectangle2DStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.PaperSizeStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Point3DStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Rectangle2DMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Rectangle2DStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Scale2DStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.Scale3DStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.StrokeStyleableMapAccessor
 
remove(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.key.SymmetricCssPoint2DStyleableMapAccessor
 
REMOVE_BUTTON - Static variable in interface org.jhotdraw8.draw.inspector.InspectorStyleClasses
This style class is used for buttons that remove an object from a collection.
removeAllLayoutSubjects() - Method in class org.jhotdraw8.draw.figure.AbstractFigure
This implementation is empty.
removeAllLayoutSubjects() - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
removeAllLayoutSubjects() - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
removeAllLayoutSubjects() - Method in interface org.jhotdraw8.draw.figure.Figure
Requests to removeChild all connection targets.
removeChild(Figure) - Method in interface org.jhotdraw8.draw.figure.Figure
Removes a child from the figure.
removedFromDrawing(Drawing) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
removedFromDrawing(Drawing) - Method in interface org.jhotdraw8.draw.figure.Figure
Invoked by DrawingModel when the figure is removed from a drawing.
removeDrawingModelListener(Listener<DrawingModelEvent>) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Removes a listener for DrawingModelEvents.
removeDrawingView(DrawingView) - Method in interface org.jhotdraw8.draw.DrawingEditor
Removes a drawing view to this editor.
removeFromGroup(DrawingView, List<Figure>) - Method in class org.jhotdraw8.draw.action.RemoveFromGroupAction
 
RemoveFromGroupAction - Class in org.jhotdraw8.draw.action
AddToGroupAction.
RemoveFromGroupAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.RemoveFromGroupAction
Creates a new instance.
removeFromParent(Figure) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Removes the specified child from its parent and fires appropriate DrawingModelEvents.
removeFromParent(Figure) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
removeFromParent(Figure, int) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
removeFromParent(Figure, int) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Removes the specified child from its parent and fires appropriate DrawingModelEvents.
removeKey(MapAccessor<?>) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Globally removes the specified key.
removeLayoutSubject(Figure) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
removeLayoutSubject(Figure) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
This implementation is empty.
removeLayoutSubject(Figure) - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
removeLayoutSubject(Figure) - Method in interface org.jhotdraw8.draw.figure.Figure
Removes the specified connection target.
removeListener(InvalidationListener) - Method in interface org.jhotdraw8.draw.model.DrawingModel
 
removeTag(String) - Method in class org.jhotdraw8.draw.inspector.StyleClassesInspector
 
removeToolListener(Listener<ToolEvent>) - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
removeToolListener(Listener<ToolEvent>) - Method in interface org.jhotdraw8.draw.tool.Tool
Removes a listener for this tool.
removeTransformations(DrawingView, Collection<Figure>) - Static method in class org.jhotdraw8.draw.action.RemoveTransformationsAction
 
RemoveTransformationsAction - Class in org.jhotdraw8.draw.action
RemoveTransformationsAction.
RemoveTransformationsAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.RemoveTransformationsAction
Creates a new instance.
render(Figure) - Method in class org.jhotdraw8.draw.render.SimpleDrawingRenderer
Renders the provided figure into a JavaFX Node.
RENDER_CONTEXT_PROPERTY - Static variable in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
RENDER_NUMBER_OF_PAGES - Static variable in interface org.jhotdraw8.draw.render.RenderContext
 
RENDER_PAGE - Static variable in interface org.jhotdraw8.draw.render.RenderContext
 
RENDER_PAGE_INTERNAL_NUMBER - Static variable in interface org.jhotdraw8.draw.render.RenderContext
 
RENDER_PAGE_NUMBER - Static variable in interface org.jhotdraw8.draw.render.RenderContext
 
RENDER_TIMESTAMP - Static variable in interface org.jhotdraw8.draw.render.RenderContext
 
RenderContext - Interface in org.jhotdraw8.draw.render
RenderContext.
renderContextProperty() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
RENDERING_INTENT - Static variable in interface org.jhotdraw8.draw.render.RenderContext
 
RenderingIntent - Enum Class in org.jhotdraw8.draw.render
RenderingIntent.
repaint() - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
repaint() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
repaint() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
repaint() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
REPLACE_FUNCTION - Static variable in class org.jhotdraw8.draw.css.converter.RegexCssConverter
 
requestFocus() - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
reset(Figure) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
reshapeInLocal(double, double, double, double) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
reshapeInLocal(double, double, double, double) - Method in interface org.jhotdraw8.draw.figure.Figure
Attempts to change the local bounds of the figure.
reshapeInLocal(double, double, double, double) - Method in class org.jhotdraw8.draw.figure.LineFigure
 
reshapeInLocal(Bounds) - Method in interface org.jhotdraw8.draw.figure.Figure
Attempts to change the local bounds of the figure.
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.ArcFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.ClippingFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.ImageFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.LayerFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.LineFigure
 
reshapeInLocal(Transform) - Method in interface org.jhotdraw8.draw.figure.NonTransformableFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.PageFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.PolylineFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.TextFigure
 
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.CombinedPathFigure
 
reshapeInLocal(Transform) - Method in interface org.jhotdraw8.draw.figure.Figure
Attempts to change the local bounds of the figure.
reshapeInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.GroupFigure
 
reshapeInLocal(Transform) - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.ArcFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.ClippingFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.CombinedPathFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.EllipseFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in interface org.jhotdraw8.draw.figure.Figure
Attempts to change the local bounds of the figure.
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.GroupFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.ImageFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.LayerFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.LineFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.PageFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.PolylineFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in interface org.jhotdraw8.draw.figure.RectangularFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.SliceFigure
 
reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.figure.TextFigure
 
reshapeInLocal(Figure, double, double, double, double) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
reshapeInLocal(Figure, Transform) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
reshapeInLocal(Figure, CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
reshapeInLocal(Figure, CssPoint2D, CssPoint2D, DrawingModel) - Method in class org.jhotdraw8.draw.tool.LineCreationTool
 
reshapeInLocal(Figure, double, double, double, double) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Attempts to change the local bounds of the figure and fires appropriate DrawingModelEvents.
reshapeInLocal(Figure, Transform) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Attempts to change the local bounds of the figure and fires appropriate DrawingModelEvents.
reshapeInLocal(Figure, CssSize, CssSize, CssSize, CssSize) - Method in interface org.jhotdraw8.draw.model.DrawingModel
 
reshapeInLocal(Figure, CssPoint2D, CssPoint2D, DrawingModel) - Method in class org.jhotdraw8.draw.tool.CreationTool
 
reshapeInParent(Transform) - Method in interface org.jhotdraw8.draw.figure.Figure
Attempts to change the parent bounds of the figure.
reshapeInParent(Transform) - Method in interface org.jhotdraw8.draw.figure.NonTransformableFigure
 
reshapeInParent(Transform) - Method in class org.jhotdraw8.draw.figure.SimpleDrawing
 
reshapeInParent(Transform) - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
reshapeInParent(Figure, Transform) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
reshapeInParent(Figure, Transform) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Attempts to change the parent bounds of the figure and fires appropriate DrawingModelEvents.
ResizableFigure - Interface in org.jhotdraw8.draw.figure
Interface for figures which can be resized by the user through handles..
RESIZE - Static variable in class org.jhotdraw8.draw.handle.HandleType
Handle of this type should allow to svgStringReshapeToBuilder (resize) a figure.
ResizeHandleKit - Class in org.jhotdraw8.draw.handle
/** A set of utility methods to create handles which resize a Figure by using its reshapeInLocal method, if the Figure is transformable.
RESOURCE_BUNDLE - Static variable in class org.jhotdraw8.draw.inspector.InspectorLabels
 
revalidateHandles() - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
RIGHT - Enum constant in enum class org.jhotdraw8.draw.figure.IconPosition
The icon is placed on the right after the text.
rootProperty() - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
ROSYBROWN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
ROSYBROWN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
ROTATE - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the angle of rotation around the rotation pivot of the figure in degrees.
RotateHandle - Class in org.jhotdraw8.draw.handle
A Handle to rotate a TransformableFigure around the center of its bounds in local.
RotateHandle(TransformableFigure) - Constructor for class org.jhotdraw8.draw.handle.RotateHandle
 
ROTATION_AXIS - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the rotation axis used.
ROTATION_PIVOT - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the pivot of the rotation.
ROUND - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
ROYALBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
ROYALBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 

S

SADDLEBROWN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SADDLEBROWN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SALMON - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SALMON - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SANDYBROWN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SANDYBROWN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SCALE - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the scale factor by which coordinates are scaled on the axes about the center of the figure.
SCALE_X - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the scale factor by which coordinates are scaled on the x axis about the center of the figure.
SCALE_Y - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the scale factor by which coordinates are scaled on the y axis about the center of the figure.
SCALE_Z - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the scale factor by which coordinates are scaled on the z axis about the center of the figure.
Scale2DCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.Point2D into a String and vice versa.
Scale2DCssConverter() - Constructor for class org.jhotdraw8.draw.css.converter.Scale2DCssConverter
 
Scale2DCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Scale2DCssConverter
 
Scale2DCssConverter(boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Scale2DCssConverter
 
Scale2DStyleableMapAccessor - Class in org.jhotdraw8.draw.key
Scale2DStyleableMapAccessor.
Scale2DStyleableMapAccessor(String, MapAccessor<Double>, MapAccessor<Double>) - Constructor for class org.jhotdraw8.draw.key.Scale2DStyleableMapAccessor
Creates a new instance with the specified name.
Scale3DCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.Point3D into a String and vice versa.
Scale3DCssConverter() - Constructor for class org.jhotdraw8.draw.css.converter.Scale3DCssConverter
 
Scale3DCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Scale3DCssConverter
 
Scale3DCssConverter(boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Scale3DCssConverter
 
Scale3DStyleableMapAccessor - Class in org.jhotdraw8.draw.key
Scale3DStyleableMapAccessor.
Scale3DStyleableMapAccessor(String, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>) - Constructor for class org.jhotdraw8.draw.key.Scale3DStyleableMapAccessor
Creates a new instance with the specified name.
Scale3DStyleableMapAccessor(String, MapAccessor<Double>, MapAccessor<Double>, MapAccessor<Double>, Converter<Point3D>) - Constructor for class org.jhotdraw8.draw.key.Scale3DStyleableMapAccessor
Creates a new instance with the specified name.
SCROLLBAR - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Scroll bar gray area.
SCROLLBAR - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
scrollContentRectToVisible(double, double, double, double) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
scrollContentRectToVisible(Bounds) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
scrollFigureToVisible(Figure) - Method in interface org.jhotdraw8.draw.DrawingView
Scrolls the specified figure to visible.
scrollRectToVisible(Bounds) - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
scrollRectToVisible(Bounds) - Method in interface org.jhotdraw8.draw.DrawingView
Scrolls the specified rectangle to visible.
scrollSelectedFiguresToVisible() - Method in interface org.jhotdraw8.draw.DrawingView
 
scrollViewRectToVisible(double, double, double, double) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
scrollViewRectToVisible(Bounds) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
SEAGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SEAGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SEASHELL - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SEASHELL - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SECOND_STROKE - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
Defines the paint used for filling the outline of the figure.
SECOND_STROKE_CUT - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokeCuttableFigure
Cuts off the specified number of pixels from the start and the end of the stroked path.
SECOND_STROKE_CUT_END - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokeCuttableFigure
Cuts off the specified number of pixels from the end of the stroked path.
SECOND_STROKE_CUT_START - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokeCuttableFigure
Cuts off the specified number of pixels from the start of the stroked path.
SECOND_STROKE_DASH_ARRAY - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
Defines the dash array used.
SECOND_STROKE_DASH_OFFSET - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
Defines the distance in user coordinates for the dashing pattern.
SECOND_STROKE_LINE_CAP - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
Defines the end cap style.
SECOND_STROKE_LINE_JOIN - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
Defines the style applied where path segments meet.
SECOND_STROKE_MITER_LIMIT - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
Defines the limit for the StrokeLineJoin.MITER style.
SECOND_STROKE_TYPE - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
Defines the stroke type used for drawing outline of the figure.
SECOND_STROKE_WIDTH - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
Defines the width of the outline of the figure.
SecondStrokableFigure - Interface in org.jhotdraw8.draw.figure
Interface for figures which can render a second stroke.
SecondStrokeCuttableFigure - Interface in org.jhotdraw8.draw.figure
A figure which supports cutting off the start and end of a stroked path.
SELECT - Static variable in class org.jhotdraw8.draw.handle.HandleType
A Handle of this type should highlight a figure, but should not provide user interaction.
SELECT_BEHIND_ENABLED - Static variable in class org.jhotdraw8.draw.tool.SelectionTool
 
selectAll() - Method in class org.jhotdraw8.draw.SimpleDrawingView
Selects all enabled and selectable figures in all enabled layers.
SelectAreaTracker - Interface in org.jhotdraw8.draw.tool
A select area tracker provides the behavior for selecting figures in a drawing area to the SelectionTool.
selectBehindEnabledProperty() - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
selectChildren(DrawingView, Collection<Figure>) - Static method in class org.jhotdraw8.draw.action.SelectChildrenAction
 
SelectChildrenAction - Class in org.jhotdraw8.draw.action
SelectChildrenAction.
SelectChildrenAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.SelectChildrenAction
Creates a new instance.
SELECTED_FIGURES_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the selection property.
SELECTED_KEY - Static variable in interface org.jhotdraw8.draw.tool.Tool
The key used for storing a Boolean that corresponds to the selected state.
selectedFiguresProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingView
The selectedFiguresProperty holds the list of selected figures in the sequence they were selected by the user.
selectedFiguresProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The selected figures.
SelectionHandle - Class in org.jhotdraw8.draw.handle
Handle for showing that a figure is selected.
SelectionHandle(Figure, Locator) - Constructor for class org.jhotdraw8.draw.handle.SelectionHandle
 
SelectionTool - Class in org.jhotdraw8.draw.tool
A tool to select and manipulate figures.
SelectionTool() - Constructor for class org.jhotdraw8.draw.tool.SelectionTool
 
SelectionTool(String, Resources) - Constructor for class org.jhotdraw8.draw.tool.SelectionTool
 
SelectionTool(String, HandleType, Resources) - Constructor for class org.jhotdraw8.draw.tool.SelectionTool
 
SelectionTool(String, HandleType, HandleType, HandleType, Resources) - Constructor for class org.jhotdraw8.draw.tool.SelectionTool
 
selectSame(DrawingView, Figure) - Static method in class org.jhotdraw8.draw.action.SelectSameAction
 
SelectSameAction - Class in org.jhotdraw8.draw.action
SelectSameAction.
SelectSameAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.SelectSameAction
Creates a new instance.
SendBackwardAction - Class in org.jhotdraw8.draw.action
MoveUpAction.
SendBackwardAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.SendBackwardAction
Creates a new instance.
sendToBack(DrawingView, Collection<Figure>) - Method in class org.jhotdraw8.draw.action.SendToBackAction
 
SendToBackAction - Class in org.jhotdraw8.draw.action
SendToBackAction.
SendToBackAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.SendToBackAction
Creates a new instance.
set(int, Figure) - Method in class org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
 
set(E, WritableStyleableMapAccessor<Object>, Object) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
set(Map<? super Key<?>, Object>, BoundingBox) - Method in class org.jhotdraw8.draw.key.BoundingBoxStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, Insets) - Method in class org.jhotdraw8.draw.key.InsetsStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, Point2D) - Method in class org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, Point2D) - Method in class org.jhotdraw8.draw.key.Scale2DStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, Point3D) - Method in class org.jhotdraw8.draw.key.Point3DStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, Point3D) - Method in class org.jhotdraw8.draw.key.Scale3DStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, Rectangle2D) - Method in class org.jhotdraw8.draw.key.Rectangle2DStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, CssDimension2D) - Method in class org.jhotdraw8.draw.key.PaperSizeStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, CssFont) - Method in class org.jhotdraw8.draw.key.FontStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, CssInsets) - Method in class org.jhotdraw8.draw.key.CssInsetsStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, CssPoint2D) - Method in class org.jhotdraw8.draw.key.CssPoint2DStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, CssPoint2D) - Method in class org.jhotdraw8.draw.key.SymmetricCssPoint2DStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, CssRectangle2D) - Method in class org.jhotdraw8.draw.key.CssRectangle2DStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, CssRectangle2D) - Method in class org.jhotdraw8.draw.key.NullableCssRectangle2DStyleableMapAccessor
 
set(Map<? super Key<?>, Object>, CssStrokeStyle) - Method in class org.jhotdraw8.draw.key.StrokeStyleableMapAccessor
 
set(Figure, WritableStyleableMapAccessor<Object>, Object) - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
set(Figure, MapAccessor<T>, T) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
set(Figure, MapAccessor<T>, T) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Sets the specified property on the figure and fires appropriate DrawingModelEvents.
set(MapAccessor<T>, T) - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
set(MapAccessor<T>, T) - Method in class org.jhotdraw8.draw.render.SimpleRenderContext
 
set(MapAccessor<T>, T) - Method in interface org.jhotdraw8.draw.render.WritableRenderContext
 
setActiveDrawingView(DrawingView) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the active drawing view.
setActiveHandle(Handle) - Method in interface org.jhotdraw8.draw.DrawingView
Sets the value of the activeHandle property.
setActiveParent(Figure) - Method in interface org.jhotdraw8.draw.DrawingView
Sets the value of the activeParent property.
setActiveTool(Tool) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the active tool.
setAnchorHandleType(HandleType) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the value of the anchorHandleType property.
setAttribute(Figure, StyleOrigin, String, String, ReadOnlyList<CssToken>) - Method in class org.jhotdraw8.draw.css.model.FigureSelectorModel
 
setAttributeFilter(Predicate<QualifiedName>) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
setCachedLayoutBounds(Bounds) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
setCachedLocalToParent(Transform) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
setCachedLocalToParent(Transform) - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
setCachedLocalToWorld(Transform) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
setCachedLocalToWorld(Transform) - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
setCachedParentToLocal(Transform) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
setCachedParentToLocal(Transform) - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
setCachedParentToWorld(Transform) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
setCachedParentToWorld(Transform) - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
setCachedWorldToLocal(Transform) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
setCachedWorldToLocal(Transform) - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
setCachedWorldToParent(Transform) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
setCachedWorldToParent(Transform) - Method in interface org.jhotdraw8.draw.figure.TransformCachingFigure
 
setCallback(BiConsumer<Boolean, CssColor>) - Method in class org.jhotdraw8.draw.popup.CssColorPopup
 
setClipboardInputFormat(ClipboardInputFormat) - Method in interface org.jhotdraw8.draw.DrawingView
Sets the value of the clipboardInputFormat property.
setClipboardOutputFormat(ClipboardOutputFormat) - Method in interface org.jhotdraw8.draw.DrawingView
Sets the value of the clipboardOutputFormat property.
setClipBounds(Bounds) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Sets the value of the clipBounds property.
setConstrainer(Constrainer) - Method in interface org.jhotdraw8.draw.DrawingView
Sets the value of the constrainer property.
setContentHeight(double) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Sets the value of the contentHeight property.
setContentSize(double, double) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
setContentWidth(double) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Sets the value of the contentWidth property.
setCssParserFactory(Supplier<CssParser>) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
Sets the value of the cssParserFactory property.
setCurrentColor(CssColor) - Method in class org.jhotdraw8.draw.popup.CssColorDialog
Sets the value of the currentColor property.
setCurrentColor(CssColor) - Method in class org.jhotdraw8.draw.popup.CssColorPopup
Sets the value of the currentColor property.
setCustomColor(CssColor) - Method in class org.jhotdraw8.draw.popup.CssColorDialog
Sets the value of the customColor property.
setDefaultConstrainer(Constrainer) - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
Sets the value of the defaultConstrainer property.
setDefaultHeight(double) - Method in class org.jhotdraw8.draw.tool.CreationTool
 
setDefaultHeight(double) - Method in class org.jhotdraw8.draw.tool.TextCreationTool
 
setDefaultHeight(double) - Method in class org.jhotdraw8.draw.tool.TextEditingTool
 
setDefaultTool(Tool) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the default tool.
setDefaultWidth(double) - Method in class org.jhotdraw8.draw.tool.CreationTool
 
setDefaultWidth(double) - Method in class org.jhotdraw8.draw.tool.TextCreationTool
 
setDefaultWidth(double) - Method in class org.jhotdraw8.draw.tool.TextEditingTool
 
setDraggedFigure(Figure, DrawingView) - Method in interface org.jhotdraw8.draw.tool.DragTracker
 
setDraggedFigure(Figure, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleDragTracker
 
setDragTracker(DragTracker) - Method in class org.jhotdraw8.draw.tool.SelectionTool
Method to set a DragTracker.
setDrawing(Drawing) - Method in interface org.jhotdraw8.draw.DrawingView
Sets the value of the drawing property.
setDrawing(Drawing) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Sets the root of the tree and fires appropriate DrawingModelEvents.
setDrawingEditor(DrawingEditor) - Method in interface org.jhotdraw8.draw.tool.Tool
Sets the value of the drawingEditor property.
setDrawingEditor(DrawingEditor) - Method in class org.jhotdraw8.draw.inspector.ToolsToolbar
 
setDrawingView(DrawingView) - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
Sets the value of the drawingView property.
setDrawingView(DrawingView) - Method in interface org.jhotdraw8.draw.tool.Tool
Sets the active drawing view.
setDrawingView(DrawingView) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Sets the value of the drawingView property.
setEditable(boolean) - Method in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
setEditor(DrawingEditor) - Method in interface org.jhotdraw8.draw.DrawingView
Sets the value of the editor property.
setEndConnection(Figure, Connector) - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
setFactory(Supplier<ConnectingFigure>) - Method in class org.jhotdraw8.draw.tool.ConnectionTool
 
setFigureFactory(Supplier<F>) - Method in class org.jhotdraw8.draw.tool.AbstractCreationTool
 
setFigureFactory(FigureFactory) - Method in class org.jhotdraw8.draw.io.SimpleXmlReader
 
setFigureFactory(FigureFactory) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
setGridColor(CssColor) - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Sets the value of the gridColor property.
setHandleColor(CssColor) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the value of the handleColor property.
setHandles(Handle, Collection<Figure>) - Method in interface org.jhotdraw8.draw.tool.HandleTracker
 
setHandles(Handle, Collection<Figure>) - Method in class org.jhotdraw8.draw.tool.SimpleHandleTracker
 
setHandleSize(double) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the value of the handleSize property.
setHandleStrokeWidth(double) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the value of the handleStrokeWidth property.
setHandleTracker(HandleTracker) - Method in class org.jhotdraw8.draw.tool.SelectionTool
Method to set a HandleTracker.
setHandleType(HandleType) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the value of the handleType property.
setHbarPolicy(ScrollPane.ScrollBarPolicy) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Sets the value of the hbarPolicy property.
setHelpText(String) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the value of the helpText property.
setHelpText(String) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
setHelpText(String) - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
setId(Figure, String) - Method in class org.jhotdraw8.draw.io.SimpleXmlReader
 
setIdFactory(IdFactory) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
setLabelConnection(Figure, Connector) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
setLayerFactory(Supplier<Layer>) - Method in class org.jhotdraw8.draw.io.SimpleXmlReader
 
setLayerFactory(Supplier<Layer>) - Method in class org.jhotdraw8.draw.tool.AbstractCreationTool
 
setLeadHandleType(HandleType) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the value of the leadHandleType property.
setMax(double) - Method in class org.jhotdraw8.draw.inspector.ZoomToolbar
Sets the value of the max property.
setMin(double) - Method in class org.jhotdraw8.draw.inspector.ZoomToolbar
Sets the value of the min property.
setModel(DrawingModel) - Method in interface org.jhotdraw8.draw.DrawingView
Sets a new underlying drawing model.
setModel(DrawingModel) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Sets the value of the model property.
setMultiHandleType(HandleType) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the value of the multiHandleType property.
setNamespaceURI(String) - Method in class org.jhotdraw8.draw.io.SimpleXmlReader
 
setNamespaceURI(String) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
setNonNull(Figure, NonNullMapAccessor<T>, T) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Sets the specified property on the figure and fires appropriate DrawingModelEvents.
setNonNull(Figure, NonNullMapAccessor<T>, T) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
setObjectIdAttribute(String) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
Sets the name of the object id attribute.
setOnCancel(Runnable) - Method in class org.jhotdraw8.draw.popup.CssColorDialog
 
setOnSave(Runnable) - Method in class org.jhotdraw8.draw.popup.CssColorDialog
 
setOnUse(Runnable) - Method in class org.jhotdraw8.draw.popup.CssColorDialog
 
setOptions(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
setOptions(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.io.AbstractInputFormat
 
setOptions(ImmutableMap<Key<?>, Object>) - Method in interface org.jhotdraw8.draw.io.ExportOutputFormat
 
setOptions(ImmutableMap<Key<?>, Object>) - Method in interface org.jhotdraw8.draw.io.InputFormat
 
setOptions(ImmutableMap<Key<?>, Object>) - Method in interface org.jhotdraw8.draw.io.OutputFormat
 
setOptions(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
setOptions(ImmutableMap<Key<?>, Object>) - Method in class org.jhotdraw8.draw.io.XmlEncoderOutputFormat
 
setPannable(boolean) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Sets the value of the pannable property.
setParent(Figure) - Method in interface org.jhotdraw8.draw.figure.Figure
Sets the value of the parent property.
setRenderContext(WritableRenderContext) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Sets the value of the renderContext property.
setSelectAreaTracker(SelectAreaTracker) - Method in class org.jhotdraw8.draw.tool.SelectionTool
Method to set a SelectAreaTracker.
setSelectedFigures(ObservableSet<Figure>) - Method in class org.jhotdraw8.draw.render.InteractiveHandleRenderer
 
setShowing(boolean) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
Sets the value of the showing property.
setShowing(boolean) - Method in interface org.jhotdraw8.draw.inspector.Inspector
Sets the value of the showing property.
setStartConnection(Figure, Connector) - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
setSubject(S) - Method in interface org.jhotdraw8.draw.inspector.Inspector
Sets the value of the subject property.
setSubSceneUserAgentStylesheet(String) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Sets the value of the subSceneUserAgentStylesheet property.
setTolerance(double) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the value of the tolerance property.
setTool(Tool) - Method in interface org.jhotdraw8.draw.DrawingView
Sets the value of the tool property.
setTransforms(Transform...) - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
Convenience method for setting a new value for the TransformableFigure.TRANSFORMS property.
setUndoManager(FXUndoManager) - Method in interface org.jhotdraw8.draw.DrawingEditor
Sets the value of the undoManager property.
setUpdateLimit(int) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Sets the value of the updateLimit property.
setValue(T) - Method in class org.jhotdraw8.draw.model.DrawingModelFigureProperty
 
setVbarPolicy(ScrollPane.ScrollBarPolicy) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Sets the value of the vbarPolicy property.
setZoomFactor(double) - Method in interface org.jhotdraw8.draw.DrawingView
Sets the value of the zoomFactor property.
setZoomFactor(double) - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Sets the value of the zoomFactor property.
setZoomFactor(double) - Method in class org.jhotdraw8.draw.inspector.ZoomToolbar
Sets the value of the zoomFactor property.
setZoomFactor(double) - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
Sets the value of the zoomFactor property.
SHAPE - Static variable in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
SHAPE - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
Defines the border image as an SVG path.
SHAPE_BOUNDS - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
SHAPE_BOUNDS_HEIGHT - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
SHAPE_BOUNDS_WIDTH - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
SHAPE_BOUNDS_X - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
This property specifies the bounds of a ShapeableFigure.SHAPE property.
SHAPE_BOUNDS_Y - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
SHAPE_PRESERVE_RATIO_KEY - Static variable in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
SHAPE_SLICE - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
This property specifies inward offsets from the top, right, bottom, and left edges of the border image defined by the ShapeableFigure.SHAPE_BOUNDS property, dividing it into nine regions.
SHAPE_SLICE_BOTTOM - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
SHAPE_SLICE_LEFT - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
SHAPE_SLICE_RIGHT - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
SHAPE_SLICE_TOP - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
ShapeableFigure - Interface in org.jhotdraw8.draw.figure
 
SHORT_DESCRIPTION - Static variable in interface org.jhotdraw8.draw.tool.Tool
The key used for storing a short String description for the action, used for tooltip text.
show() - Method in class org.jhotdraw8.draw.popup.CssColorDialog
 
show(Node, double, double) - Method in class org.jhotdraw8.draw.popup.CssColorPopup
 
show(Node, double, double, CssColor, BiConsumer<Boolean, CssColor>) - Method in class org.jhotdraw8.draw.popup.CssColorPicker
 
show(Node, double, double, Paintable, BiConsumer<Boolean, Paintable>) - Method in class org.jhotdraw8.draw.popup.PaintablePicker
 
show(Node, double, double, String, BiConsumer<Boolean, String>) - Method in class org.jhotdraw8.draw.popup.FontFamilyPicker
 
show(Node, double, double, Boolean, BiConsumer<Boolean, Boolean>) - Method in class org.jhotdraw8.draw.popup.BooleanPicker
 
show(Node, double, double, CssFont, BiConsumer<Boolean, CssFont>) - Method in class org.jhotdraw8.draw.popup.CssFontPicker
 
show(Node, double, double, T, BiConsumer<Boolean, T>) - Method in class org.jhotdraw8.draw.popup.EnumPicker
 
show(Node, double, double, T, BiConsumer<Boolean, T>) - Method in class org.jhotdraw8.draw.popup.ExamplesPicker
 
show(Node, double, double, T, BiConsumer<Boolean, T>) - Method in interface org.jhotdraw8.draw.popup.Picker
 
showing - Variable in class org.jhotdraw8.draw.inspector.AbstractInspector
 
showing - Variable in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
SHOWING_PROPERTY - Static variable in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
SHOWING_PROPERTY - Static variable in interface org.jhotdraw8.draw.inspector.Inspector
showingProperty() - Method in class org.jhotdraw8.draw.inspector.AbstractInspector
 
showingProperty() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
showingProperty() - Method in interface org.jhotdraw8.draw.inspector.Inspector
Whether this inspector is showing.
showSelection() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
This method shows the selection in the drawing view, by scrolling the selected elements into the view and "jiggling" the handles.
showSelection() - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
ShsbaCssColor - Class in org.jhotdraw8.draw.css.value
sHSBA color encoded with numbers and/or percentages.
ShsbaCssColor(Color) - Constructor for class org.jhotdraw8.draw.css.value.ShsbaCssColor
 
ShsbaCssColor(CssSize, CssSize, CssSize, CssSize) - Constructor for class org.jhotdraw8.draw.css.value.ShsbaCssColor
 
SIENNA - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SIENNA - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SILVER - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SILVER - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SimpleDragTracker - Class in org.jhotdraw8.draw.tool
|@code SimpleDragTracker} implements interactions with the content area of a Figure.
SimpleDragTracker() - Constructor for class org.jhotdraw8.draw.tool.SimpleDragTracker
 
SimpleDrawing - Class in org.jhotdraw8.draw.figure
A simple implementation of Drawing.
SimpleDrawing() - Constructor for class org.jhotdraw8.draw.figure.SimpleDrawing
 
SimpleDrawing(double, double) - Constructor for class org.jhotdraw8.draw.figure.SimpleDrawing
 
SimpleDrawingEditor - Class in org.jhotdraw8.draw
SimpleDrawingEditor.
SimpleDrawingEditor() - Constructor for class org.jhotdraw8.draw.SimpleDrawingEditor
 
SimpleDrawingModel - Class in org.jhotdraw8.draw.model
A DrawingModel for drawings which can handle TransformableFigures, ChildLayoutingFigure and layout observing figures, like LineConnectionFigure.
SimpleDrawingModel() - Constructor for class org.jhotdraw8.draw.model.SimpleDrawingModel
 
SimpleDrawingModel(boolean) - Constructor for class org.jhotdraw8.draw.model.SimpleDrawingModel
 
SimpleDrawingRenderer - Class in org.jhotdraw8.draw.render
SimpleDrawingRenderer.
SimpleDrawingRenderer() - Constructor for class org.jhotdraw8.draw.render.SimpleDrawingRenderer
 
SimpleDrawingView - Class in org.jhotdraw8.draw
A simple implementation of DrawingView.
SimpleDrawingView() - Constructor for class org.jhotdraw8.draw.SimpleDrawingView
 
SimpleFigureIdFactory - Class in org.jhotdraw8.draw.io
SimpleFigureIdFactory.
SimpleFigureIdFactory() - Constructor for class org.jhotdraw8.draw.io.SimpleFigureIdFactory
 
SimpleHandleTracker - Class in org.jhotdraw8.draw.tool
SimpleHandleTracker implements interactions with the handles of a Figure.
SimpleHandleTracker() - Constructor for class org.jhotdraw8.draw.tool.SimpleHandleTracker
 
SimpleLabelConnectionFigure - Class in org.jhotdraw8.draw.figure
LabelConnectionFigure.
SimpleLabelConnectionFigure(double, double, String, Object...) - Constructor for class org.jhotdraw8.draw.figure.SimpleLabelConnectionFigure
 
SimpleLabelConnectionFigure(Point2D, String) - Constructor for class org.jhotdraw8.draw.figure.SimpleLabelConnectionFigure
 
SimpleLayeredDrawing - Class in org.jhotdraw8.draw.figure
 
SimpleLayeredDrawing() - Constructor for class org.jhotdraw8.draw.figure.SimpleLayeredDrawing
 
SimpleLayeredDrawing(double, double) - Constructor for class org.jhotdraw8.draw.figure.SimpleLayeredDrawing
 
SimpleLayeredDrawing(CssSize, CssSize) - Constructor for class org.jhotdraw8.draw.figure.SimpleLayeredDrawing
 
SimpleRenderContext - Class in org.jhotdraw8.draw.render
 
SimpleRenderContext() - Constructor for class org.jhotdraw8.draw.render.SimpleRenderContext
 
SimpleSelectAreaTracker - Class in org.jhotdraw8.draw.tool
SimpleSelectAreaTracker implements interactions with the background area of a Drawing.
SimpleSelectAreaTracker() - Constructor for class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
 
SimpleSelectAreaTracker(String, Resources) - Constructor for class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
 
SimpleXmlReader - Class in org.jhotdraw8.draw.io
SimpleXmlReader(FigureFactory, IdFactory, String) - Constructor for class org.jhotdraw8.draw.io.SimpleXmlReader
 
SimpleXmlWriter - Class in org.jhotdraw8.draw.io
SimpleXmlWriter.
SimpleXmlWriter(FigureFactory, IdFactory) - Constructor for class org.jhotdraw8.draw.io.SimpleXmlWriter
 
SimpleXmlWriter(FigureFactory, IdFactory, String, String) - Constructor for class org.jhotdraw8.draw.io.SimpleXmlWriter
 
size() - Method in class org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
 
SKYBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SKYBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SLATEBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SLATEBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SLATEGRAY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SLATEGRAY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SLATEGREY - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SLATEGREY - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
Slice - Interface in org.jhotdraw8.draw.figure
Defines a slice of a drawing.
SLICE_ORIGIN - Static variable in class org.jhotdraw8.draw.figure.SliceFigure
 
SLICE_ORIGIN_X - Static variable in class org.jhotdraw8.draw.figure.SliceFigure
 
SLICE_ORIGIN_Y - Static variable in class org.jhotdraw8.draw.figure.SliceFigure
 
SliceFigure - Class in org.jhotdraw8.draw.figure
This is a special figure which is used to segment a drawing into tiles, when exporting it using the BitmapExportOutputFormat.
SliceFigure() - Constructor for class org.jhotdraw8.draw.figure.SliceFigure
 
SliceFigure(double, double, double, double) - Constructor for class org.jhotdraw8.draw.figure.SliceFigure
 
SliceFigure(Rectangle2D) - Constructor for class org.jhotdraw8.draw.figure.SliceFigure
 
SMALL_ICON - Static variable in interface org.jhotdraw8.draw.tool.Tool
The key used for storing a small icon, such as ImageView.
snapToGridProperty() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Whether to snap to the grid.
SNOW - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SNOW - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
sourceChanged(ListChangeListener.Change<? extends Figure>) - Method in class org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
 
south(Figure) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Creates a handle for the specified figure.
south(TransformableFigure) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Creates a handle for the specified figure.
SOUTH - Static variable in class org.jhotdraw8.draw.locator.BoundsLocator
 
SOUTH_EAST - Static variable in class org.jhotdraw8.draw.locator.BoundsLocator
 
SOUTH_EAST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.ResizeHandleKit
 
SOUTH_EAST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.TransformHandleKit
 
SOUTH_SHAPE - Static variable in class org.jhotdraw8.draw.handle.ResizeHandleKit
 
SOUTH_SHAPE - Static variable in class org.jhotdraw8.draw.handle.TransformHandleKit
 
SOUTH_WEST - Static variable in class org.jhotdraw8.draw.locator.BoundsLocator
 
SOUTH_WEST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.ResizeHandleKit
 
SOUTH_WEST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.TransformHandleKit
 
southEast() - Static method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
southEast(Figure) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Creates a handle for the specified figure.
southEast(TransformableFigure) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Creates a handle for the specified figure.
southWest() - Static method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
southWest(Figure) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Creates a handle for the specified figure.
southWest(TransformableFigure) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Creates a handle for the specified figure.
SPRINGGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
SPRINGGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
SQUARE - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
SrgbaCssColor - Class in org.jhotdraw8.draw.css.value
sRGBA color encoded with numbers and/or percentages.
SrgbaCssColor(Color) - Constructor for class org.jhotdraw8.draw.css.value.SrgbaCssColor
 
SrgbaCssColor(CssSize, CssSize, CssSize, CssSize) - Constructor for class org.jhotdraw8.draw.css.value.SrgbaCssColor
 
START - Static variable in interface org.jhotdraw8.draw.figure.LineConnectingFigure
The start position of the line.
START - Static variable in class org.jhotdraw8.draw.figure.LineFigure
 
START_ANGLE - Static variable in class org.jhotdraw8.draw.figure.ArcFigure
 
START_CONNECTOR - Static variable in interface org.jhotdraw8.draw.figure.LineConnectingFigure
The start connector.
START_TARGET - Static variable in interface org.jhotdraw8.draw.figure.LineConnectingFigure
The start target.
START_X - Static variable in interface org.jhotdraw8.draw.figure.LineConnectingFigure
The start position of the line.
START_X - Static variable in class org.jhotdraw8.draw.figure.LineFigure
 
START_Y - Static variable in interface org.jhotdraw8.draw.figure.LineConnectingFigure
The start position of the line.
START_Y - Static variable in class org.jhotdraw8.draw.figure.LineFigure
 
startCompositeEdit(DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTracker
Starts a composite edit.
startEdit() - Method in class org.jhotdraw8.draw.inspector.LayerCell
 
STATE - Enum constant in enum class org.jhotdraw8.draw.model.DirtyBits
Affects the state of the figure.
STEELBLUE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
STEELBLUE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
stopCompositeEdit(DrawingView) - Method in class org.jhotdraw8.draw.tool.AbstractTracker
Stops a composite edit.
stopEditing() - Method in class org.jhotdraw8.draw.tool.AbstractTool
 
stopEditing() - Method in class org.jhotdraw8.draw.tool.BezierCreationTool
 
stopEditing() - Method in class org.jhotdraw8.draw.tool.ConnectionTool
 
stopEditing() - Method in class org.jhotdraw8.draw.tool.CreationTool
 
stopEditing() - Method in class org.jhotdraw8.draw.tool.PolyCreationTool
 
stopEditing() - Method in class org.jhotdraw8.draw.tool.SelectionTool
 
stopEditing() - Method in class org.jhotdraw8.draw.tool.TextCreationTool
 
stopEditing() - Method in class org.jhotdraw8.draw.tool.TextEditingTool
 
STRIKETHROUGH - Static variable in interface org.jhotdraw8.draw.figure.TextFontableFigure
Whether to strike through the text.
StringOrIdentStyleableKey - Class in org.jhotdraw8.draw.key
This key has a string value which can be given as a CSS "IDENT"-token or as a CSS "STRING"-token.
StringOrIdentStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.StringOrIdentStyleableKey
Creates a new instance with the specified name and with an empty String as the default value.
StringOrIdentStyleableKey(String, String) - Constructor for class org.jhotdraw8.draw.key.StringOrIdentStyleableKey
Creates a new instance with the specified name, mask and default value.
StringReadOnlyStyleableKey - Class in org.jhotdraw8.draw.key
StringStyleableKey.
StringReadOnlyStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.StringReadOnlyStyleableKey
Creates a new instance with the specified name and with an empty String as the default value.
StringReadOnlyStyleableKey(String, String) - Constructor for class org.jhotdraw8.draw.key.StringReadOnlyStyleableKey
Creates a new instance with the specified name and default value.
StringReadOnlyStyleableKey(String, String, String) - Constructor for class org.jhotdraw8.draw.key.StringReadOnlyStyleableKey
Creates a new instance with the specified name, and default value.
StringStyleableKey - Class in org.jhotdraw8.draw.key
StringStyleableKey.
StringStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.StringStyleableKey
Creates a new instance with the specified name and with an empty String as the default value.
StringStyleableKey(String, String) - Constructor for class org.jhotdraw8.draw.key.StringStyleableKey
Creates a new instance with the specified name and default value.
StringStyleableKey(String, String, String) - Constructor for class org.jhotdraw8.draw.key.StringStyleableKey
Creates a new instance with the specified name, mask and default value.
StringStyleableKey(String, String, String, String) - Constructor for class org.jhotdraw8.draw.key.StringStyleableKey
 
stringToValue(MapAccessor<T>, String) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
stringToValue(MapAccessor<T>, String) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Maps an XML attribute value to a value.
StrokableFigure - Interface in org.jhotdraw8.draw.figure
Interface for figures which render a javafx.scene.shape.Shape and can be stroked.
STROKE - Static variable in interface org.jhotdraw8.draw.figure.StrokableFigure
Defines the paint used for filling the outline of the figure.
STROKE_CUT - Static variable in interface org.jhotdraw8.draw.figure.StrokeCuttableFigure
Cuts off the specified number of pixels from the start and the end of the stroked path.
STROKE_CUT_END - Static variable in interface org.jhotdraw8.draw.figure.StrokeCuttableFigure
Cuts off the specified number of pixels from the end of the stroked path.
STROKE_CUT_START - Static variable in interface org.jhotdraw8.draw.figure.StrokeCuttableFigure
Cuts off the specified number of pixels from the start of the stroked path.
STROKE_DASH_ARRAY - Static variable in interface org.jhotdraw8.draw.figure.StrokableFigure
Defines the dash array used.
STROKE_DASH_OFFSET - Static variable in interface org.jhotdraw8.draw.figure.StrokableFigure
Defines the distance in user coordinates for the dashing pattern.
STROKE_LINE_CAP - Static variable in interface org.jhotdraw8.draw.figure.StrokableFigure
Defines the end cap style.
STROKE_LINE_JOIN - Static variable in interface org.jhotdraw8.draw.figure.StrokableFigure
Defines the style applied where path segments meet.
STROKE_MITER_LIMIT - Static variable in interface org.jhotdraw8.draw.figure.StrokableFigure
Defines the limit for the StrokeLineJoin.MITER style.
STROKE_PATTERN - Static variable in interface org.jhotdraw8.draw.figure.PatternStrokableFigure
URI of the stroke pattern image.
STROKE_PATTERN_HEIGHT - Static variable in interface org.jhotdraw8.draw.figure.PatternStrokableFigure
Height of the stroke pattern.
STROKE_PATTERN_RECTANGLE - Static variable in interface org.jhotdraw8.draw.figure.PatternStrokableFigure
STROKE_PATTERN_WIDTH - Static variable in interface org.jhotdraw8.draw.figure.PatternStrokableFigure
Width of the stroke pattern.
STROKE_PATTERN_X - Static variable in interface org.jhotdraw8.draw.figure.PatternStrokableFigure
X-origin of the stroke pattern.
STROKE_PATTERN_Y - Static variable in interface org.jhotdraw8.draw.figure.PatternStrokableFigure
Y-origin of the stroke pattern.
STROKE_STYLE - Static variable in interface org.jhotdraw8.draw.figure.MarkerStrokableFigure
Combined map accessor for all stroke style properties.
STROKE_STYLE - Static variable in interface org.jhotdraw8.draw.figure.SecondStrokableFigure
Combined map accessor for all stroke style properties.
STROKE_STYLE - Static variable in interface org.jhotdraw8.draw.figure.StrokableFigure
Combined map accessor for all stroke style properties.
STROKE_TYPE - Static variable in interface org.jhotdraw8.draw.figure.StrokableFigure
Defines the stroke type used for drawing outline of the figure.
STROKE_WIDTH - Static variable in interface org.jhotdraw8.draw.figure.StrokableFigure
Defines the width of the outline of the figure.
StrokeCuttableFigure - Interface in org.jhotdraw8.draw.figure
A figure which supports cutting off the start and end of a stroked path.
StrokeStyleableMapAccessor - Class in org.jhotdraw8.draw.key
Stroke Style combines all stroke attributes.
StrokeStyleableMapAccessor(String, MapAccessor<StrokeType>, MapAccessor<StrokeLineCap>, MapAccessor<StrokeLineJoin>, MapAccessor<CssSize>, MapAccessor<CssSize>, MapAccessor<ImmutableList<CssSize>>) - Constructor for class org.jhotdraw8.draw.key.StrokeStyleableMapAccessor
 
StrokeStyleCssConverter - Class in org.jhotdraw8.draw.css.converter
Allows to set all stroke properties at once.
StrokeStyleCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
STYLE - Enum constant in enum class org.jhotdraw8.draw.model.DirtyBits
Affects the style of the figure.
STYLE - Static variable in interface org.jhotdraw8.draw.figure.StyleableFigure
Defines the style of the figure.
STYLE_CHANGED - Enum constant in enum class org.jhotdraw8.draw.model.DrawingModelEvent.EventType
The style of a single figure has changed.
STYLE_CLASS - Static variable in interface org.jhotdraw8.draw.figure.StyleableFigure
Defines the style class of the figure.
STYLE_CLASS_KEY - Static variable in interface org.jhotdraw8.draw.tool.Tool
 
StyleableFigure - Interface in org.jhotdraw8.draw.figure
StyleableFigure provides user-editable "id", "style class" and "style" properties, and a non-user-editable "pseudo-class" property.
StyleAttributesInspector - Class in org.jhotdraw8.draw.inspector
FXML Controller class
StyleAttributesInspector() - Constructor for class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
STYLECLASS_CONSTRAINER_MAJOR_GRID - Static variable in interface org.jhotdraw8.draw.constrain.Constrainer
Style class for constrainers which draw a grid.
STYLECLASS_CONSTRAINER_MINOR_GRID - Static variable in interface org.jhotdraw8.draw.constrain.Constrainer
Style class for constrainers which draw a grid.
STYLECLASS_TOOL_RUBBERBAND - Static variable in class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
This tool draws a JavaFX Rectangle with style class "tool-rubberband".
StyleClassCell - Class in org.jhotdraw8.draw.inspector
FXML Controller class.
StyleClassCell(URL, StyleClassesInspector) - Constructor for class org.jhotdraw8.draw.inspector.StyleClassCell
 
StyleClassCell(StyleClassesInspector) - Constructor for class org.jhotdraw8.draw.inspector.StyleClassCell
 
StyleClassesInspector - Class in org.jhotdraw8.draw.inspector
FXML Controller class
StyleClassesInspector() - Constructor for class org.jhotdraw8.draw.inspector.StyleClassesInspector
 
StyleClassesInspector(URL) - Constructor for class org.jhotdraw8.draw.inspector.StyleClassesInspector
 
StyleClassItem - Class in org.jhotdraw8.draw.inspector
StyleClassItem.
StyleClassItem(String, boolean) - Constructor for class org.jhotdraw8.draw.inspector.StyleClassItem
 
styleInvalidated(DrawingModel, Figure) - Static method in class org.jhotdraw8.draw.model.DrawingModelEvent
 
stylesheetChanged(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
stylesheetChanged(RenderContext) - Method in interface org.jhotdraw8.draw.figure.Figure
This method is invoked on a figure by DrawingModel when it determines that the figure needs to apply its stylesheet again.
StylesheetsInspector - Class in org.jhotdraw8.draw.inspector
FXML Controller class
StylesheetsInspector() - Constructor for class org.jhotdraw8.draw.inspector.StylesheetsInspector
 
StylesheetsInspector(URL) - Constructor for class org.jhotdraw8.draw.inspector.StylesheetsInspector
 
subject - Variable in class org.jhotdraw8.draw.inspector.AbstractInspector
 
subject - Variable in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
SUBJECT_PROPERTY - Static variable in interface org.jhotdraw8.draw.inspector.Inspector
subjectProperty() - Method in class org.jhotdraw8.draw.inspector.AbstractInspector
 
subjectProperty() - Method in interface org.jhotdraw8.draw.inspector.Inspector
 
subjectProperty() - Method in class org.jhotdraw8.draw.inspector.StyleAttributesInspector
 
subSceneUserAgentStylesheetProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
subtract(CssDimension2D) - Method in class org.jhotdraw8.draw.css.value.CssDimension2D
 
subtract(CssPoint2D) - Method in class org.jhotdraw8.draw.css.value.CssPoint2D
 
SUBTRACT - Enum constant in enum class org.jhotdraw8.draw.figure.CombinedPathFigure.CagOperation
 
SVG_SQUARE - Static variable in interface org.jhotdraw8.draw.figure.ShapeableFigure
 
SvgPathXmlConverter - Class in org.jhotdraw8.draw.xml.converter
Converts an SVGPath from/to an XML attribute text.
SvgPathXmlConverter() - Constructor for class org.jhotdraw8.draw.xml.converter.SvgPathXmlConverter
 
SymmetricCssPoint2DCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.Point2D into a String and vice versa.
SymmetricCssPoint2DCssConverter() - Constructor for class org.jhotdraw8.draw.css.converter.SymmetricCssPoint2DCssConverter
 
SymmetricCssPoint2DCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.SymmetricCssPoint2DCssConverter
 
SymmetricCssPoint2DCssConverter(boolean, boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.SymmetricCssPoint2DCssConverter
 
SymmetricCssPoint2DStyleableMapAccessor - Class in org.jhotdraw8.draw.key
SymmetricCssPoint2DStyleableMapAccessor.
SymmetricCssPoint2DStyleableMapAccessor(String, NonNullMapAccessor<CssSize>, NonNullMapAccessor<CssSize>) - Constructor for class org.jhotdraw8.draw.key.SymmetricCssPoint2DStyleableMapAccessor
Creates a new instance with the specified name.
SymmetricPoint2DConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.Point2D into a String and vice versa.
SymmetricPoint2DConverter() - Constructor for class org.jhotdraw8.draw.css.converter.SymmetricPoint2DConverter
 
SymmetricPoint2DConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.SymmetricPoint2DConverter
 
SymmetricPoint2DConverter(boolean, boolean, boolean) - Constructor for class org.jhotdraw8.draw.css.converter.SymmetricPoint2DConverter
 
SymmetricPoint2DStyleableMapAccessor - Class in org.jhotdraw8.draw.key
SymmetricPoint2DStyleableMapAccessor.
SymmetricPoint2DStyleableMapAccessor(String, NonNullMapAccessor<Double>, NonNullMapAccessor<Double>) - Constructor for class org.jhotdraw8.draw.key.SymmetricPoint2DStyleableMapAccessor
 
SYSTEM_COLOR_CONVERTER_KEY - Static variable in interface org.jhotdraw8.draw.render.RenderContext
 
SystemColorConverter - Interface in org.jhotdraw8.draw.css.value
The CssColorConverter converts system colors into color values.
SystemColorName - Interface in org.jhotdraw8.draw.css.value
Specifies the name of a system color in a cascading stylesheet.
SystemCssColor - Class in org.jhotdraw8.draw.css.value
Represents a system color in a cascading stylesheet.
SystemCssColor(String, Color) - Constructor for class org.jhotdraw8.draw.css.value.SystemCssColor
 

T

TAN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
TAN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
targetKey - Variable in class org.jhotdraw8.draw.handle.AbstractConnectorHandle
 
targetNode - Variable in class org.jhotdraw8.draw.handle.LabelConnectorHandle
 
TEAL - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
TEAL - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
TEXT - Static variable in interface org.jhotdraw8.draw.figure.TextableFigure
The text.
TEXT_ALIGNMENT - Static variable in interface org.jhotdraw8.draw.figure.TextLayoutableFigure
The text alignment.
TEXT_FILL - Static variable in interface org.jhotdraw8.draw.figure.TextFillableFigure
Defines the paint used for filling the interior of the text.
TEXT_HPOS - Static variable in class org.jhotdraw8.draw.figure.AbstractLabelFigure
The horizontal position of the text.
TEXT_HPOS - Static variable in interface org.jhotdraw8.draw.figure.TextLayoutableFigure
The horizontal position of the text.
TEXT_STROKE - Static variable in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
Defines the paint used for filling the outline of the figure.
TEXT_STROKE_DASH_ARRAY - Static variable in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
Defines the dash array used.
TEXT_STROKE_DASH_OFFSET - Static variable in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
Defines the distance in user coordinates for the dashing pattern.
TEXT_STROKE_LINE_CAP - Static variable in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
Defines the end cap style.
TEXT_STROKE_LINE_JOIN - Static variable in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
Defines the style applied where path segments meet.
TEXT_STROKE_MITER_LIMIT - Static variable in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
Defines the limit for the StrokeLineJoin.MITER style.
TEXT_STROKE_STYLE - Static variable in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
Combined map accessor for all stroke style properties.
TEXT_STROKE_TYPE - Static variable in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
Defines the stroke type used for drawing outline of the figure.
TEXT_STROKE_WIDTH - Static variable in interface org.jhotdraw8.draw.figure.TextStrokeableFigure
Defines the width of the outline of the figure.
TEXT_VPOS - Static variable in interface org.jhotdraw8.draw.figure.TextLayoutableFigure
The vertical position of the text.
TEXT_WITH_PLACEHOLDERS - Static variable in class org.jhotdraw8.draw.figure.PageLabelFigure
The text.
TextableFigure - Interface in org.jhotdraw8.draw.figure
A figure which holds text in an attribute.
TextAreaFigure - Class in org.jhotdraw8.draw.figure
 
TextAreaFigure() - Constructor for class org.jhotdraw8.draw.figure.TextAreaFigure
 
TextCreationTool - Class in org.jhotdraw8.draw.tool
TextCreationTool.
TextCreationTool(String, Resources, Supplier<TextEditableFigure>) - Constructor for class org.jhotdraw8.draw.tool.TextCreationTool
 
TextCreationTool(String, Resources, Supplier<TextEditableFigure>, Supplier<Layer>) - Constructor for class org.jhotdraw8.draw.tool.TextCreationTool
 
TextEditableFigure - Interface in org.jhotdraw8.draw.figure
Interface for figures that support text editing at one or more locations on the figure.
TextEditableFigure.TextEditorData - Record Class in org.jhotdraw8.draw.figure
 
TextEditingTool - Class in org.jhotdraw8.draw.tool
TextEditingTool.
TextEditingTool(String, Resources) - Constructor for class org.jhotdraw8.draw.tool.TextEditingTool
 
TextEditorData(TextEditableFigure, Bounds, MapAccessor<String>) - Constructor for record class org.jhotdraw8.draw.figure.TextEditableFigure.TextEditorData
Creates an instance of a TextEditorData record class.
TextFigure - Class in org.jhotdraw8.draw.figure
TextFigure is a TextFontableFigure which supports stroking and filling of the text.
TextFigure() - Constructor for class org.jhotdraw8.draw.figure.TextFigure
 
TextFigure(double, double, String) - Constructor for class org.jhotdraw8.draw.figure.TextFigure
 
TextFigure(Point2D, String) - Constructor for class org.jhotdraw8.draw.figure.TextFigure
 
TextFillableFigure - Interface in org.jhotdraw8.draw.figure
TextFillableFigure allows to change the fill of the text.
TextFontableFigure - Interface in org.jhotdraw8.draw.figure
A figure which supports font attributes.
textKey() - Method in record class org.jhotdraw8.draw.figure.TextEditableFigure.TextEditorData
Returns the value of the textKey record component.
TextLayoutableFigure - Interface in org.jhotdraw8.draw.figure
A figure which supports font attributes.
TextStrokeableFigure - Interface in org.jhotdraw8.draw.figure
TextStrokeableFigure allows to change the stroke of the text.
THISTLE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
THISTLE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
THREE_D_DARK_SHADOW - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
The color of the darker (generally outer) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.
THREE_D_DARK_SHADOW - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
THREE_D_FACE - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
The face background color for 3-D elements that appear 3-D due to two concentric layers of surrounding border.
THREE_D_FACE - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
THREE_D_HIGHLIGHT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
The color of the lighter (generally outer) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.
THREE_D_HIGHLIGHT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
THREE_D_LIGHT_SHADOW - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
The color of the darker (generally inner) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.
THREE_D_LIGHT_SHADOW - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
THREE_D_SHADOW - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
The color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.
THREE_D_SHADOW - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
toColor(CssColor) - Static method in class org.jhotdraw8.draw.css.value.CssColor
 
toDocument(URI, Drawing) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
toDocument(URI, Drawing, Collection<Figure>) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
toExternalDrawing(Drawing) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Creates an external representation of the drawing.
TOLERANCE_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
 
toleranceProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
toleranceProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
Holds the tolerance for finding figures.
TOMATO - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
TOMATO - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
toName(Color) - Static method in class org.jhotdraw8.draw.css.value.CssColor
 
toNode(Drawing, Collection<Figure>, Map<Key<?>, Object>) - Static method in class org.jhotdraw8.draw.render.SimpleDrawingRenderer
 
Tool - Interface in org.jhotdraw8.draw.tool
Tool.
TOOL_DONE - Enum constant in enum class org.jhotdraw8.draw.tool.ToolEvent.EventType
 
TOOL_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the tool property.
TOOL_STARTED - Enum constant in enum class org.jhotdraw8.draw.tool.ToolEvent.EventType
 
ToolEvent - Class in org.jhotdraw8.draw.tool
ToolEvent.
ToolEvent(Tool, ToolEvent.EventType) - Constructor for class org.jhotdraw8.draw.tool.ToolEvent
 
ToolEvent.EventType - Enum Class in org.jhotdraw8.draw.tool
Defines the event type.
toolProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingView
 
toolProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The tool which currently edits this DrawingView.
ToolsToolbar - Class in org.jhotdraw8.draw.inspector
FXML Controller class
ToolsToolbar(DrawingEditor) - Constructor for class org.jhotdraw8.draw.inspector.ToolsToolbar
 
toPointArray(Figure, NonNullMapAccessor<? extends ImmutableList<Point2D>>) - Static method in class org.jhotdraw8.draw.figure.PolylineFigure
 
toString() - Method in record class org.jhotdraw8.draw.css.converter.CssStop
Returns a string representation of this record class.
toString() - Method in class org.jhotdraw8.draw.css.value.CssColor
 
toString() - Method in class org.jhotdraw8.draw.css.value.CssDimension2D
 
toString() - Method in class org.jhotdraw8.draw.css.value.CssFont
 
toString() - Method in class org.jhotdraw8.draw.css.value.CssInsets
 
toString() - Method in class org.jhotdraw8.draw.css.value.CssLinearGradient
 
toString() - Method in class org.jhotdraw8.draw.css.value.CssPoint2D
 
toString() - Method in class org.jhotdraw8.draw.css.value.CssPoint3D
 
toString() - Method in class org.jhotdraw8.draw.css.value.CssRadialGradient
 
toString() - Method in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
toString() - Method in class org.jhotdraw8.draw.css.value.CssStrokeStyle
 
toString() - Method in class org.jhotdraw8.draw.figure.LayerFigure
 
toString() - Method in record class org.jhotdraw8.draw.figure.TextEditableFigure.TextEditorData
Returns a string representation of this record class.
toString() - Method in record class org.jhotdraw8.draw.handle.AbstractConnectorHandle.ConnectorAndConnectedFigure
Returns a string representation of this record class.
toString() - Method in class org.jhotdraw8.draw.handle.HandleEvent
 
toString() - Method in class org.jhotdraw8.draw.key.AbstractMapAccessor
Returns the name string.
toString() - Method in class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
Returns the name string.
toString() - Method in class org.jhotdraw8.draw.model.DirtyMask
 
toString() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
 
toString() - Method in class org.jhotdraw8.draw.tool.ToolEvent
 
toString(Appendable, IdSupplier, TT) - Method in class org.jhotdraw8.draw.xml.converter.BezierPathXmlConverter
 
toString(Appendable, IdSupplier, TT) - Method in class org.jhotdraw8.draw.xml.converter.PathConnectionBezierPathXmlConverter
 
toString(Appendable, IdSupplier, TT) - Method in class org.jhotdraw8.draw.xml.converter.PathMetricsXmlConverter
 
toString(Appendable, IdSupplier, Path2D.Double) - Method in class org.jhotdraw8.draw.xml.converter.Path2DDoubleXmlConverter
 
toString(Appendable, IdSupplier, SVGPath) - Method in class org.jhotdraw8.draw.xml.converter.SvgPathXmlConverter
 
toString(Appendable, IdSupplier, Connector) - Method in class org.jhotdraw8.draw.xml.converter.ConnectorXmlConverter
 
toString(Appendable, IdSupplier, CssDimension2D) - Method in class org.jhotdraw8.draw.css.converter.PaperSizeCssConverter
 
toString(Appendable, IdSupplier, TT) - Method in class org.jhotdraw8.draw.xml.converter.FXPathElementsXmlConverter
 
toString(Appendable, IdSupplier, TT) - Method in class org.jhotdraw8.draw.xml.converter.FXPathXmlConverter
 
Tracker - Interface in org.jhotdraw8.draw.tool
Tracker.
trackKeyPressed(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleDragTracker
 
trackKeyPressed(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleHandleTracker
 
trackKeyPressed(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
 
trackKeyPressed(KeyEvent, DrawingView) - Method in interface org.jhotdraw8.draw.tool.Tracker
 
trackKeyReleased(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleDragTracker
 
trackKeyReleased(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleHandleTracker
 
trackKeyReleased(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
 
trackKeyReleased(KeyEvent, DrawingView) - Method in interface org.jhotdraw8.draw.tool.Tracker
 
trackKeyTyped(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleDragTracker
 
trackKeyTyped(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleHandleTracker
 
trackKeyTyped(KeyEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
 
trackKeyTyped(KeyEvent, DrawingView) - Method in interface org.jhotdraw8.draw.tool.Tracker
 
trackMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleDragTracker
 
trackMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleHandleTracker
 
trackMouseClicked(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
 
trackMouseClicked(MouseEvent, DrawingView) - Method in interface org.jhotdraw8.draw.tool.Tracker
Handle input event forwarded from the parent Tool.
trackMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleDragTracker
 
trackMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
 
trackMouseDragged(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleHandleTracker
 
trackMouseDragged(MouseEvent, DrawingView) - Method in interface org.jhotdraw8.draw.tool.Tracker
Handle input event forwarded from the parent Tool.
trackMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleDragTracker
 
trackMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
 
trackMousePressed(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleHandleTracker
 
trackMousePressed(MouseEvent, DrawingView) - Method in interface org.jhotdraw8.draw.tool.Tracker
Handle input event forwarded from the parent Tool.
trackMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleSelectAreaTracker
 
trackMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleDragTracker
 
trackMouseReleased(MouseEvent, DrawingView) - Method in class org.jhotdraw8.draw.tool.SimpleHandleTracker
 
trackMouseReleased(MouseEvent, DrawingView) - Method in interface org.jhotdraw8.draw.tool.Tracker
Handle input event forwarded from the parent Tool.
transform(Transform, CssRectangle2D) - Static method in class org.jhotdraw8.draw.css.value.CssTransforms
 
TRANSFORM - Enum constant in enum class org.jhotdraw8.draw.model.DirtyBits
Affects the transform of the figure and all descendant figures.
TRANSFORM - Static variable in class org.jhotdraw8.draw.handle.HandleType
Handle of this type should allow to transform (scale and rotate) a figure.
TRANSFORM_CHANGED - Enum constant in enum class org.jhotdraw8.draw.model.DrawingModelEvent.EventType
The transform of a figure has changed.
TRANSFORM_NOTIFY - Enum constant in enum class org.jhotdraw8.draw.model.DirtyBits
This is internally used by DrawingModel for marking figures which need transformNotify.
TransformableFigure - Interface in org.jhotdraw8.draw.figure
A transformable figure supports the transformation of a figure.
TransformCachingFigure - Interface in org.jhotdraw8.draw.figure
TransformCachingFigure.
transformChanged() - Method in interface org.jhotdraw8.draw.figure.Figure
This method is invoked on a figure and all its descendants by DrawingModel when it determines that the transformation of the figure has changed.
transformChanged(DrawingModel, Figure) - Static method in class org.jhotdraw8.draw.model.DrawingModelEvent
 
TransformCssConverter - Class in org.jhotdraw8.draw.css.converter
CssTransformConverter.
TransformCssConverter() - Constructor for class org.jhotdraw8.draw.css.converter.TransformCssConverter
 
TransformCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.TransformCssConverter
 
TransformHandleKit - Class in org.jhotdraw8.draw.handle
A set of utility methods to create handles which transform a Figure by using its transform method, if the Figure is transformable.
transformInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
transformInLocal(Transform) - Method in interface org.jhotdraw8.draw.figure.Figure
Attempts to transform the figure.
transformInLocal(Transform) - Method in interface org.jhotdraw8.draw.figure.NonTransformableFigure
 
transformInLocal(Transform) - Method in class org.jhotdraw8.draw.figure.SimpleDrawing
 
transformInLocal(Transform) - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
transformInLocal(Figure, Transform) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
transformInLocal(Figure, Transform) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Invokes "transformInLocal" on the specified figure.
transformInParent(Transform) - Method in interface org.jhotdraw8.draw.figure.Figure
Attempts to transform the figure.
transformInParent(Transform) - Method in interface org.jhotdraw8.draw.figure.NonTransformableFigure
 
transformInParent(Transform) - Method in class org.jhotdraw8.draw.figure.SimpleDrawing
 
transformInParent(Transform) - Method in interface org.jhotdraw8.draw.figure.TransformableFigure
 
transformInParent(Figure, Transform) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
transformInParent(Figure, Transform) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Invokes "transformInParent" on the specified figure.
TransformListStyleableKey - Class in org.jhotdraw8.draw.key
TransformListStyleableKey.
TransformListStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.TransformListStyleableKey
Creates a new instance with the specified name and with an empty list as the default value.
TransformListStyleableKey(String, ImmutableList<Transform>) - Constructor for class org.jhotdraw8.draw.key.TransformListStyleableKey
Creates a new instance with the specified name, and default value.
TRANSFORMS - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
 
TRANSLATE - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the translation on the axes about the center of the figure.
TRANSLATE_X - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the translation on the x axis about the center of the figure.
TRANSLATE_Y - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the translation on the y axis about the center of the figure.
TRANSLATE_Z - Static variable in interface org.jhotdraw8.draw.figure.TransformableFigure
Defines the translation on the z axis about the center of the figure.
Translate3DCssConverter - Class in org.jhotdraw8.draw.css.converter
Converts a javafx.geometry.Point3D into a String and vice versa.
Translate3DCssConverter(boolean) - Constructor for class org.jhotdraw8.draw.css.converter.Translate3DCssConverter
 
translateAngle(Figure, double, double) - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
 
translateAngle(Figure, double, double) - Method in interface org.jhotdraw8.draw.constrain.Constrainer
Snaps an angle (in degrees) to the closest constrained orientation in the specified direction.
translateAngle(Figure, double, double) - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
 
translateAngle(Figure, double, double) - Method in class org.jhotdraw8.draw.constrain.NullConstrainer
 
translateFigure(Figure, Point2D, Point2D, DrawingModel) - Static method in class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
Translates the specified figure, given the old and new position ofCollection a point.
translateFigure(Figure, Point2D, Point2D, DrawingModel) - Static method in class org.jhotdraw8.draw.handle.MoveHandle
Translates the specified figure, given the old and new position of a point.
translateFigure(Figure, Point2D, Point2D, DrawingModel) - Static method in class org.jhotdraw8.draw.handle.PolyPointMoveHandle
Translates the specified figure, given the old and new position ofCollection a point.
translateFigure(Figure, CssPoint2D, CssPoint2D, DrawingModel) - Static method in class org.jhotdraw8.draw.handle.MoveHandle
Translates the specified figure, given the old and new position of a point.
translateInLocal(CssPoint2D) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
translateInLocal(CssPoint2D) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
 
translateInLocal(CssPoint2D) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
translateInLocal(CssPoint2D) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
translateInLocal(CssPoint2D) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
translateInLocal(CssPoint2D) - Method in interface org.jhotdraw8.draw.figure.Figure
Attempts to translate the local bounds of the figure.
translateInLocal(CssPoint2D) - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
translateInLocal(CssPoint2D) - Method in class org.jhotdraw8.draw.figure.PolylineFigure
 
translateInLocal(CssPoint2D) - Method in interface org.jhotdraw8.draw.figure.RectangularFigure
 
translateInParent(CssPoint2D) - Method in interface org.jhotdraw8.draw.figure.Figure
Attempts to translate the parent bounds of the figure.
translateInParent(Figure, CssPoint2D) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
translateInParent(Figure, CssPoint2D) - Method in interface org.jhotdraw8.draw.model.DrawingModel
 
translatePoint(Figure, CssPoint2D, CssPoint2D) - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
 
translatePoint(Figure, CssPoint2D, CssPoint2D) - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
 
translatePoint(Figure, CssPoint2D, CssPoint2D) - Method in class org.jhotdraw8.draw.constrain.NullConstrainer
 
translatePoint(Figure, CssPoint2D, CssPoint2D) - Method in interface org.jhotdraw8.draw.constrain.Constrainer
Snaps a point to the next constrained location in the specified direction.
translateRectangle(Figure, CssRectangle2D, CssPoint2D) - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
 
translateRectangle(Figure, CssRectangle2D, CssPoint2D) - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
 
translateRectangle(Figure, CssRectangle2D, CssPoint2D) - Method in class org.jhotdraw8.draw.constrain.NullConstrainer
 
translateRectangle(Figure, CssRectangle2D, CssPoint2D) - Method in interface org.jhotdraw8.draw.constrain.Constrainer
Snaps a rectangle into the the closest constraint position in the given direction.
TRANSPARENT - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
TRANSPARENT - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
TreeModelEventUndoableEdit<T> - Class in org.jhotdraw8.draw.undo
 
TreeModelEventUndoableEdit(TreeModelEvent<T>) - Constructor for class org.jhotdraw8.draw.undo.TreeModelEventUndoableEdit
 
TURQUOISE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
TURQUOISE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
TYPE - Static variable in class org.jhotdraw8.draw.css.converter.StrokeStyleCssConverter
 
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.ArcFigure
The CSS type selector for this object is "Arc".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.BezierPathFigure
The CSS type selector for this object is "Bezier".
TYPE_SELECTOR - Static variable in interface org.jhotdraw8.draw.figure.Clipping
The CSS type selector for a label object is "Clipping".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.CombinedPathFigure
The CSS type selector for a label object is "CombinedPath".
TYPE_SELECTOR - Static variable in interface org.jhotdraw8.draw.figure.Drawing
The CSS type selector for a label object is "Drawing".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.EllipseFigure
The CSS type selector for this object is "Ellipse".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.GroupFigure
The CSS type selector for a label object is "Group".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.ImageFigure
The CSS type selector for this object is "Image".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.LabelFigure
The CSS type selector for a label object is "Label".
TYPE_SELECTOR - Static variable in interface org.jhotdraw8.draw.figure.Layer
The CSS type selector for a label object is "Layer".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.LineConnectionFigure
The CSS type selector for this object is "LineConnection".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
The CSS type selector for this object is "LineConnectionWithMarkers".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.LineFigure
The CSS type selector for this object is "Line".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.PageFigure
The CSS type selector for this object is "Page".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.PageLabelFigure
 
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.PolygonFigure
The CSS type selector for this object is "Polygon".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.PolylineFigure
The CSS type selector for this object is "Polyline".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.RectangleFigure
The CSS type selector for this object is "Rectangle".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.RegionFigure
The CSS type selector for this object is "Region".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.SimpleLabelConnectionFigure
The CSS type selector for a label object is "LabelConnection".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.SliceFigure
The CSS type selector for this object is "Slice".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.TextAreaFigure
The CSS type selector for this object is "TextArea".
TYPE_SELECTOR - Static variable in class org.jhotdraw8.draw.figure.TextFigure
The CSS type selector for this object is "Text".
TYPE_SELECTOR_NODE_KEY - Static variable in interface org.jhotdraw8.draw.figure.StyleableFigure
We store the type selector of the figure on the node that is used to render the figure.

U

Uint4HexSrgbaCssColor - Class in org.jhotdraw8.draw.css.value
sRGBA color with 8 bits per channel, encoded as a hexadecimal digit with 4 bits per channel if possible.
Uint4HexSrgbaCssColor(int, int, int, int) - Constructor for class org.jhotdraw8.draw.css.value.Uint4HexSrgbaCssColor
 
Uint8HexSrgbaCssColor - Class in org.jhotdraw8.draw.css.value
sRGBA color with 8 bits per channel, encoded as a hexadecimal digit.
Uint8HexSrgbaCssColor(int, int, int, int) - Constructor for class org.jhotdraw8.draw.css.value.Uint8HexSrgbaCssColor
 
unbind() - Method in class org.jhotdraw8.draw.model.DrawingModelFigureProperty
 
unbind(DrawingModel) - Method in class org.jhotdraw8.draw.undo.DrawingModelUndoAdapter
 
UNDERLINE - Static variable in interface org.jhotdraw8.draw.figure.TextFontableFigure
Whether to underline the text.
undo() - Method in class org.jhotdraw8.draw.undo.DrawingModelEventUndoableEdit
 
undo() - Method in class org.jhotdraw8.draw.undo.RecreateHandlesEdit
 
undo() - Method in class org.jhotdraw8.draw.undo.TreeModelEventUndoableEdit
 
UNDO_MANAGER_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingEditor
The name of the undoManager property.
undoHelper - Variable in class org.jhotdraw8.draw.action.AbstractDrawingViewAction
 
undoHelper - Variable in class org.jhotdraw8.draw.inspector.AbstractDrawingInspector
 
undoHelper - Variable in class org.jhotdraw8.draw.inspector.AbstractDrawingViewInspector
 
undoHelper - Variable in class org.jhotdraw8.draw.inspector.AbstractSelectionInspector
 
undoHelper - Variable in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
undoHelper - Variable in class org.jhotdraw8.draw.tool.AbstractTool
 
undoManagerProperty() - Method in class org.jhotdraw8.draw.AbstractDrawingEditor
 
undoManagerProperty() - Method in interface org.jhotdraw8.draw.DrawingEditor
The undo manager is responsible for providing undo/redo functionality.
ungroup(DrawingView, Collection<Figure>) - Static method in class org.jhotdraw8.draw.action.UngroupAction
 
UngroupAction - Class in org.jhotdraw8.draw.action
UngroupAction.
UngroupAction(DrawingEditor) - Constructor for class org.jhotdraw8.draw.action.UngroupAction
Creates a new instance.
UNIT_CONVERTER_KEY - Static variable in interface org.jhotdraw8.draw.render.RenderContext
 
UNSPECIFIED_VALUE_PLACEHOLDER - Static variable in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
This placeholder is displayed to indicate that no value has been specified for this property.
updateAllCss(RenderContext) - Method in interface org.jhotdraw8.draw.figure.Drawing
 
updateBackground(RenderContext, Pane) - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
updateConnectedProperty() - Method in class org.jhotdraw8.draw.figure.AbstractLineConnectionFigure
 
updateCss(Figure) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
updateCss(Figure) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Invokes the updateCss method of the figure and fires appropriate DrawingModelEvents.
updateCss(RenderContext) - Method in class org.jhotdraw8.draw.figure.AbstractFigure
 
updateCss(RenderContext) - Method in interface org.jhotdraw8.draw.figure.Figure
Updates the stylesheet cache of this figure depending on its property values and on the and the property values of its ancestors.
updateEndMarkerNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
This method can be overridden by a subclass to apply styles to the marker node.
updateEndMarkerNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
This method can be overridden by a subclass to apply styles to the marker node.
updateEndMarkerNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
This method can be overridden by a subclass to apply styles to the marker node.
updateEndMarkerNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
updateGroupNode(RenderContext, Group) - Method in class org.jhotdraw8.draw.figure.AbstractLabelConnectionFigure
 
updateGroupNode(RenderContext, Group) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Updates the group node that holds all other nodes of the label.
updateIconNode(RenderContext, Group) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Updates the icon node for rendering.
updateIconNodeImage(RenderContext, Group) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Updates the image of the icon node.
updateIconNodeTransform(RenderContext, Group) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Updates the transforms (translate, rotate, ...) of the provided icon group node.
updateItem(Figure, boolean) - Method in class org.jhotdraw8.draw.inspector.LayerCell
 
updateItem(StyleClassItem, boolean) - Method in class org.jhotdraw8.draw.inspector.StyleClassCell
 
updateLimitProperty() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
The maximal number of figures which are updated in one repaint.
updateLineNode(RenderContext, Line) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
This method can be overridden by a subclass to apply styles to the line node.
updateLineNode(RenderContext, Line) - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
updateLineNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
This method can be overridden by a subclass to apply styles to the line node.
updateLineNode(RenderContext, Polyline) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
This method can be overridden by a subclass to apply styles to the line node.
updateList() - Method in class org.jhotdraw8.draw.inspector.StyleClassesInspector
 
updateListLater() - Method in class org.jhotdraw8.draw.inspector.StyleClassesInspector
 
updateListNow() - Method in class org.jhotdraw8.draw.inspector.StyleClassesInspector
 
updateLookupTable(Observable) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
updateMarkerNode(RenderContext, Group, Path, PointAndDerivative, String, double) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
updateMarkerNode(RenderContext, Group, Path, PointAndDerivative, ImmutableList<PathElement>, double) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
updateMarkerNode(RenderContext, Group, Path, PointAndDerivative, ImmutableList<PathElement>, double) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.AnchorOutlineHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierControlPointEditHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeEditHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeMoveHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeNonMovableEditHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierNodeTangentHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BezierPathOutlineHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BoundsInLocalOutlineHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BoundsInParentOutlineHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.BoundsInTranslationOutlineHandle
 
updateNode(DrawingView) - Method in interface org.jhotdraw8.draw.handle.Handle
Updates the node.
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.LabelConnectorHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.LineConnectorHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.LineOutlineHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.MoveHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.MultipleSelectionMoveHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.MultipleSelectionOutlineHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PathIterableOutlineHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PathIterablePointsHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PointHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PolygonOutlineHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PolylineOutlineHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointEditHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.PolyPointMoveHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.RelativeControlPointHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.RelativePointHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.RotateHandle
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.handle.SelectionHandle
 
updateNode(DrawingView) - Method in interface org.jhotdraw8.draw.constrain.Constrainer
Updates the node.
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.constrain.FigureSpecificConstrainer
 
updateNode(DrawingView) - Method in class org.jhotdraw8.draw.constrain.NullConstrainer
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Updates the node of the label.
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.AbstractViewBoxDrawing
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.ArcFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.BezierPathFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.ClippingFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.CombinedPathFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.EllipseFigure
 
updateNode(RenderContext, Node) - Method in interface org.jhotdraw8.draw.figure.Figure
This method is invoked by a RenderContext, when it needs to update the node which represents the scene graph in the figure.
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.GroupFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.ImageFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.LabelFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.LayerFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.LineConnectionFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.LineFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.PageFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.PageLabelFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.PolygonFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.PolylineFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.RectangleFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.RegionFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.SimpleDrawing
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.SimpleLayeredDrawing
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.SliceFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.TextAreaFigure
 
updateNode(RenderContext, Node) - Method in class org.jhotdraw8.draw.figure.TextFigure
 
updateNodeWithErrorMessage(RenderContext, List<Node>, Bounds) - Method in class org.jhotdraw8.draw.figure.LayerFigure
 
updatePathNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Updates the path that fills or strokes the visual bounds of the label.
updatePathNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
updatePathNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.RegionFigure
 
updateShownValues(Observable) - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
updateStartMarkerNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.AbstractElbowLineConnectionWithMarkersFigure
This method can be overridden by a subclass to apply styles to the marker node.
updateStartMarkerNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.AbstractPathConnectionWithMarkersFigure
This method can be overridden by a subclass to apply styles to the marker node.
updateStartMarkerNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.AbstractStraightLineConnectionWithMarkersFigure
This method can be overridden by a subclass to apply styles to the marker node.
updateStartMarkerNode(RenderContext, Path) - Method in class org.jhotdraw8.draw.figure.LineConnectionWithMarkersFigure
 
updateStyleManager() - Method in class org.jhotdraw8.draw.figure.AbstractDrawing
 
updateStyleManager() - Method in interface org.jhotdraw8.draw.figure.Drawing
Updates the stylesheets in the style manager.
updateTextArea() - Method in class org.jhotdraw8.draw.inspector.AbstractStyleAttributesInspector
 
updateTextNode(RenderContext, Text) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Updates the given text node with properties from this figure, so that it can be rendered.
updateTextNodeFontAndText(RenderContext, Text) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Updates the given text node with properties from this figure that affects the layout of the text node.
updateTextNodeLayout(RenderContext, Text) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Updates properties that are relevant for the layout of the given text node with properties from this figure.
updateTextNodePaint(RenderContext, Text) - Method in class org.jhotdraw8.draw.figure.AbstractLabelFigure
Updates paint properties of the given text node with properties from this figure.
updateValue() - Method in class org.jhotdraw8.draw.model.DrawingModelFigureProperty
This implementation is empty.
USER_AGENT_STYLESHEETS - Static variable in interface org.jhotdraw8.draw.figure.Drawing
Holds a list of user agent stylesheets.

V

validate(RenderContext) - Method in interface org.jhotdraw8.draw.model.DrawingModel
Validates the model.
validate(RenderContext) - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
validatingProperty() - Method in interface org.jhotdraw8.draw.model.DrawingModel
This property returns true if the drawing model is validating its figures.
validatingProperty() - Method in class org.jhotdraw8.draw.model.SimpleDrawingModel
 
valueOf(String) - Static method in class org.jhotdraw8.draw.css.value.CssColor
 
valueOf(String) - Static method in enum class org.jhotdraw8.draw.figure.CombinedPathFigure.CagOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jhotdraw8.draw.figure.IconPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jhotdraw8.draw.figure.LabelAutorotate
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jhotdraw8.draw.handle.HandleEvent.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jhotdraw8.draw.model.DirtyBits
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jhotdraw8.draw.model.DrawingModelEvent.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jhotdraw8.draw.render.RenderingIntent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jhotdraw8.draw.tool.ToolEvent.EventType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.jhotdraw8.draw.figure.CombinedPathFigure.CagOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jhotdraw8.draw.figure.IconPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jhotdraw8.draw.figure.LabelAutorotate
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jhotdraw8.draw.handle.HandleEvent.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jhotdraw8.draw.model.DirtyBits
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jhotdraw8.draw.model.DrawingModelEvent.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jhotdraw8.draw.render.RenderingIntent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jhotdraw8.draw.tool.ToolEvent.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
valueToNodeList(MapAccessor<?>, Object, XMLStreamWriter) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
valueToNodeList(MapAccessor<?>, Object, XMLStreamWriter) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Maps a value to a XML node list.
valueToString(MapAccessor<T>, T) - Method in class org.jhotdraw8.draw.io.AbstractFigureFactory
 
valueToString(MapAccessor<T>, T) - Method in interface org.jhotdraw8.draw.io.FigureFactory
Maps a value to an XML attribute value.
vbarPolicyProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
Specifies the policy for showing the vertical scroll bar.
view - Variable in class org.jhotdraw8.draw.handle.AbstractBezierNodeHandleAction
 
VIEW_BOX - Static variable in interface org.jhotdraw8.draw.figure.ViewBoxableDrawing
Defines the view-box of the drawing.
VIEW_BOX_X - Static variable in interface org.jhotdraw8.draw.figure.ViewBoxableDrawing
Defines the x-coordinate of the view-box.
VIEW_BOX_Y - Static variable in interface org.jhotdraw8.draw.figure.ViewBoxableDrawing
Defines the y-coordinate of the view-box.
ViewBoxableDrawing - Interface in org.jhotdraw8.draw.figure
 
viewHeightProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
viewportHeightProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
viewportRectProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
viewportWidthProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
viewRectHeightProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
viewRectWidthProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
viewToWorld(double, double) - Method in interface org.jhotdraw8.draw.DrawingView
Converts view coordinates into world coordinates.
viewToWorld(Bounds) - Method in interface org.jhotdraw8.draw.DrawingView
Converts view coordinates into world coordinates.
viewToWorld(Point2D) - Method in interface org.jhotdraw8.draw.DrawingView
Converts view coordinates into world coordinates.
viewWidthProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
VIOLET - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
VIOLET - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
VISIBLE - Static variable in interface org.jhotdraw8.draw.figure.HideableFigure
Defines the visibility of the figure.
VISIBLE_CHECK_BOX - Static variable in interface org.jhotdraw8.draw.inspector.InspectorStyleClasses
This style class is used for checkboxes that change the visible state of an object.
visibleContentRectProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
VISITED_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorConverter
Text in visited links.
VISITED_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
 
VISITED_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
visualBounds(Collection<Figure>) - Static method in interface org.jhotdraw8.draw.figure.Figure
Computes the union of the visual bounds of the provided figures in world coordinates.

W

wasAdded() - Method in class org.jhotdraw8.draw.figure.FigurePropertyChangeEvent
If the change is the result of an add operation.
wasAdded() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
If the figure was changed, returns true if the property value was added.
wasRemoved() - Method in class org.jhotdraw8.draw.figure.FigurePropertyChangeEvent
If the change is the result of a remove operation.
wasRemoved() - Method in class org.jhotdraw8.draw.model.DrawingModelEvent
If the figure was changed, returns true if the property value was removed.
west(Figure) - Static method in class org.jhotdraw8.draw.handle.ResizeHandleKit
Creates a handle for the specified figure.
west(TransformableFigure) - Static method in class org.jhotdraw8.draw.handle.TransformHandleKit
Creates a handle for the specified figure.
WEST - Static variable in class org.jhotdraw8.draw.locator.BoundsLocator
 
WEST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.ResizeHandleKit
 
WEST_SHAPE - Static variable in class org.jhotdraw8.draw.handle.TransformHandleKit
 
WHEAT - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
WHEAT - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
WHITE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
WHITE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
WHITESMOKE - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
WHITESMOKE - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
WIDTH - Static variable in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
WIDTH - Static variable in interface org.jhotdraw8.draw.figure.Drawing
Defines the width of the canvas.
WIDTH - Static variable in class org.jhotdraw8.draw.figure.ImageFigure
 
WIDTH - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
WIDTH - Static variable in interface org.jhotdraw8.draw.figure.RectangularFigure
 
WIDTH - Static variable in class org.jhotdraw8.draw.figure.SliceFigure
 
widthProperty() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
Width of a grid cell.
WINDOW - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Window background.
WINDOW - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
WINDOW_FRAME - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Window frame.
WINDOW_FRAME - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
WINDOW_TEXT - Static variable in interface org.jhotdraw8.draw.css.value.SystemColorName
Text in windows.
WINDOW_TEXT - Static variable in class org.jhotdraw8.draw.css.value.SystemCssColor
 
WordSetKey - Class in org.jhotdraw8.draw.key
WordSetKey.
WordSetKey(String) - Constructor for class org.jhotdraw8.draw.key.WordSetKey
Creates a new instance with the specified name and with null as the default value.
WordSetKey(String, ImmutableSet<String>) - Constructor for class org.jhotdraw8.draw.key.WordSetKey
Creates a new instance with the specified name, mask and default value.
WordSetStyleableKey - Class in org.jhotdraw8.draw.key
WordSetStyleableKey.
WordSetStyleableKey(String) - Constructor for class org.jhotdraw8.draw.key.WordSetStyleableKey
Creates a new instance with the specified name and with null as the default value.
WordSetStyleableKey(String, CssConverter<ImmutableSequencedSet<String>>, ImmutableSequencedSet<String>) - Constructor for class org.jhotdraw8.draw.key.WordSetStyleableKey
Creates a new instance with the specified name, mask and default value.
WordSetStyleableKey(String, ImmutableSequencedSet<String>) - Constructor for class org.jhotdraw8.draw.key.WordSetStyleableKey
Creates a new instance with the specified name, mask and default value.
worldToLocal(Point2D) - Method in interface org.jhotdraw8.draw.figure.Figure
Transforms the specified point from world coordinates into local coordinates.
worldToLocal(CssPoint2D) - Method in interface org.jhotdraw8.draw.figure.Figure
 
worldToParent(double, double) - Method in interface org.jhotdraw8.draw.figure.Figure
 
worldToParent(Point2D) - Method in interface org.jhotdraw8.draw.figure.Figure
Transforms the specified point from world coordinates into parent coordinates.
worldToView(double, double) - Method in interface org.jhotdraw8.draw.DrawingView
Converts world coordinates into view coordinates.
worldToView(Bounds) - Method in interface org.jhotdraw8.draw.DrawingView
Converts world coordinates into view coordinates.
worldToView(Point2D) - Method in interface org.jhotdraw8.draw.DrawingView
Converts world coordinates into view coordinates.
WRAPPING_WIDTH - Static variable in interface org.jhotdraw8.draw.figure.TextLayoutableFigure
Text wrapping width.
WritableRenderContext - Interface in org.jhotdraw8.draw.render
RenderContext.
write(OutputStream, URI, Drawing, WorkState<Void>) - Method in class org.jhotdraw8.draw.io.BitmapExportOutputFormat
 
write(OutputStream, URI, Drawing, WorkState<Void>) - Method in interface org.jhotdraw8.draw.io.OutputFormat
Writes a Drawing into an output stream.
write(OutputStream, URI, Drawing, WorkState<Void>) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
write(OutputStream, URI, Drawing, WorkState<Void>) - Method in class org.jhotdraw8.draw.io.XmlEncoderOutputFormat
 
write(URI, Drawing, WorkState<Void>) - Method in interface org.jhotdraw8.draw.io.OutputFormat
Writes a Drawing into the resource identified by the given URI.
write(URI, Writer, Drawing, WorkState<Void>) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
write(Path, Drawing, WorkState<Void>) - Method in class org.jhotdraw8.draw.io.BitmapExportOutputFormat
 
write(Path, Drawing, WorkState<Void>) - Method in interface org.jhotdraw8.draw.io.OutputFormat
Writes the drawing to the specified file.
write(Map<DataFormat, Object>, Drawing, Collection<Figure>) - Method in class org.jhotdraw8.draw.io.BitmapExportOutputFormat
 
write(Map<DataFormat, Object>, Drawing, Collection<Figure>) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
write(Map<DataFormat, Object>, Drawing) - Method in interface org.jhotdraw8.draw.input.ClipboardOutputFormat
Writes a Drawing into a clipboard
write(Map<DataFormat, Object>, Drawing, Collection<Figure>) - Method in interface org.jhotdraw8.draw.input.ClipboardOutputFormat
Writes a selection of figures from a Drawing into a clipboard
write(Map<DataFormat, Object>, Drawing, Collection<Figure>) - Method in class org.jhotdraw8.draw.input.MultiClipboardOutputFormat
 
writeClipping(XMLStreamWriter, Drawing, Collection<Figure>, URI) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
writeDocument(XMLStreamWriter, URI, Drawing) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
writeElementAttributes(XMLStreamWriter, Figure) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
writeNodeRecursively(XMLStreamWriter, Figure, int) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
writePage(Path, Page, Node, int, int, int) - Method in class org.jhotdraw8.draw.io.BitmapExportOutputFormat
 
writePage(Path, Page, Node, int, int, int) - Method in class org.jhotdraw8.draw.io.PrinterExportFormat
 
writePage(Path, Page, Node, int, int, int) - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
Writes a page.
writePages(Path, String, Drawing) - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 
writePages(Path, String, Drawing, List<Page>, Map<Key<?>, Object>) - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
Writes all pages of the drawing.
writeProcessingInstructions(XMLStreamWriter, Drawing) - Method in class org.jhotdraw8.draw.io.SimpleXmlWriter
 
writeSlice(Path, Slice, Node, double) - Method in class org.jhotdraw8.draw.io.BitmapExportOutputFormat
 
writeSlice(Path, Slice, Node, double) - Method in class org.jhotdraw8.draw.io.PrinterExportFormat
 
writeSlice(Path, Slice, Node, double) - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
Writes the node to the specified file as a Slice.
writeSlices(Path, Drawing) - Method in class org.jhotdraw8.draw.io.AbstractExportOutputFormat
 

X

X - Static variable in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
X - Static variable in class org.jhotdraw8.draw.figure.ImageFigure
 
X - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
X - Static variable in interface org.jhotdraw8.draw.figure.RectangularFigure
 
X - Static variable in class org.jhotdraw8.draw.figure.SliceFigure
 
x1 - Variable in class org.jhotdraw8.draw.tool.CreationTool
The rubber band.
x2 - Variable in class org.jhotdraw8.draw.tool.CreationTool
The rubber band.
XML_SERIALIZER_MIME_TYPE - Static variable in class org.jhotdraw8.draw.io.XmlEncoderOutputFormat
 
XmlEncoderOutputFormat - Class in org.jhotdraw8.draw.io
XMLEncoderOutputFormat.
XmlEncoderOutputFormat() - Constructor for class org.jhotdraw8.draw.io.XmlEncoderOutputFormat
 
XOR - Enum constant in enum class org.jhotdraw8.draw.figure.CombinedPathFigure.CagOperation
 
xProperty() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
The x-origin of the grid.

Y

Y - Static variable in class org.jhotdraw8.draw.figure.AbstractRegionFigure
 
Y - Static variable in class org.jhotdraw8.draw.figure.ImageFigure
 
Y - Static variable in class org.jhotdraw8.draw.figure.PageFigure
 
Y - Static variable in interface org.jhotdraw8.draw.figure.RectangularFigure
 
Y - Static variable in class org.jhotdraw8.draw.figure.SliceFigure
 
y1 - Variable in class org.jhotdraw8.draw.tool.CreationTool
The rubber band.
y2 - Variable in class org.jhotdraw8.draw.tool.CreationTool
The rubber band.
YELLOW - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
YELLOW - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
YELLOWGREEN - Static variable in interface org.jhotdraw8.draw.css.value.NamedColorName
 
YELLOWGREEN - Static variable in class org.jhotdraw8.draw.css.value.NamedCssColor
 
yProperty() - Method in class org.jhotdraw8.draw.constrain.GridConstrainer
The y-origin of the grid.

Z

ZERO - Static variable in class org.jhotdraw8.draw.css.value.CssDimension2D
 
ZERO - Static variable in class org.jhotdraw8.draw.css.value.CssInsets
 
ZERO - Static variable in class org.jhotdraw8.draw.css.value.CssPoint2D
 
ZERO - Static variable in class org.jhotdraw8.draw.css.value.CssPoint3D
 
ZERO - Static variable in class org.jhotdraw8.draw.css.value.CssRectangle2D
 
ZOOM_FACTOR_PROPERTY - Static variable in interface org.jhotdraw8.draw.DrawingView
The name of the scale factor property.
ZOOMABLE_SCROLL_PANE_BACKGROUND_STYLE_CLASS - Static variable in class org.jhotdraw8.draw.gui.ZoomableScrollPane
The style class of the ZoomableScrollPane is "jhotdraw8-zoomable-scroll-pane-background".
ZOOMABLE_SCROLL_PANE_FOREGROUND_STYLE_CLASS - Static variable in class org.jhotdraw8.draw.gui.ZoomableScrollPane
The style class of the ZoomableScrollPane is "jhotdraw8-zoomable-scroll-pane-foreground".
ZOOMABLE_SCROLL_PANE_STYLE_CLASS - Static variable in class org.jhotdraw8.draw.gui.ZoomableScrollPane
The style class of the ZoomableScrollPane is "jhotdraw8-zoomable-scroll-pane".
ZOOMABLE_SCROLL_PANE_SUBSCENE_STYLE_CLASS - Static variable in class org.jhotdraw8.draw.gui.ZoomableScrollPane
The style class of the ZoomableScrollPane is "jhotdraw8-zoomable-scroll-pane-subscene".
ZOOMABLE_SCROLL_PANE_VIEWPORT_STYLE_CLASS - Static variable in class org.jhotdraw8.draw.gui.ZoomableScrollPane
The style class of the ZoomableScrollPane is "jhotdraw8-zoomable-scroll-pane-viewpprt".
ZoomableScrollPane - Class in org.jhotdraw8.draw.gui
A ScrollPane that also supports zooming.
ZoomableScrollPane() - Constructor for class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
zoomFactorProperty() - Method in interface org.jhotdraw8.draw.DrawingView
The scale factor of the drawing view.
zoomFactorProperty() - Method in class org.jhotdraw8.draw.gui.ZoomableScrollPane
 
zoomFactorProperty() - Method in class org.jhotdraw8.draw.inspector.ZoomToolbar
Defines the factor by which the drawing view should be zoomed.
zoomFactorProperty() - Method in class org.jhotdraw8.draw.render.InteractiveDrawingRenderer
 
zoomFactorProperty() - Method in class org.jhotdraw8.draw.SimpleDrawingView
 
ZoomToolbar - Class in org.jhotdraw8.draw.inspector
FXML Controller class
ZoomToolbar() - Constructor for class org.jhotdraw8.draw.inspector.ZoomToolbar
 
ZoomToolbar(URL) - Constructor for class org.jhotdraw8.draw.inspector.ZoomToolbar
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form