Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractFXSvgWriter - Class in org.jhotdraw8.svg.io
- AbstractFXSvgWriter(Object, Object) - Constructor for class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- AbstractSvgGradientFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'linearGradient' element.
- AbstractSvgGradientFigure() - Constructor for class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
- applySvgDefaultableCompositingProperties(RenderContext, Node) - Method in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
Updates a figure node with all effect properties defined in this interface.
- applySvgDefaultableFillProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
Applies fill properties to a
Shapenode. - applySvgDefaultableStrokeProperties(RenderContext, Shape) - Method in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
Applies stroke properties to a
Shapenode. - applySvgShapeProperties(RenderContext, Shape, Shape) - Method in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
- applyTransformableFigureProperties(RenderContext, Node) - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
-
Updates a figure node with all transformation properties defined in this interface.
- AUTO - Enum constant in enum class org.jhotdraw8.svg.text.SvgShapeRendering
B
- BASE_PROFILE - Static variable in class org.jhotdraw8.svg.figure.SvgDrawing
- BLOCK - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- BOUNDS - Static variable in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
C
- CACHE - Static variable in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- CENTERED - Static variable in class org.jhotdraw8.svg.text.SvgStrokeAlignmentConverter
- clearErrors() - Method in class org.jhotdraw8.svg.io.FigureSvgTinyReader
-
Clears the errors list.
- clearTransforms() - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- COLLAPSE - Enum constant in enum class org.jhotdraw8.svg.text.SvgVisibility
- color() - Method in record class org.jhotdraw8.svg.figure.SvgStop
-
Returns the value of the
colorrecord component. - COLOR_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
color.
- COMPACT - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- computeLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
-
Computes the bounds of the node for layout calculations.
- computeLayoutBounds(RenderContext, Text) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- CONVERT_TEXT_TO_PATH_KEY - Static variable in interface org.jhotdraw8.svg.io.SvgSceneGraphWriter
- createDialog(DataFormat) - Static method in class org.jhotdraw8.svg.gui.SvgDrawingExportOptionsPane
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgCircleFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgDefsFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgGFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgLineFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgPathFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgPolygonFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgPolylineFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgRectFigure
- createNode(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- CRISP_EDGES - Enum constant in enum class org.jhotdraw8.svg.text.SvgShapeRendering
- CURRENT_COLOR_KEYWORD - Static variable in class org.jhotdraw8.svg.text.SvgCssPaintableConverter
-
The currentColor keyword.
- CX - Static variable in class org.jhotdraw8.svg.figure.SvgCircleFigure
- CX - Static variable in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- CX - Static variable in class org.jhotdraw8.svg.figure.SvgRadialGradientFigure
- CY - Static variable in class org.jhotdraw8.svg.figure.SvgCircleFigure
- CY - Static variable in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- CY - Static variable in class org.jhotdraw8.svg.figure.SvgRadialGradientFigure
D
- D - Static variable in class org.jhotdraw8.svg.figure.SvgPathFigure
- DESC_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgElementFigure
-
desc.
- DESC_PROPERTY_NAME - Static variable in interface org.jhotdraw8.svg.io.SvgSceneGraphWriter
-
If
Node.getProperties()contains a String property with this name, theSvgSceneGraphExporterexports a <desc> element with the property value as its content. - DISPLAY_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
display.
E
- END - Enum constant in enum class org.jhotdraw8.svg.text.SvgTextAnchor
- equals(Object) - Method in record class org.jhotdraw8.svg.figure.SvgStop
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.jhotdraw8.svg.text.SvgFontSize
-
Indicates whether some other object is "equal to" this one.
- EXPORT_INVISIBLE_ELEMENTS_KEY - Static variable in interface org.jhotdraw8.svg.io.SvgSceneGraphWriter
F
- FigureSvgTinyReader - Class in org.jhotdraw8.svg.io
-
Reads an SVG "Tiny" 1.2 file and creates Figure objects from it.
- FigureSvgTinyReader() - Constructor for class org.jhotdraw8.svg.io.FigureSvgTinyReader
- FILL_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
fill.
- FILL_OPACITY_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
fill-opacity.
- FILL_RULE_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
fill-rule.
- findConnector(Point2D, Figure, double) - Method in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- flattenTransforms() - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- FONT_FAMILY_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
font-family.
- FONT_SIZE_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
font-size.
- FXSvgFullWriter - Class in org.jhotdraw8.svg.io
-
Exports a JavaFX scene graph to SVG 1.1 "Full".
- FXSvgFullWriter(Object, Object) - Constructor for class org.jhotdraw8.svg.io.FXSvgFullWriter
- FXSvgTinyReader - Class in org.jhotdraw8.svg.io
-
Reads an SVG "Tiny" 1.2 file and creates JavaFX nodes from it.
- FXSvgTinyReader() - Constructor for class org.jhotdraw8.svg.io.FXSvgTinyReader
- FXSvgTinyWriter - Class in org.jhotdraw8.svg.io
-
Exports a JavaFX scene graph to SVG Tiny 1.2.
- FXSvgTinyWriter(Object, Object) - Constructor for class org.jhotdraw8.svg.io.FXSvgTinyWriter
G
- GENERIC_FONT_FAMILY_CURSIVE - Static variable in class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- GENERIC_FONT_FAMILY_FANTASY - Static variable in class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- GENERIC_FONT_FAMILY_MONOSPACE - Static variable in class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- GENERIC_FONT_FAMILY_SANS_SERIF - Static variable in class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- GENERIC_FONT_FAMILY_SERIF - Static variable in class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- GEOMETRIC_PRECISION - Enum constant in enum class org.jhotdraw8.svg.text.SvgShapeRendering
- getAdditionalNodeClasses(Node) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- getAdditionalNodeClasses(Node) - Method in class org.jhotdraw8.svg.io.FXSvgFullWriter
- getAdditionalNodeClasses(Node) - Method in class org.jhotdraw8.svg.io.FXSvgTinyWriter
- getBoundsInLocal() - Method in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- getBoundsInLocal() - Method in class org.jhotdraw8.svg.figure.SvgCircleFigure
- getBoundsInLocal() - Method in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- getBoundsInLocal() - Method in class org.jhotdraw8.svg.figure.SvgLineFigure
- getBoundsInLocal() - Method in class org.jhotdraw8.svg.figure.SvgPathFigure
- getBoundsInLocal() - Method in class org.jhotdraw8.svg.figure.SvgPolygonFigure
- getBoundsInLocal() - Method in class org.jhotdraw8.svg.figure.SvgPolylineFigure
- getBoundsInLocal() - Method in class org.jhotdraw8.svg.figure.SvgRectFigure
- getBoundsInLocal() - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- getCachedLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- getConvertedValue(Figure, UnitConverter) - Method in record class org.jhotdraw8.svg.text.SvgFontSize
- getCopyOfErrors() - Method in class org.jhotdraw8.svg.io.FigureSvgTinyReader
-
Gets a copy of the errors list.
- getCssConverter() - Method in class org.jhotdraw8.svg.key.SvgDefaultablePaintStyleableKey
- getCssLayoutBounds() - Method in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- getCssLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgCircleFigure
- getCssLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- getCssLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgLineFigure
- getCssLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgPathFigure
- getCssLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgPolygonFigure
- getCssLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgPolylineFigure
- getCssLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgRectFigure
- getCssLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- getDeclaredKeys() - Static method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- getDefaultableStyled(StyleOrigin, SvgDefaultablePaintStyleableMapAccessor<T>) - Method in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
- getDefaultableStyled(SvgDefaultablePaintStyleableMapAccessor<T>) - Method in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
Returns the styled value.
- getDefaultValue() - Method in class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- getExportOptions() - Method in class org.jhotdraw8.svg.gui.SvgDrawingExportOptionsPane
-
Returns a new map.
- getExtension() - Method in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- getFormat() - Method in class org.jhotdraw8.svg.gui.SvgDrawingExportOptionsPane
- getHelpText() - Method in class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- getHelpText() - Method in class org.jhotdraw8.svg.text.SvgCssPaintableConverter
- getHelpText() - Method in class org.jhotdraw8.svg.text.SvgFontSizeConverter
- getHelpText() - Method in class org.jhotdraw8.svg.text.SvgStrokeAlignmentConverter
- getHelpText() - Method in class org.jhotdraw8.svg.text.SvgTransformConverter
- getHelpText() - Method in class org.jhotdraw8.svg.text.SvgXmlPaintableConverter
- getInitialValue() - Method in class org.jhotdraw8.svg.key.SvgDefaultablePaintStyleableKey
-
Returns the initial value of the attribute.
- getInitialValue() - Method in interface org.jhotdraw8.svg.key.SvgDefaultablePaintStyleableMapAccessor
- getInverseTransform() - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- getLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgCircleFigure
- getLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- getLayoutBounds() - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- getLocalToParent() - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- getLocalToParent(boolean) - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- getLocalToParentAsList(boolean) - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- getPaint() - Method in class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
- getPaint(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgLinearGradientFigure
- getPaint(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgRadialGradientFigure
- getParentToLocal() - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- getParentToLocal(boolean) - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.svg.figure.SvgCircleFigure
- getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.svg.figure.SvgLineFigure
- getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.svg.figure.SvgPathFigure
- getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.svg.figure.SvgPolygonFigure
- getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.svg.figure.SvgPolylineFigure
- getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.svg.figure.SvgRectFigure
- getPathIterator(RenderContext, AffineTransform) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- getStops(ImmutableList<SvgStop>) - Method in class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
- getSvgBaseProfile() - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- getSvgBaseProfile() - Method in class org.jhotdraw8.svg.io.FXSvgFullWriter
- getSvgBaseProfile() - Method in class org.jhotdraw8.svg.io.FXSvgTinyWriter
- getSvgVersion() - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- getSvgVersion() - Method in class org.jhotdraw8.svg.io.FXSvgFullWriter
- getSvgVersion() - Method in class org.jhotdraw8.svg.io.FXSvgTinyWriter
- getText(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- getTextBounds(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
-
Returns the bounds of the text node for layout calculations.
- getTransform() - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgCircleFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgDefsFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgDrawing
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgGFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgLinearGradientFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgLineFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgPathFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgPolygonFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgPolylineFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgRadialGradientFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgRectFigure
- getTypeSelector() - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- GRADIENT_UNITS - Static variable in class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
H
- hasCenterTransforms() - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- hashCode() - Method in record class org.jhotdraw8.svg.figure.SvgStop
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.jhotdraw8.svg.text.SvgFontSize
-
Returns a hash code value for this object.
- hasTransforms() - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- HEIGHT - Static variable in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- HEIGHT - Static variable in class org.jhotdraw8.svg.figure.SvgRectFigure
- HIDDEN - Enum constant in enum class org.jhotdraw8.svg.text.SvgVisibility
I
- idFactory - Variable in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- INLINE - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- INLINE_TABLE - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- INSIDE - Static variable in class org.jhotdraw8.svg.text.SvgStrokeAlignmentConverter
- isBestEffort() - Method in class org.jhotdraw8.svg.io.FigureSvgTinyReader
-
Returns true if the reader runs in best effort mode.
- isConvertTextToPath() - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- isExportInvisibleElements() - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- isNullable() - Method in class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- isRelativizePaths() - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- isResolutionIndependent() - Method in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- isSuitableChild(Figure) - Method in class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
- isSuitableChild(Figure) - Method in class org.jhotdraw8.svg.figure.SvgDefsFigure
- isSuitableChild(Figure) - Method in class org.jhotdraw8.svg.figure.SvgDrawing
- isSuitableChild(Figure) - Method in class org.jhotdraw8.svg.figure.SvgGFigure
- isSuitableParent(Figure) - Method in class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
- isSuitableParent(Figure) - Method in class org.jhotdraw8.svg.figure.SvgDefsFigure
- isSuitableParent(Figure) - Method in class org.jhotdraw8.svg.figure.SvgGFigure
K
- keyword() - Method in record class org.jhotdraw8.svg.text.SvgFontSize
-
Returns the value of the
keywordrecord component.
L
- LARGE - Enum constant in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
- LARGER - Enum constant in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
- layout(RenderContext) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- length() - Method in record class org.jhotdraw8.svg.text.SvgFontSize
-
Returns the value of the
lengthrecord component. - LIST_ITEM - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
M
- MARKER - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- MEDIUM - Enum constant in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
- MIDDLE - Enum constant in enum class org.jhotdraw8.svg.text.SvgTextAnchor
- MIX_BLEND_MODE_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
mix-blend-mode.
N
- nb - Variable in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- nbf - Variable in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- nbi - Variable in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- needsIdResolver() - Method in class org.jhotdraw8.svg.text.SvgXmlPaintableConverter
O
- OBJECT_BOUNDING_BOX - Enum constant in enum class org.jhotdraw8.svg.text.SvgGradientUnits
- offset() - Method in record class org.jhotdraw8.svg.figure.SvgStop
-
Returns the value of the
offsetrecord component. - opacity() - Method in record class org.jhotdraw8.svg.figure.SvgStop
-
Returns the value of the
opacityrecord component. - OPACITY_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
opacity.
- OPTIMIZE_SPEED - Enum constant in enum class org.jhotdraw8.svg.text.SvgShapeRendering
- org.jhotdraw8.svg - module org.jhotdraw8.svg
-
Provides SVG interoperability for drawing editors.
- org.jhotdraw8.svg.draw.figure - package org.jhotdraw8.svg.draw.figure
- org.jhotdraw8.svg.figure - package org.jhotdraw8.svg.figure
-
Provides Figures that represent SVG elements.
- org.jhotdraw8.svg.gui - package org.jhotdraw8.svg.gui
- org.jhotdraw8.svg.io - package org.jhotdraw8.svg.io
- org.jhotdraw8.svg.key - package org.jhotdraw8.svg.key
- org.jhotdraw8.svg.text - package org.jhotdraw8.svg.text
-
Provides utility classes for converting texts from/to SVG XML attributes.
- OUTSIDE - Static variable in class org.jhotdraw8.svg.text.SvgStrokeAlignmentConverter
P
- parse(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.svg.text.SvgCssPaintableConverter
- parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.svg.text.SvgFontSizeConverter
- parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.svg.text.SvgStrokeAlignmentConverter
- parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.svg.text.SvgTransformConverter
- parseNonNull(CssTokenizer, IdResolver) - Method in class org.jhotdraw8.svg.text.SvgXmlPaintableConverter
- PATH_LENGTH - Static variable in interface org.jhotdraw8.svg.figure.SvgPathLengthFigure
-
pathLength.
- POINTS - Static variable in class org.jhotdraw8.svg.figure.SvgPolygonFigure
- POINTS - Static variable in class org.jhotdraw8.svg.figure.SvgPolylineFigure
- produceTokens(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.svg.text.SvgCssPaintableConverter
- produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.svg.text.SvgFontSizeConverter
- produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.svg.text.SvgPaintCssConverter
- produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.svg.text.SvgStrokeAlignmentConverter
- produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.svg.text.SvgTransformConverter
- produceTokensNonNull(TT, IdSupplier, Consumer<CssToken>) - Method in class org.jhotdraw8.svg.text.SvgXmlPaintableConverter
R
- R - Static variable in class org.jhotdraw8.svg.figure.SvgCircleFigure
- R - Static variable in class org.jhotdraw8.svg.figure.SvgRadialGradientFigure
- read(URL) - Method in class org.jhotdraw8.svg.io.FigureSvgTinyReader
- read(URL) - Method in class org.jhotdraw8.svg.io.FXSvgTinyReader
- read(Path) - Method in class org.jhotdraw8.svg.io.FigureSvgTinyReader
- read(Path) - Method in class org.jhotdraw8.svg.io.FXSvgTinyReader
- read(Source) - Method in class org.jhotdraw8.svg.io.FigureSvgTinyReader
-
Warning: this method does not close the input source.
- read(Source) - Method in class org.jhotdraw8.svg.io.FXSvgTinyReader
-
The reader does not close the provided source.
- read(Source, Map<MapAccessor<?>, Object>) - Method in class org.jhotdraw8.svg.io.FXSvgTinyReader
-
The reader does not close the provided source.
- RELATIVIZE_PATHS - Static variable in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- RELATIVIZE_PATHS_KEY - Static variable in interface org.jhotdraw8.svg.io.SvgSceneGraphWriter
- reshapeInLocal(double, double, double, double) - Method in class org.jhotdraw8.svg.figure.SvgCircleFigure
- reshapeInLocal(double, double, double, double) - Method in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- reshapeInLocal(double, double, double, double) - Method in class org.jhotdraw8.svg.figure.SvgLineFigure
- reshapeInLocal(double, double, double, double) - Method in class org.jhotdraw8.svg.figure.SvgPathFigure
- reshapeInLocal(double, double, double, double) - Method in class org.jhotdraw8.svg.figure.SvgPolygonFigure
- reshapeInLocal(double, double, double, double) - Method in class org.jhotdraw8.svg.figure.SvgPolylineFigure
- reshapeInLocal(double, double, double, double) - Method in class org.jhotdraw8.svg.figure.SvgRectFigure
- reshapeInLocal(Transform) - Method in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- reshapeInLocal(Transform) - Method in class org.jhotdraw8.svg.figure.SvgLineFigure
- reshapeInLocal(Transform) - Method in class org.jhotdraw8.svg.figure.SvgPathFigure
- reshapeInLocal(Transform) - Method in class org.jhotdraw8.svg.figure.SvgPolygonFigure
- reshapeInLocal(Transform) - Method in class org.jhotdraw8.svg.figure.SvgPolylineFigure
- reshapeInLocal(Transform) - Method in class org.jhotdraw8.svg.figure.SvgRectFigure
- reshapeInLocal(Transform) - Method in class org.jhotdraw8.svg.figure.SvgGFigure
- reshapeInLocal(Transform) - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.SvgCircleFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.SvgDefsFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.SvgGFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.SvgLineFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.SvgPathFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.SvgPolygonFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.SvgPolylineFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.SvgRectFigure
- reshapeInLocal(CssSize, CssSize, CssSize, CssSize) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- reshapeInParent(Transform) - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- RUN_IN - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- RX - Static variable in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- RX - Static variable in class org.jhotdraw8.svg.figure.SvgRectFigure
- RY - Static variable in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- RY - Static variable in class org.jhotdraw8.svg.figure.SvgRectFigure
S
- setBestEffort(boolean) - Method in class org.jhotdraw8.svg.io.FigureSvgTinyReader
- setCachedLayoutBounds(Bounds) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- setConvertTextToPath(boolean) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- setExporterFactory(BiFunction<Object, Object, AbstractFXSvgWriter>) - Method in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- setExportInvisibleElements(boolean) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- setFormat(DataFormat) - Method in class org.jhotdraw8.svg.gui.SvgDrawingExportOptionsPane
- setRelativizePaths(boolean) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- setTransforms(Transform...) - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
-
Convenience method for setting a new value for the
SvgTransformableFigure.TRANSFORMSproperty. - SHAPE_RENDERING_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
shape-rendering.
- SMALL - Enum constant in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
- SMALLER - Enum constant in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
- SPREAD_METHOD - Static variable in class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
- START - Enum constant in enum class org.jhotdraw8.svg.text.SvgTextAnchor
- STOP_COLOR_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stop-color.
- STOP_OPACITY_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stop-opacity.
- STOPS - Static variable in class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
- STROKE_ALIGNMENT_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stroke-alignment.
- STROKE_DASHARRAY_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stroke-dasharray.
- STROKE_DASHOFFSET_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stroke-dashoffset.
- STROKE_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stroke.
- STROKE_LINECAP_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stroke-linecap.
- STROKE_LINEJOIN_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stroke-linejoin.
- STROKE_MITERLIMIT_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stroke-miterlimit.
- STROKE_OPACITY_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stroke-opacity.
- STROKE_WIDTH_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
stroke-width.
- SVG_FORMAT - Static variable in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- SVG_MIME_TYPE - Static variable in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- SVG_MIME_TYPE - Static variable in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- SVG_MIME_TYPE_WITH_VERSION - Static variable in class org.jhotdraw8.svg.io.FXSvgFullWriter
- SVG_MIME_TYPE_WITH_VERSION - Static variable in class org.jhotdraw8.svg.io.FXSvgTinyWriter
- SVG_NAMESPACE - Static variable in class org.jhotdraw8.svg.io.FigureSvgTinyReader
- SVG_NS - Static variable in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- SVG_VIEW_BOX - Static variable in class org.jhotdraw8.svg.figure.SvgDrawing
- SvgCircleFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'circle' element.
- SvgCircleFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgCircleFigure
- SvgCssPaintableConverter - Class in org.jhotdraw8.svg.text
-
SvgCssPaintableConverter.
- SvgCssPaintableConverter(boolean) - Constructor for class org.jhotdraw8.svg.text.SvgCssPaintableConverter
- SvgDefaultableFigure - Interface in org.jhotdraw8.svg.figure
-
The following attributes can be defined on all SVG figures using the "defaulting" mechanism.
- SvgDefaultablePaintStyleableKey<T> - Class in org.jhotdraw8.svg.key
-
TListStyleableFigureKey.
- SvgDefaultablePaintStyleableKey(String, Type, CssConverter<T>, SvgDefaultablePaint<T>, T) - Constructor for class org.jhotdraw8.svg.key.SvgDefaultablePaintStyleableKey
-
Creates a new instance with the specified name, mask and default value.
- SvgDefaultablePaintStyleableMapAccessor<T> - Interface in org.jhotdraw8.svg.key
- SvgDefsFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'defs' element.
- SvgDefsFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgDefsFigure
- SvgDisplay - Enum Class in org.jhotdraw8.svg.text
-
Display.
- SvgDrawing - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'svg' element.
- SvgDrawing() - Constructor for class org.jhotdraw8.svg.figure.SvgDrawing
- SvgDrawingExportOptionsPane - Class in org.jhotdraw8.svg.gui
- SvgDrawingExportOptionsPane() - Constructor for class org.jhotdraw8.svg.gui.SvgDrawingExportOptionsPane
- SvgElementFigure - Interface in org.jhotdraw8.svg.figure
- SvgEllipseFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'ellipse' element.
- SvgEllipseFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgEllipseFigure
- SvgExportOutputFormat - Class in org.jhotdraw8.svg.io
-
Exports a JavaFX scene graph to SVG.
- SvgExportOutputFormat() - Constructor for class org.jhotdraw8.svg.io.SvgExportOutputFormat
- SvgFontFamilyConverter - Class in org.jhotdraw8.svg.io
-
Parses a font family.
- SvgFontFamilyConverter() - Constructor for class org.jhotdraw8.svg.io.SvgFontFamilyConverter
- SvgFontSize - Record Class in org.jhotdraw8.svg.text
-
SVG font size.
- SvgFontSize(SvgFontSize.SizeKeyword, CssSize) - Constructor for record class org.jhotdraw8.svg.text.SvgFontSize
-
Creates an instance of a
SvgFontSizerecord class. - SvgFontSize.SizeKeyword - Enum Class in org.jhotdraw8.svg.text
- SvgFontSizeConverter - Class in org.jhotdraw8.svg.text
-
Converts SVG font-size.
- SvgFontSizeConverter() - Constructor for class org.jhotdraw8.svg.text.SvgFontSizeConverter
- SvgGFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'g' element.
- SvgGFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgGFigure
- SvgGradientUnits - Enum Class in org.jhotdraw8.svg.text
-
SVG gradient units.
- SvgImageFigure - Class in org.jhotdraw8.svg.draw.figure
-
SvgImageFigure presents an SVG image or a bitmap image on a drawing.
- SvgImageFigure() - Constructor for class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- SvgImageFigure(double, double, double, double) - Constructor for class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- SvgImageFigure(CssRectangle2D) - Constructor for class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- SvgLinearGradientFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'linearGradient' element.
- SvgLinearGradientFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgLinearGradientFigure
- SvgLineFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'line' element.
- SvgLineFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgLineFigure
- SvgPaintCssConverter - Class in org.jhotdraw8.svg.text
-
SvgPaintConverter.
- SvgPaintCssConverter(boolean) - Constructor for class org.jhotdraw8.svg.text.SvgPaintCssConverter
- SvgPathFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'path' element.
- SvgPathFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgPathFigure
- SvgPathLengthFigure - Interface in org.jhotdraw8.svg.figure
- SvgPolygonFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'polygon' element.
- SvgPolygonFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgPolygonFigure
- SvgPolylineFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'polyline' element.
- SvgPolylineFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgPolylineFigure
- SvgRadialGradientFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'radialGradient' element.
- SvgRadialGradientFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgRadialGradientFigure
- SvgRectFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'rect' element.
- SvgRectFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgRectFigure
- SvgSceneGraphWriter - Interface in org.jhotdraw8.svg.io
- SvgShapeRendering - Enum Class in org.jhotdraw8.svg.text
-
shape-rendering property.
- SvgStop - Record Class in org.jhotdraw8.svg.figure
-
CssStop.
- SvgStop(double, SvgDefaultablePaint<CssColor>, CssDefaultableValue<CssSize>) - Constructor for record class org.jhotdraw8.svg.figure.SvgStop
-
Creates an instance of a
SvgStoprecord class. - SvgStrokeAlignmentConverter - Class in org.jhotdraw8.svg.text
-
Converts SVG 2 stroke-alignment.
- SvgStrokeAlignmentConverter(boolean) - Constructor for class org.jhotdraw8.svg.text.SvgStrokeAlignmentConverter
- SvgTextAnchor - Enum Class in org.jhotdraw8.svg.text
- SvgTextFigure - Class in org.jhotdraw8.svg.figure
-
Represents an SVG 'text' element.
- SvgTextFigure() - Constructor for class org.jhotdraw8.svg.figure.SvgTextFigure
- SvgTextFigure(double, double) - Constructor for class org.jhotdraw8.svg.figure.SvgTextFigure
- SvgTextFigure(Point2D) - Constructor for class org.jhotdraw8.svg.figure.SvgTextFigure
- SvgTransformableFigure - Interface in org.jhotdraw8.svg.figure
-
A transformable figure supports the transformation of a figure.
- SvgTransformConverter - Class in org.jhotdraw8.svg.text
-
CssTransformConverter.
- SvgTransformConverter(boolean) - Constructor for class org.jhotdraw8.svg.text.SvgTransformConverter
- SvgVisibility - Enum Class in org.jhotdraw8.svg.text
-
Visibility.
- SvgXmlPaintableConverter - Class in org.jhotdraw8.svg.text
-
Paintable representation in XML files is different from representation in CSS.
- SvgXmlPaintableConverter() - Constructor for class org.jhotdraw8.svg.text.SvgXmlPaintableConverter
- SvgXmlPaintableConverter(boolean) - Constructor for class org.jhotdraw8.svg.text.SvgXmlPaintableConverter
T
- TABLE - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- TABLE_CAPTION - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- TABLE_CELL - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- TABLE_COLUMN - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- TABLE_COLUMN_GROUP - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- TABLE_FOOTER_GROUP - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- TABLE_HEADER_GROUP - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- TABLE_ROW - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- TABLE_ROW_GROUP - Enum constant in enum class org.jhotdraw8.svg.text.SvgDisplay
- TEXT_ANCHOR_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
text-anchor.
- TITLE_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgElementFigure
-
title.
- TITLE_PROPERTY_NAME - Static variable in interface org.jhotdraw8.svg.io.SvgSceneGraphWriter
-
If
Node.getProperties()contains a String property with this name, theSvgSceneGraphExporterexports a <title> element with the property value as its content. - toDocument(URI, Drawing, Collection<Figure>) - Method in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- toDocument(Node, CssDimension2D) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- toString() - Method in record class org.jhotdraw8.svg.figure.SvgStop
-
Returns a string representation of this record class.
- toString() - Method in record class org.jhotdraw8.svg.text.SvgFontSize
-
Returns a string representation of this record class.
- transformInLocal(Transform) - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- transformInParent(Transform) - Method in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- TRANSFORMS - Static variable in interface org.jhotdraw8.svg.figure.SvgTransformableFigure
- translateInLocal(CssPoint2D) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
-
The CSS type selector for this object is "Image".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgCircleFigure
-
The CSS type selector for this object is "circle".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgDefsFigure
-
The CSS type selector for a label object is "defs".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgEllipseFigure
-
The CSS type selector for this object is "ellipse".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgGFigure
-
The CSS type selector for a label object is "g".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgLinearGradientFigure
-
The CSS type selector for a label object is "linearGradient".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgLineFigure
-
The CSS type selector for this object is "line".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgPathFigure
-
The CSS type selector for this object is "path".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgPolygonFigure
-
The CSS type selector for this object is "polygon".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgPolylineFigure
-
The CSS type selector for this object is "polyline".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgRadialGradientFigure
-
The CSS type selector for a label object is "radialGradient".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgRectFigure
-
The CSS type selector for this object is "rect".
- TYPE_SELECTOR - Static variable in class org.jhotdraw8.svg.figure.SvgTextFigure
-
The CSS type selector for this object is "text".
U
- updateGroupNode(RenderContext, Group) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.AbstractSvgGradientFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgCircleFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgDefsFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgDrawing
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgEllipseFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgGFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgLineFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgPathFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgPolygonFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgPolylineFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgRectFigure
- updateNode(RenderContext, Node) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- updateTextNode(RenderContext, Text) - Method in class org.jhotdraw8.svg.figure.SvgTextFigure
- USER_SPACE_ON_USE - Enum constant in enum class org.jhotdraw8.svg.text.SvgGradientUnits
V
- valueOf(String) - Static method in enum class org.jhotdraw8.svg.text.SvgDisplay
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jhotdraw8.svg.text.SvgGradientUnits
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jhotdraw8.svg.text.SvgShapeRendering
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jhotdraw8.svg.text.SvgTextAnchor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jhotdraw8.svg.text.SvgVisibility
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.jhotdraw8.svg.text.SvgDisplay
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jhotdraw8.svg.text.SvgGradientUnits
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jhotdraw8.svg.text.SvgShapeRendering
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jhotdraw8.svg.text.SvgTextAnchor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jhotdraw8.svg.text.SvgVisibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERSION - Static variable in class org.jhotdraw8.svg.figure.SvgDrawing
- VISIBILITY_KEY - Static variable in interface org.jhotdraw8.svg.figure.SvgDefaultableFigure
-
visibility.
- VISIBLE - Enum constant in enum class org.jhotdraw8.svg.text.SvgVisibility
W
- WIDTH - Static variable in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- WIDTH - Static variable in class org.jhotdraw8.svg.figure.SvgRectFigure
- write(OutputStream, URI, Drawing, WorkState<Void>) - Method in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- write(OutputStream, Node, CssDimension2D) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- write(Writer, Node, CssDimension2D) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- write(URI, OutputStream, Drawing, Collection<Figure>) - Method in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- write(Path, Drawing, WorkState<Void>) - Method in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- write(Map<DataFormat, Object>, Drawing, Collection<Figure>) - Method in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- writeClipAttributes(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writeClipAttributes(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.FXSvgFullWriter
- writeClipAttributes(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.FXSvgTinyWriter
- writeClipPathDefs(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.FXSvgFullWriter
- writeClipPathDefs(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.FXSvgTinyWriter
- writeClipPathDefs(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writeCompositingAttributes(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writeCompositingAttributes(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.FXSvgFullWriter
- writeCompositingAttributes(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.FXSvgTinyWriter
- writeDescElement(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writeDocumentElementAttributes(XMLStreamWriter, Node, CssDimension2D) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writeDocumentElementAttributes(XMLStreamWriter, Node, CssDimension2D) - Method in class org.jhotdraw8.svg.io.FXSvgFullWriter
- writeDocumentElementAttributes(XMLStreamWriter, Node, CssDimension2D) - Method in class org.jhotdraw8.svg.io.FXSvgTinyWriter
- writeGroupStartElement(XMLStreamWriter, Group) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writeIdAttribute(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writeIdAttribute(Element, Node) - Method in class org.jhotdraw8.svg.io.FXSvgTinyWriter
- writeNodeRecursively(XMLStreamWriter, Node, int) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writePage(Path, Page, Node, int, int, int) - Method in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- writePathStartElement(XMLStreamWriter, Path) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writePathStartElement(XMLStreamWriter, Path) - Method in class org.jhotdraw8.svg.io.FXSvgTinyWriter
- writeSlice(Path, Slice, Node, double) - Method in class org.jhotdraw8.svg.io.SvgExportOutputFormat
- writeStrokedShapeElement(XMLStreamWriter, Shape) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writeStyleAttributes(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- writeTitleElement(XMLStreamWriter, Node) - Method in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
X
- X - Static variable in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- X - Static variable in class org.jhotdraw8.svg.figure.SvgRectFigure
- X - Static variable in class org.jhotdraw8.svg.figure.SvgTextFigure
- X_LARGE - Enum constant in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
- X_SMALL - Enum constant in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
- X1 - Static variable in class org.jhotdraw8.svg.figure.SvgLinearGradientFigure
- X1 - Static variable in class org.jhotdraw8.svg.figure.SvgLineFigure
- X2 - Static variable in class org.jhotdraw8.svg.figure.SvgLinearGradientFigure
- X2 - Static variable in class org.jhotdraw8.svg.figure.SvgLineFigure
- XLINK_NS - Static variable in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- XLINK_PREFIX - Static variable in class org.jhotdraw8.svg.io.AbstractFXSvgWriter
- XML_NAMESPACE - Static variable in class org.jhotdraw8.svg.io.FigureSvgTinyReader
- XX_LARGE - Enum constant in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
- XX_SMALL - Enum constant in enum class org.jhotdraw8.svg.text.SvgFontSize.SizeKeyword
Y
- Y - Static variable in class org.jhotdraw8.svg.draw.figure.SvgImageFigure
- Y - Static variable in class org.jhotdraw8.svg.figure.SvgRectFigure
- Y - Static variable in class org.jhotdraw8.svg.figure.SvgTextFigure
- Y1 - Static variable in class org.jhotdraw8.svg.figure.SvgLinearGradientFigure
- Y1 - Static variable in class org.jhotdraw8.svg.figure.SvgLineFigure
- Y2 - Static variable in class org.jhotdraw8.svg.figure.SvgLinearGradientFigure
- Y2 - Static variable in class org.jhotdraw8.svg.figure.SvgLineFigure
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form