| Package | Description | 
|---|---|
| org.opentrafficsim.draw.graphs | Various graphs that function on generic meta-data (like which path) and data structures. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphPath.Section<S> | GraphPath. get(int index)Returns a section. | 
| Modifier and Type | Method and Description | 
|---|---|
| ImmutableList<GraphPath.Section<S>> | GraphPath. getSections()Returns an immutable list of the sections. | 
| Modifier and Type | Method and Description | 
|---|---|
| Length | GraphPath. getStartDistance(GraphPath.Section<S> section)Returns the start distance of the section. | 
| Constructor and Description | 
|---|
| GraphCrossSection(List<String> seriesNames,
                 GraphPath.Section<S> section,
                 List<Length> positions)Constructor. | 
| GraphCrossSection(String seriesName,
                 GraphPath.Section<S> section,
                 Length position)Constructor for a one-series cross section. | 
| Constructor and Description | 
|---|
| GraphPath(List<String> seriesNames,
         List<GraphPath.Section<S>> sections)Constructor. | 
| GraphPath(String name,
         List<GraphPath.Section<S>> sections)Constructor for a one-series path. | 
Copyright © 2014–2019 Delft University of Technology. All rights reserved.