Uses of Class
org.apache.commons.geometry.euclidean.twod.path.AbstractLinePathConnector.ConnectableLineSubset
Packages that use AbstractLinePathConnector.ConnectableLineSubset
Package
Description
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
Subclasses with type arguments of type AbstractLinePathConnector.ConnectableLineSubset in org.apache.commons.geometry.euclidean.twod.pathModifier and TypeClassDescriptionclassAbstract class for joining collections of line subsets into connected paths.protected static classInternal class used to connect line subsets together.Methods in org.apache.commons.geometry.euclidean.twod.path that return AbstractLinePathConnector.ConnectableLineSubsetModifier and TypeMethodDescriptionAbstractLinePathConnector.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.AbstractLinePathConnector.ConnectableLineSubset.getSelf()Return the current instance as the generic type.InteriorAngleLinePathConnector.selectConnection(AbstractLinePathConnector.ConnectableLineSubset incoming, 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.ConnectableLineSubsetModifier and TypeMethodDescriptionbooleanAbstractLinePathConnector.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.InteriorAngleLinePathConnector.selectConnection(AbstractLinePathConnector.ConnectableLineSubset incoming, 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.ConnectableLineSubsetModifier and TypeMethodDescriptionInteriorAngleLinePathConnector.selectConnection(AbstractLinePathConnector.ConnectableLineSubset incoming, List<AbstractLinePathConnector.ConnectableLineSubset> outgoing) Method called to select a connection to use for a given segment when multiple non-length-zero connections are available.