Package org.opentrafficsim.draw.graphs
Class GraphCrossSection<S>
java.lang.Object
org.opentrafficsim.draw.graphs.AbstractGraphSpace<S>
org.opentrafficsim.draw.graphs.GraphCrossSection<S>
- Type Parameters:
S- underlying type of path sections
- All Implemented Interfaces:
Iterable<S>
A
GraphCrossSection defines the location of graphs. It has one section having one or more source objects depending on
the number of series. For example, a 3-lane road may result in a section with 3 series. Graphs can aggregate the series, or
show multiple series.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
ConstructorsConstructorDescriptionGraphCrossSection(String seriesName, GraphPath.Section<S> section, Length position) Constructor for a one-series cross section.GraphCrossSection(List<String> seriesNames, GraphPath.Section<S> section, List<Length> positions) Constructor. -
Method Summary
Methods inherited from class org.opentrafficsim.draw.graphs.AbstractGraphSpace
getName, getNumberOfSeriesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GraphCrossSection
Constructor for a one-series cross section.- Parameters:
seriesName- name of seriessection- sectionposition- position on the section
-
GraphCrossSection
public GraphCrossSection(List<String> seriesNames, GraphPath.Section<S> section, List<Length> positions) Constructor.- Parameters:
seriesNames- names of seriessection- sectionpositions- position on the section
-
-
Method Details
-
getSource
Returns the underlying source of the series.- Parameters:
series- series number- Returns:
- underlying source of the series
-
iterator
-
position
Returns the position on the underlying source of the series.- Parameters:
series- series number- Returns:
- position on the underlying source of the series
-
iterator
-
toString
-