| 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
The markers specifications.
|
| 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()
Return the end marker.
|
MarkerSpec |
MarkerContext.getMarkerMid()
Return the mid marker.
|
MarkerSpec |
MarkerContext.getMarkerStart()
Return the start marker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerContext.setMarkerEnd(MarkerSpec markerEnd)
Set the end marker.
|
void |
MarkerContext.setMarkerMid(MarkerSpec markerMid)
Set the mid marker.
|
void |
MarkerContext.setMarkerStart(MarkerSpec markerStart)
Set the start marker.
|
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence