GreatArcPath.Builder |
GreatArcPath.Builder.append(GreatArc arc) |
Append an arc to the end of the path.
|
GreatArcPath.Builder |
GreatArcPath.Builder.append(Point2S vertex) |
Add a vertex to the end of this path.
|
GreatArcPath.Builder |
GreatArcPath.Builder.appendVertices(java.util.Collection<Point2S> vertices) |
Convenience method for appending a collection of vertices to the path in a single
method call.
|
GreatArcPath.Builder |
GreatArcPath.Builder.appendVertices(Point2S... vertices) |
Convenience method for appending multiple vertices to the path at once.
|
static GreatArcPath.Builder |
GreatArcPath.builder(org.apache.commons.numbers.core.Precision.DoubleEquivalence precision) |
|
GreatArcPath.Builder |
GreatArcPath.Builder.prepend(GreatArc arc) |
Prepend an arc to the beginning of the path.
|
GreatArcPath.Builder |
GreatArcPath.Builder.prepend(Point2S vertex) |
Add a vertex to the front of this path.
|
GreatArcPath.Builder |
GreatArcPath.Builder.prependPoints(java.util.Collection<Point2S> vertices) |
Convenience method for prepending a collection of vertices to the path in a single method call.
|
GreatArcPath.Builder |
GreatArcPath.Builder.prependPoints(Point2S... vertices) |
Convenience method for prepending multiple vertices to the path in a single method call.
|
GreatArcPath.Builder |
GreatArcPath.Builder.setPrecision(org.apache.commons.numbers.core.Precision.DoubleEquivalence builderPrecision) |
Set the precision context.
|