| Package | Description |
|---|---|
| org.girod.javafx.svgimage.xml.parsers |
This package contains parsers allowing to get a tree of Nodes from an XML file.
|
| Modifier and Type | Method and Description |
|---|---|
static SVGPathParser.MarkerType |
SVGPathParser.MarkerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVGPathParser.MarkerType[] |
SVGPathParser.MarkerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<javafx.geometry.Point2D> |
SVGPathParser.getMarkerList(SVGPathParser.MarkerType type)
Returns the coordinates for the specified marker type. - START: First MoveTo point - MID: All intermediate vertices (endpoints of segments) -
END: Last point of the path
|
Copyright © 2026. All rights reserved.