Serialized Form
-
Package org.jhotdraw8.draw.figure
-
Class org.jhotdraw8.draw.figure.FigurePropertyChangeEvent
class FigurePropertyChangeEvent extends org.jhotdraw8.base.event.Event<Figure> implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jhotdraw8.draw.handle
-
Class org.jhotdraw8.draw.handle.HandleEvent
class HandleEvent extends org.jhotdraw8.base.event.Event<Handle> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
HandleEvent.EventType eventType
-
-
-
Package org.jhotdraw8.draw.key
-
Class org.jhotdraw8.draw.key.AbstractMapAccessor
class AbstractMapAccessor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultValue
@Nullable T defaultValue
Holds the default value. -
name
@NonNull String name
Holds a String representation of the name. -
subAccessors
@NonNull ImmutableSequencedSet<MapAccessor<?>> subAccessors
-
type
@NonNull Type type
This variable is used as a "type token" so that we can check for assignability of attribute values at runtime.
-
-
Class org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.AbstractStyleableKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
class AbstractStyleableMapAccessor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cssName
@NonNull String cssName
-
defaultValue
@Nullable T defaultValue
Holds the default value. -
name
@NonNull String name
Holds a String representation of the name. -
subAccessors
@NonNull ImmutableSequencedSet<MapAccessor<?>> subAccessors
-
type
@NonNull Type type
This variable is used as a "type token" so that we can check for assignability of attribute values at runtime.
-
-
Class org.jhotdraw8.draw.key.BoundingBoxMapAccessor
class BoundingBoxMapAccessor extends AbstractMapAccessor<javafx.geometry.BoundingBox> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
heightKey
@NonNull MapAccessor<Double> heightKey
-
widthKey
@NonNull MapAccessor<Double> widthKey
-
xKey
@NonNull MapAccessor<Double> xKey
-
yKey
@NonNull MapAccessor<Double> yKey
-
-
Class org.jhotdraw8.draw.key.BoundingBoxStyleableMapAccessor
class BoundingBoxStyleableMapAccessor extends AbstractStyleableMapAccessor<javafx.geometry.BoundingBox> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
@NonNull org.jhotdraw8.base.converter.Converter<javafx.geometry.BoundingBox> converter
-
heightKey
@NonNull MapAccessor<Double> heightKey
-
widthKey
@NonNull MapAccessor<Double> widthKey
-
xKey
@NonNull MapAccessor<Double> xKey
-
yKey
@NonNull MapAccessor<Double> yKey
-
-
Class org.jhotdraw8.draw.key.CssDimension2DStyleableKey
class CssDimension2DStyleableKey extends AbstractStyleableKey<@NonNull CssDimension2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<@NonNull CssDimension2D> converter
-
-
Class org.jhotdraw8.draw.key.CssInsetsStyleableMapAccessor
class CssInsetsStyleableMapAccessor extends AbstractStyleableMapAccessor<@NonNull CssInsets> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bottomKey
@NonNull NonNullMapAccessor<CssSize> bottomKey
-
converter
org.jhotdraw8.base.converter.Converter<CssInsets> converter
-
leftKey
@NonNull NonNullMapAccessor<CssSize> leftKey
-
rightKey
@NonNull NonNullMapAccessor<CssSize> rightKey
-
topKey
@NonNull NonNullMapAccessor<CssSize> topKey
-
-
Class org.jhotdraw8.draw.key.CssPoint2DStyleableKey
class CssPoint2DStyleableKey extends AbstractStyleableKey<@NonNull CssPoint2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<@NonNull CssPoint2D> converter
-
-
Class org.jhotdraw8.draw.key.CssPoint2DStyleableMapAccessor
class CssPoint2DStyleableMapAccessor extends AbstractStyleableMapAccessor<@NonNull CssPoint2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<@NonNull CssPoint2D> converter
-
xKey
@NonNull NonNullMapAccessor<CssSize> xKey
-
yKey
@NonNull NonNullMapAccessor<CssSize> yKey
-
-
Class org.jhotdraw8.draw.key.CssRectangle2DStyleableMapAccessor
class CssRectangle2DStyleableMapAccessor extends AbstractStyleableMapAccessor<@NonNull CssRectangle2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<CssRectangle2D> converter
-
heightKey
@NonNull NonNullMapAccessor<CssSize> heightKey
-
widthKey
@NonNull NonNullMapAccessor<CssSize> widthKey
-
xKey
@NonNull NonNullMapAccessor<CssSize> xKey
-
yKey
@NonNull NonNullMapAccessor<CssSize> yKey
-
-
Class org.jhotdraw8.draw.key.CssSizeStyleableKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.DefaultableStyleableKey
class DefaultableStyleableKey extends AbstractStyleableKey<@NonNull CssDefaultableValue<T>> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
@NonNull org.jhotdraw8.base.converter.Converter<@NonNull CssDefaultableValue<T>> converter
-
initialValue
T initialValue
-
-
Class org.jhotdraw8.draw.key.DoubleListStyleableKey
class DoubleListStyleableKey extends AbstractStyleableKey<ImmutableList<Double>> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<ImmutableList<Double>> converter
-
-
Class org.jhotdraw8.draw.key.DoubleStyleableKey
-
Class org.jhotdraw8.draw.key.EffectStyleableKey
class EffectStyleableKey extends AbstractStyleableKey<javafx.scene.effect.Effect> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
EffectCssConverter converter
-
-
Class org.jhotdraw8.draw.key.FontStyleableMapAccessor
class FontStyleableMapAccessor extends AbstractStyleableMapAccessor<@NonNull CssFont> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<CssFont> converter
-
familyKey
@NonNull MapAccessor<String> familyKey
-
postureKey
@NonNull MapAccessor<javafx.scene.text.FontPosture> postureKey
-
sizeKey
@NonNull MapAccessor<@NonNull CssSize> sizeKey
-
weightKey
@NonNull MapAccessor<javafx.scene.text.FontWeight> weightKey
-
-
Class org.jhotdraw8.draw.key.InsetsStyleableKey
class InsetsStyleableKey extends AbstractStyleableKey<javafx.geometry.Insets> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<javafx.geometry.Insets> converter
-
-
Class org.jhotdraw8.draw.key.InsetsStyleableMapAccessor
class InsetsStyleableMapAccessor extends AbstractStyleableMapAccessor<javafx.geometry.Insets> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bottomKey
@NonNull MapAccessor<Double> bottomKey
-
converter
@NonNull org.jhotdraw8.base.converter.Converter<javafx.geometry.Insets> converter
-
leftKey
@NonNull MapAccessor<Double> leftKey
-
rightKey
@NonNull MapAccessor<Double> rightKey
-
topKey
@NonNull MapAccessor<Double> topKey
-
-
Class org.jhotdraw8.draw.key.NonNullBooleanStyleableKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NonNullEnumStyleableKey
class NonNullEnumStyleableKey extends NonNullObjectStyleableKey<T extends Enum<T>> implements Serializable- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NonNullListStyleableKey
class NonNullListStyleableKey extends AbstractReadOnlyStyleableKey<ImmutableList<T>> implements Serializable- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NonNullObjectStyleableKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NonNullSetStyleableKey
class NonNullSetStyleableKey extends AbstractReadOnlyStyleableKey<ImmutableSequencedSet<T>> implements Serializable- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NullableAwtSvgPathStyleableKey
class NullableAwtSvgPathStyleableKey extends AbstractStyleableKey<Path2D.Double> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
@NonNull org.jhotdraw8.base.converter.Converter<Path2D.Double> converter
-
-
Class org.jhotdraw8.draw.key.NullableBezierPathStyleableKey
class NullableBezierPathStyleableKey extends AbstractStyleableKey<BezierPath> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<BezierPath> converter
-
-
Class org.jhotdraw8.draw.key.NullableBooleanStyleableKey
- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<Boolean> converter
-
-
Class org.jhotdraw8.draw.key.NullableCssColorStyleableKey
- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<CssColor> converter
-
-
Class org.jhotdraw8.draw.key.NullableCssRectangle2DStyleableMapAccessor
class NullableCssRectangle2DStyleableMapAccessor extends AbstractStyleableMapAccessor<@Nullable CssRectangle2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<CssRectangle2D> converter
-
heightKey
@NonNull MapAccessor<CssSize> heightKey
-
widthKey
@NonNull MapAccessor<CssSize> widthKey
-
xKey
@NonNull MapAccessor<CssSize> xKey
-
yKey
@NonNull MapAccessor<CssSize> yKey
-
-
Class org.jhotdraw8.draw.key.NullableCssSizeStyleableKey
- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<CssSize> converter
-
-
Class org.jhotdraw8.draw.key.NullableDoubleStyleableKey
- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<Double> converter
-
-
Class org.jhotdraw8.draw.key.NullableEnumStyleableKey
class NullableEnumStyleableKey extends NullableObjectStyleableKey<T extends Enum<T>> implements Serializable- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NullableFXPathElementsStyleableKey
class NullableFXPathElementsStyleableKey extends AbstractStyleableKey<ImmutableList<javafx.scene.shape.PathElement>> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
@NonNull org.jhotdraw8.base.converter.Converter<ImmutableList<javafx.scene.shape.PathElement>> converter
-
-
Class org.jhotdraw8.draw.key.NullableIntegerStyleableKey
class NullableIntegerStyleableKey extends NullableObjectStyleableKey<Integer> implements Serializable- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NullableListStyleableKey
class NullableListStyleableKey extends AbstractReadOnlyStyleableKey<ImmutableList<T>> implements Serializable- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NullableObjectStyleableKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NullablePaintableStyleableKey
- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<Paintable> converter
-
-
Class org.jhotdraw8.draw.key.NullablePathMetricsStyleableKey
class NullablePathMetricsStyleableKey extends AbstractStyleableKey<PathMetrics> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<PathMetrics> converter
-
-
Class org.jhotdraw8.draw.key.NullablePoint2DStyleableKey
class NullablePoint2DStyleableKey extends AbstractStyleableKey<javafx.geometry.Point2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<javafx.geometry.Point2D> converter
-
-
Class org.jhotdraw8.draw.key.NullableSetStyleableKey
class NullableSetStyleableKey extends AbstractReadOnlyStyleableKey<ImmutableSequencedSet<T>> implements Serializable- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NullableStringStyleableKey
- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
@NonNull StringCssConverter converter
-
-
Class org.jhotdraw8.draw.key.NullableSvgPathStyleableKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.NullableUriStyleableKey
- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<URI> converter
-
-
Class org.jhotdraw8.draw.key.NulllableBooleanStyleableKey
class NulllableBooleanStyleableKey extends NullableObjectStyleableKey<Boolean> implements Serializable- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.PaperSizeStyleableMapAccessor
class PaperSizeStyleableMapAccessor extends AbstractStyleableMapAccessor<CssDimension2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<CssDimension2D> converter
-
heightKey
@NonNull NonNullMapAccessor<CssSize> heightKey
-
widthKey
@NonNull NonNullMapAccessor<CssSize> widthKey
-
-
Class org.jhotdraw8.draw.key.Point2DListStyleableKey
class Point2DListStyleableKey extends AbstractStyleableKey<@NonNull ImmutableList<@NonNull javafx.geometry.Point2D>> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
@NonNull org.jhotdraw8.base.converter.Converter<ImmutableList<@NonNull javafx.geometry.Point2D>> converter
-
-
Class org.jhotdraw8.draw.key.Point2DStyleableKey
class Point2DStyleableKey extends AbstractStyleableKey<javafx.geometry.Point2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<javafx.geometry.Point2D> converter
-
-
Class org.jhotdraw8.draw.key.Point2DStyleableMapAccessor
class Point2DStyleableMapAccessor extends AbstractStyleableMapAccessor<javafx.geometry.Point2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<javafx.geometry.Point2D> converter
-
xKey
@NonNull NonNullMapAccessor<Double> xKey
-
yKey
@NonNull NonNullMapAccessor<Double> yKey
-
-
Class org.jhotdraw8.draw.key.Point3DStyleableMapAccessor
class Point3DStyleableMapAccessor extends AbstractStyleableMapAccessor<@NonNull javafx.geometry.Point3D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<javafx.geometry.Point3D> converter
-
xKey
@NonNull MapAccessor<Double> xKey
-
yKey
@NonNull MapAccessor<Double> yKey
-
zKey
@NonNull MapAccessor<Double> zKey
-
-
Class org.jhotdraw8.draw.key.Rectangle2DMapAccessor
class Rectangle2DMapAccessor extends AbstractMapAccessor<javafx.geometry.Rectangle2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
heightKey
@NonNull MapAccessor<Double> heightKey
-
widthKey
@NonNull MapAccessor<Double> widthKey
-
xKey
@NonNull MapAccessor<Double> xKey
-
yKey
@NonNull MapAccessor<Double> yKey
-
-
Class org.jhotdraw8.draw.key.Rectangle2DStyleableKey
class Rectangle2DStyleableKey extends AbstractStyleableKey<javafx.geometry.Rectangle2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<javafx.geometry.Rectangle2D> converter
-
-
Class org.jhotdraw8.draw.key.Rectangle2DStyleableMapAccessor
class Rectangle2DStyleableMapAccessor extends AbstractStyleableMapAccessor<@NonNull javafx.geometry.Rectangle2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<javafx.geometry.Rectangle2D> converter
-
heightKey
@NonNull NonNullMapAccessor<Double> heightKey
-
widthKey
@NonNull NonNullMapAccessor<Double> widthKey
-
xKey
@NonNull NonNullMapAccessor<Double> xKey
-
yKey
@NonNull NonNullMapAccessor<Double> yKey
-
-
Class org.jhotdraw8.draw.key.RegexStyleableKey
class RegexStyleableKey extends AbstractStyleableKey<org.jhotdraw8.base.text.RegexReplace> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
@NonNull RegexCssConverter converter
-
-
Class org.jhotdraw8.draw.key.Scale2DStyleableMapAccessor
class Scale2DStyleableMapAccessor extends AbstractStyleableMapAccessor<javafx.geometry.Point2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<javafx.geometry.Point2D> converter
-
xKey
@NonNull MapAccessor<Double> xKey
-
yKey
@NonNull MapAccessor<Double> yKey
-
-
Class org.jhotdraw8.draw.key.Scale3DStyleableMapAccessor
class Scale3DStyleableMapAccessor extends AbstractStyleableMapAccessor<@NonNull javafx.geometry.Point3D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<javafx.geometry.Point3D> converter
-
xKey
@NonNull MapAccessor<Double> xKey
-
yKey
@NonNull MapAccessor<Double> yKey
-
zKey
@NonNull MapAccessor<Double> zKey
-
-
Class org.jhotdraw8.draw.key.StringOrIdentStyleableKey
class StringOrIdentStyleableKey extends AbstractStyleableKey<@NonNull String> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<String> converter
-
-
Class org.jhotdraw8.draw.key.StringReadOnlyStyleableKey
- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
@NonNull StringCssConverter converter
-
-
Class org.jhotdraw8.draw.key.StringStyleableKey
- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
@NonNull StringCssConverter converter
-
-
Class org.jhotdraw8.draw.key.StrokeStyleableMapAccessor
class StrokeStyleableMapAccessor extends AbstractStyleableMapAccessor<CssStrokeStyle> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<CssStrokeStyle> converter
-
dashArrayKey
@NonNull MapAccessor<ImmutableList<CssSize>> dashArrayKey
-
dashOffsetKey
@NonNull MapAccessor<CssSize> dashOffsetKey
-
lineCapKey
@NonNull MapAccessor<javafx.scene.shape.StrokeLineCap> lineCapKey
-
lineJoinKey
@NonNull MapAccessor<javafx.scene.shape.StrokeLineJoin> lineJoinKey
-
miterLimitKey
@NonNull MapAccessor<CssSize> miterLimitKey
-
typeKey
@NonNull MapAccessor<javafx.scene.shape.StrokeType> typeKey
-
-
Class org.jhotdraw8.draw.key.SymmetricCssPoint2DStyleableMapAccessor
class SymmetricCssPoint2DStyleableMapAccessor extends AbstractStyleableMapAccessor<@NonNull CssPoint2D> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
@NonNull org.jhotdraw8.base.converter.Converter<@NonNull CssPoint2D> converter
-
xKey
@NonNull NonNullMapAccessor<@NonNull CssSize> xKey
-
yKey
@NonNull NonNullMapAccessor<@NonNull CssSize> yKey
-
-
Class org.jhotdraw8.draw.key.SymmetricPoint2DStyleableMapAccessor
class SymmetricPoint2DStyleableMapAccessor extends Point2DStyleableMapAccessor implements Serializable- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.TransformListStyleableKey
class TransformListStyleableKey extends AbstractStyleableKey<ImmutableList<javafx.scene.transform.Transform>> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
org.jhotdraw8.base.converter.Converter<ImmutableList<javafx.scene.transform.Transform>> converter
-
-
Class org.jhotdraw8.draw.key.WordSetKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.draw.key.WordSetStyleableKey
- serialVersionUID:
- 1L
-
-
Package org.jhotdraw8.draw.model
-
Class org.jhotdraw8.draw.model.DrawingModelEvent
class DrawingModelEvent extends org.jhotdraw8.base.event.Event<DrawingModel> implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jhotdraw8.draw.tool
-
Class org.jhotdraw8.draw.tool.ToolEvent
class ToolEvent extends org.jhotdraw8.base.event.Event<Tool> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
ToolEvent.EventType eventType
-
-
-
Package org.jhotdraw8.draw.undo
-
Class org.jhotdraw8.draw.undo.DrawingModelEventUndoableEdit
class DrawingModelEventUndoableEdit extends AbstractUndoableEdit implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
event
@NonNull DrawingModelEvent event
-
-
Class org.jhotdraw8.draw.undo.RecreateHandlesEdit
class RecreateHandlesEdit extends AbstractUndoableEdit implements Serializable-
Serialized Fields
-
drawingView
@NonNull DrawingView drawingView
-
-
-
Class org.jhotdraw8.draw.undo.TreeModelEventUndoableEdit
class TreeModelEventUndoableEdit extends AbstractUndoableEdit implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
event
@NonNull TreeModelEvent<T> event
-
-