Package | Description |
---|---|
com.graphbuilder.curve | |
com.graphbuilder.geom |
Modifier and Type | Method and Description |
---|---|
Point |
ControlPath.getPoint(int index)
Returns the point at the specified index.
|
Point |
ControlPath.setPoint(Point p,
int index)
Sets a point at the specified index in the point array, returning the point
that was at that index.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlPath.addPoint(Point p)
Adds a point to the point array at index location numPoints.
|
void |
ControlPath.insertPoint(Point p,
int index)
Inserts a point at the specified index in the point array.
|
void |
ControlPath.removePoint(Point p)
Removes the first occurrence of the specified point from the point array.
|
Point |
ControlPath.setPoint(Point p,
int index)
Sets a point at the specified index in the point array, returning the point
that was at that index.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Point2d
The Point2d interface represents a two-dimensional point using double precision.
|
interface |
Point3d
The Point3d interface represents a three-dimensional point using double precision.
|
Copyright © 2024. All rights reserved.