Uses of Interface
org.opentrafficsim.draw.graphs.GraphPath.Section
-
Packages that use GraphPath.Section Package Description org.opentrafficsim.draw.graphs 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.Section Modifier and Type Method Description GraphPath.Section<S>
GraphPath. get(int index)
Returns a section.Methods in org.opentrafficsim.draw.graphs that return types with arguments of type GraphPath.Section Modifier and Type Method Description ImmutableList<GraphPath.Section<S>>
GraphPath. getSections()
Returns an immutable list of the sections.Methods in org.opentrafficsim.draw.graphs with parameters of type GraphPath.Section Modifier and Type Method Description Length
GraphPath. getStartDistance(GraphPath.Section<S> section)
Returns the start distance of the section.Constructors in org.opentrafficsim.draw.graphs with parameters of type GraphPath.Section Constructor Description GraphCrossSection(java.lang.String seriesName, GraphPath.Section<S> section, Length position)
Constructor for a one-series cross section.GraphCrossSection(java.util.List<java.lang.String> seriesNames, GraphPath.Section<S> section, java.util.List<Length> positions)
Constructor.Constructor parameters in org.opentrafficsim.draw.graphs with type arguments of type GraphPath.Section Constructor Description GraphPath(java.lang.String name, java.util.List<GraphPath.Section<S>> sections)
Constructor for a one-series path.
-