Uses of Record Class
org.opentrafficsim.draw.graphs.GraphPath.Section
Packages that use GraphPath.Section
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of GraphPath.Section in org.opentrafficsim.draw.graphs
Methods in org.opentrafficsim.draw.graphs that return GraphPath.SectionMethods in org.opentrafficsim.draw.graphs that return types with arguments of type GraphPath.SectionModifier and TypeMethodDescriptionorg.djutils.immutablecollections.ImmutableList<GraphPath.Section<S>>
GraphPath.getSections()
Returns an immutable list of the sections.Methods in org.opentrafficsim.draw.graphs with parameters of type GraphPath.SectionModifier and TypeMethodDescriptionorg.djunits.value.vdouble.scalar.Length
GraphPath.getStartDistance
(GraphPath.Section<?> section) Returns the start distance of the section.Constructors in org.opentrafficsim.draw.graphs with parameters of type GraphPath.SectionModifierConstructorDescriptionGraphCrossSection
(String seriesName, GraphPath.Section<S> section, org.djunits.value.vdouble.scalar.Length position) Constructor for a one-series cross section.GraphCrossSection
(List<String> seriesNames, GraphPath.Section<S> section, List<org.djunits.value.vdouble.scalar.Length> positions) Constructor.Constructor parameters in org.opentrafficsim.draw.graphs with type arguments of type GraphPath.SectionModifierConstructorDescriptionGraphPath
(String name, List<GraphPath.Section<S>> sections) Constructor for a one-series path.