Uses of Class
org.apache.commons.geometry.euclidean.twod.path.AbstractLinePathConnector.ConnectableLineSubset
-
Packages that use AbstractLinePathConnector.ConnectableLineSubset Package Description org.apache.commons.geometry.euclidean.twod.path This package provides classes for working with connected sequences of line segments and other line subsets. -
-
Uses of AbstractLinePathConnector.ConnectableLineSubset in org.apache.commons.geometry.euclidean.twod.path
Methods in org.apache.commons.geometry.euclidean.twod.path that return AbstractLinePathConnector.ConnectableLineSubset Modifier and Type Method Description AbstractLinePathConnector.ConnectableLineSubsetAbstractLinePathConnector.ConnectableLineSubset. getConnectionSearchKey()Get a new instance used as a search key to help locate other elements with start points matching this instance's end point.protected AbstractLinePathConnector.ConnectableLineSubsetAbstractLinePathConnector.ConnectableLineSubset. getSelf()Return the current instance as the generic type.protected AbstractLinePathConnector.ConnectableLineSubsetInteriorAngleLinePathConnector. selectConnection(AbstractLinePathConnector.ConnectableLineSubset incoming, java.util.List<AbstractLinePathConnector.ConnectableLineSubset> outgoing)Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.Methods in org.apache.commons.geometry.euclidean.twod.path with parameters of type AbstractLinePathConnector.ConnectableLineSubset Modifier and Type Method Description booleanAbstractLinePathConnector.ConnectableLineSubset. canConnectTo(AbstractLinePathConnector.ConnectableLineSubset next)Return true if this instance's end point can be connected to the argument's start point.intAbstractLinePathConnector.ConnectableLineSubset. compareTo(AbstractLinePathConnector.ConnectableLineSubset other)booleanAbstractLinePathConnector.ConnectableLineSubset. endPointsEq(AbstractLinePathConnector.ConnectableLineSubset other)Return true if the end point of this instance should be considered equivalent to the end point of the argument.doubleAbstractLinePathConnector.ConnectableLineSubset. getRelativeAngle(AbstractLinePathConnector.ConnectableLineSubset next)Return the relative angle between this element and the argument.protected AbstractLinePathConnector.ConnectableLineSubsetInteriorAngleLinePathConnector. selectConnection(AbstractLinePathConnector.ConnectableLineSubset incoming, java.util.List<AbstractLinePathConnector.ConnectableLineSubset> outgoing)Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.booleanAbstractLinePathConnector.ConnectableLineSubset. shouldContinueConnectionSearch(AbstractLinePathConnector.ConnectableLineSubset candidate, boolean ascending)Return true if the search for possible connections should continue through the sorted set of possible path elements given the current candidate element and search direction.private LinePathAbstractLinePathConnector. toPath(AbstractLinePathConnector.ConnectableLineSubset root)Convert the linked list of path elements starting at the argument into aLinePath.Method parameters in org.apache.commons.geometry.euclidean.twod.path with type arguments of type AbstractLinePathConnector.ConnectableLineSubset Modifier and Type Method Description protected AbstractLinePathConnector.ConnectableLineSubsetInteriorAngleLinePathConnector. selectConnection(AbstractLinePathConnector.ConnectableLineSubset incoming, java.util.List<AbstractLinePathConnector.ConnectableLineSubset> outgoing)Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.
-