LinePath.Builder |
LinePath.Builder.append(LineConvexSubset subset) |
Append a line subset to the end of the path.
|
LinePath.Builder |
LinePath.Builder.append(Vector2D vertex) |
Add a vertex to the end of this path.
|
LinePath.Builder |
LinePath.Builder.appendVertices(java.util.Collection<? extends Vector2D> vertices) |
Convenience method for appending a collection of vertices to the path in a single method call.
|
LinePath.Builder |
LinePath.Builder.appendVertices(Vector2D... vertices) |
Convenience method for appending multiple vertices to the path at once.
|
static LinePath.Builder |
LinePath.builder(org.apache.commons.numbers.core.Precision.DoubleEquivalence precision) |
|
LinePath.Builder |
LinePath.Builder.prepend(LineConvexSubset subset) |
Prepend a line subset to the beginning of the path.
|
LinePath.Builder |
LinePath.Builder.prepend(Vector2D vertex) |
Add a vertex to the front of this path.
|
LinePath.Builder |
LinePath.Builder.prependVertices(java.util.Collection<Vector2D> vertices) |
Convenience method for prepending a collection of vertices to the path in a single method call.
|
LinePath.Builder |
LinePath.Builder.prependVertices(Vector2D... vertices) |
Convenience method for prepending multiple vertices to the path in a single method call.
|
LinePath.Builder |
LinePath.Builder.setPrecision(org.apache.commons.numbers.core.Precision.DoubleEquivalence builderPrecision) |
Set the precision context.
|