See: Description
Class | Description |
---|---|
AbstractLinePathConnector |
Abstract class for joining collections of line subsets into connected
paths.
|
AbstractLinePathConnector.ConnectableLineSubset |
Internal class used to connect line subsets together.
|
InteriorAngleLinePathConnector |
Line subset connector that selects between multiple connection options
based on the resulting interior angle.
|
InteriorAngleLinePathConnector.Maximize |
Implementation of
InteriorAngleLinePathConnector that chooses line subset
connections that produce the largest interior angles. |
InteriorAngleLinePathConnector.Minimize |
Implementation of
InteriorAngleLinePathConnector that chooses line subset
connections that produce the smallest interior angles. |
LinePath |
Class representing a connected path of
line convex subsets . |
LinePath.Builder |
Class used to build line paths.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.