Uses of Enum Class
org.opentrafficsim.draw.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.draw.graphs
Methods in org.opentrafficsim.draw.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.draw.graphs with parameters of type ContourDataSource.DimensionModifier and TypeMethodDescriptionfinal double[]ContourDataSource.getGranularities(ContourDataSource.Dimension dimension) Returns the available granularities that a linked plot may use.final doubleContourDataSource.getGranularity(ContourDataSource.Dimension dimension) Returns the selected granularity that a linked plot should use.final voidContourDataSource.offerGranularity(ContourDataSource.Dimension dimension, double granularity) Offer granularity to the updater.final voidContourDataSource.setGranularity(ContourDataSource.Dimension dimension, double granularity) Sets the granularity of the plot.