Uses of Class
org.opentrafficsim.animation.graphs.AbstractPlot
Packages that use AbstractPlot
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of AbstractPlot in org.opentrafficsim.animation.graphs
Classes in org.opentrafficsim.animation.graphs with type parameters of type AbstractPlotModifier and TypeClassDescriptionclassPlotDelegate<S extends org.opentrafficsim.animation.graphs.AbstractPlot.PaintState,P extends AbstractPlot<S>> Plot delegate.Subclasses of AbstractPlot in org.opentrafficsim.animation.graphsModifier and TypeClassDescriptionclassAbstractBoundedPlot<S extends org.opentrafficsim.animation.graphs.AbstractPlot.PaintState>Plot that allows hard bounds to be set, with upper and lower bound independent.classAbstractContourPlot<Z extends Number>Class for contour plots.classAbstractSpaceTimePlot<S extends org.opentrafficsim.animation.graphs.AbstractPlot.PaintState>Plots with space-time.classContour plot for acceleration.classContour plot for delay.classContour plot for density.classContourPlotExtendedData<Z extends Number>Contour data plot for any numerical extended trajectory data.static classContourPlotExtendedData.UnitPlot<U extends Unit<U>,Z extends org.djunits.value.vdouble.scalar.base.DoubleScalarRel<U, Z>> Extension ofContourPlotExtendedDatafor DJUNITS data types.classContour plot for flow.classContour plot for speed.classDistributionPlotExtendedData<G extends GtuData,Z extends Number> Distribution data plot for any numerical extended trajectory data.classFundamental diagram from various sources.classPlot of trajectories along a path.Methods in org.opentrafficsim.animation.graphs with parameters of type AbstractPlotModifier and TypeMethodDescriptiondefault voidPlotScheduler.cancelEvent(AbstractPlot<?> abstractPlot) Cancel event on plot.static <K> org.jfree.chart.ChartMouseListenerGraphUtil.getToggleSeriesByLegendListener(AbstractPlot<?> plot, org.jfree.chart.LegendItemCollection legend, List<Boolean> visibility) Returns a chart listener that allows the series to be enabled and disabled by clicking on the respective legend item.default voidPlotScheduler.scheduleUpdate(org.djunits.value.vdouble.scalar.Duration time, AbstractPlot<?> abstractPlot) Scheduleupdate()call onabstractPlot.default voidPlotScheduler.scheduleUpdateNow(AbstractPlot<?> abstractPlot) Scheduleupdate()call onabstractPlotnow.