Package org.opentrafficsim.draw.graphs
package org.opentrafficsim.draw.graphs
Various graphs that function on generic meta-data (like which path) and data structures.
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
-
ClassDescriptionPlot that allows hard bounds to be set, with upper and lower bound independent.AbstractContourPlot<Z extends Number>Class for contour plots.Common functionality between a cross-section and a path.Super class of all plots.Super class for plots that use sampler data.Plots with space-time.Class that contains data for contour plots.Class to store and determine axis information such as granularity, ticks, and range.Interface for data types of which a contour plot can be made.Enum to refer to either the distance or time axis.Contour plot for acceleration.Contour plot for delay.Contour plot for density.Contour plot for flow.Contour plot for speed.Fundamental diagram from various sources.Abstract implementation to link to fundamental diagrams.Defines a line plot for a fundamental diagram.Data source for a fundamental diagram.Quantity enum defining density, flow and speed.A
GraphCrossSection
defines the location of graphs.GraphPath<S>AGraphPath
defines the spatial dimension of graphs.Class for sections.Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.GraphUpdater<T>The GraphUpdater can be used to repeatedly offer a value that is automatically processed in order of offering in a parallel Thread.Functional interface for updates to perform.Contains some static utilities.Small helper class that adds some components to a JFileChooser, the contents of which can be used to retrieve user settings for output.Interface between plots (subclasses ofAbstractPlot
) and some source that knows about time in the context, e.g. a simulator, or a data loader which knows all time has past.Handle mouse events for a graph.Plot of trajectories along a path.Renderer for blocks that are filled with bidirectionally interpolated colors.XYZDataset
extension that allows retrieval of surrounding values by adjusting the item number using the number of items per column.