Package | Description |
---|---|
org.girod.jgraphml.model |
This package contains the graphml model classes.
|
Modifier and Type | Method and Description |
---|---|
Point |
Path.addPoint(float x,
float y)
Add a point to the path.
|
Point |
Point.clone() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Point> |
Path.getPoints()
Return the list of points.
|
Modifier and Type | Method and Description |
---|---|
void |
Path.addPoint(Point p)
Add a point to the path.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence