Uses of Record Class
org.opentrafficsim.draw.graphs.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
Modifier and TypeMethodDescriptionorg.djutils.immutablecollections.ImmutableList<GraphPath.Section<S>>
GraphPath.getSections()
Returns an immutable list of the sections.Modifier and TypeMethodDescriptionorg.djunits.value.vdouble.scalar.Length
GraphPath.getStartDistance
(GraphPath.Section<?> section) Returns the start distance of the section.ModifierConstructorDescriptionGraphCrossSection
(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.ModifierConstructorDescriptionGraphPath
(String name, List<GraphPath.Section<S>> sections) Constructor for a one-series path.