Uses of Enum Class
org.opentrafficsim.draw.graphs.ContourDataSource.Dimension
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of ContourDataSource.Dimension in org.opentrafficsim.draw.graphs
Modifier and TypeMethodDescriptionstatic ContourDataSource.Dimension
Returns the enum constant of this class with the specified name.static ContourDataSource.Dimension[]
ContourDataSource.Dimension.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription(package private) final int
ContourDataSource.getAxisBin
(ContourDataSource.Dimension dimension, double value) Returns the axis bin number of the given value.(package private) final double
ContourDataSource.getAxisValue
(ContourDataSource.Dimension dimension, int item) Returns the value on the axis of an item.(package private) final int
ContourDataSource.getBinCount
(ContourDataSource.Dimension dimension) Returns the bin count.(package private) final double
ContourDataSource.getBinSize
(ContourDataSource.Dimension dimension, int item) Returns the size of a bin.final double[]
ContourDataSource.getGranularities
(ContourDataSource.Dimension dimension) Returns the available granularities that a linked plot may use.final double
ContourDataSource.getGranularity
(ContourDataSource.Dimension dimension) Returns the selected granularity that a linked plot should use.final void
ContourDataSource.setGranularity
(ContourDataSource.Dimension dimension, double granularity) Sets the granularity of the plot.