Package org.opentrafficsim.draw.graphs
Various graphs that function on generic meta-data (like which path) and data structures.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 19 okt. 2018
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Interface Summary Interface Description ContourDataSource.ContourDataType<Z extends java.lang.Number,I> Interface for data types of which a contour plot can be made.FundamentalDiagram.FdLine Defines a line plot for a fundamental diagram.FundamentalDiagram.FdSource Data source for a fundamental diagram.GraphPath.Section<S> Interface for sections. -
Class Summary Class Description AbstractBoundedPlot Plot that allows hard bounds to be set, with upper and lower bound independent.AbstractContourPlot<Z extends java.lang.Number> Class for contour plots.AbstractGraphSpace<S> Common functionality between a cross-section and a path.AbstractPlot Super class of all plots.AbstractSamplerPlot Super class for plots that use sampler data.AbstractSpaceTimePlot Plots with space-time.ContourDataSource<G extends GtuDataInterface> Class that contains data for contour plots.ContourPlotAcceleration Contour plot for acceleration.ContourPlotDensity Contour plot for density.ContourPlotFlow Contour plot for flow.ContourPlotSpeed Contour plot for speed.FundamentalDiagram Fundamental diagram from various sources.GraphCrossSection<S> AGraphCrossSection
defines the location of graphs.GraphPath<S> AGraphPath
defines the spatial dimension of graphs.GraphUpdater<T> The GrapghUpdater can be used to repeatedly offer a value that is automatically processed in order of offering in a parallel Thread.GraphUtil Contains some static utilities.JFileChooserWithSettings Small helper class that adds some components to a JFileChooser, the contents of which can be used to retrieve user settings for output.PointerHandler Handle mouse events for a graph.TrajectoryPlot Plot of trajectories along a path.XYInterpolatedBlockRenderer Renderer for blocks that are filled with bidirectionally interpolated colors. -
Enum Summary Enum Description ContourDataSource.Dimension Enum to refer to either the distance or time axis.FundamentalDiagram.Quantity Quantity enum defining density, flow and speed.GraphType Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.