Package | Description |
---|---|
org.girod.javafx.svgimage.tosvg.converters |
Contains the converters used to convert types of JavaFX Nodes.
|
org.girod.javafx.svgimage.tosvg.utils |
Contains utilities classes used by the library.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,CSSProperty> |
AbstractConverter.cssProperties
The CSS Properties of the Node to convert, including all the properties.
|
Modifier and Type | Method and Description |
---|---|
Map<String,CSSProperty> |
AbstractConverter.getCSSProperties()
Return the CSS properties Map of the Node.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,CSSProperty> |
Utilities.extractProperties(javafx.scene.Node node)
Extract the properties of a Node.
|
Map<String,CSSProperty> |
NodeConverter.getCSSProperties()
Return the CSS properties Map of the Node.
|
Copyright © 2023. All rights reserved.