| Package | Description |
|---|---|
| org.girod.javafx.svgimage.fromjfx |
Contains the converters used to convert a JavaFX structure to a svg or Graphics2D content.
|
| org.girod.javafx.svgimage.fromjfx.awt.converters |
Contains the converters used to convert types of JavaFX Nodes to a series of
Graphics2D orders. |
| org.girod.javafx.svgimage.fromjfx.awt.utils |
Contains specific awt utilities classes used by the converter.
|
| org.girod.javafx.svgimage.fromjfx.tosvg.converters |
Contains the converters used to convert types of JavaFX Nodes.
|
| org.girod.javafx.svgimage.fromjfx.utils |
Contains utilities classes used by the library.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CSSProperty> |
NodeConverter.getCSSProperties()
Return the CSS properties Map of the Node.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,CSSProperty> |
AbstractAwtConverter.cssProperties
The CSS Properties of the Node to convert, including all the properties.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CSSProperty> |
AbstractAwtConverter.getCSSProperties()
Return the CSS properties Map of the Node.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,CSSProperty> |
AwtUtilities.extractProperties(javafx.scene.Node node)
Extract the properties of a Node.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,CSSProperty> |
AbstractSVGConverter.cssProperties
The CSS Properties of the Node to convert, including all the properties.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CSSProperty> |
AbstractSVGConverter.getCSSProperties()
Return the CSS properties Map of the Node.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,CSSProperty> |
Utilities.extractProperties(javafx.scene.Node node)
Extract the properties of a Node.
|
Copyright © 2021, 2022, 2025, 2026 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence