Package | Description |
---|---|
org.girod.javafx.svgimage |
The main package of the library.
|
org.girod.javafx.svgimage.xml.specs |
This package contains the specifications used for elements in a SVG tree.
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,MarkerSpec> |
LoaderContext.markers |
Modifier and Type | Method and Description |
---|---|
MarkerSpec |
LoaderContext.getMarker(java.lang.String id)
Return the marker of a specified id.
|
Modifier and Type | Method and Description |
---|---|
void |
LoaderContext.addMarker(java.lang.String id,
MarkerSpec xmlNode)
Add a marker node.
|
Modifier and Type | Method and Description |
---|---|
MarkerSpec |
MarkerContext.getMarkerEnd() |
MarkerSpec |
MarkerContext.getMarkerMid() |
MarkerSpec |
MarkerContext.getMarkerStart() |
Modifier and Type | Method and Description |
---|---|
void |
MarkerContext.setMarkerEnd(MarkerSpec markerEnd) |
void |
MarkerContext.setMarkerMid(MarkerSpec markerMid) |
void |
MarkerContext.setMarkerStart(MarkerSpec markerStart) |
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence