Uses of Enum Class
org.opentrafficsim.animation.graphs.ContourDataSource.Dimension
Packages that use 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.animation.graphs
Methods in org.opentrafficsim.animation.graphs that return ContourDataSource.DimensionModifier and TypeMethodDescriptionstatic ContourDataSource.DimensionReturns 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.Methods in org.opentrafficsim.animation.graphs with parameters of type ContourDataSource.DimensionModifier and TypeMethodDescriptiondouble[]AbstractContourPlot.getGranularities(ContourDataSource.Dimension dimension) Returns the available granularities that a linked plot may use.double[]ContourDataSource.getGranularities(ContourDataSource.Dimension dimension) Returns the available granularities that a linked plot may use.doubleAbstractContourPlot.getGranularity(ContourDataSource.Dimension dimension) Returns the selected granularity that a linked plot should use.doubleContourDataSource.getGranularity(ContourDataSource.Dimension dimension) Returns the selected granularity that a linked plot should use.voidAbstractContourPlot.setGranularity(ContourDataSource.Dimension dimension, double granularity) Sets the granularity of the plot.voidContourDataSource.setGranularity(ContourDataSource.Dimension dimension, double granularity) Sets the granularity of the plot.