Uses of Class
org.opentrafficsim.draw.graphs.ContourDataSource.Dimension
-
Packages that use ContourDataSource.Dimension Package Description org.opentrafficsim.draw.graphs 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.Dimension Modifier and Type Method Description static ContourDataSource.Dimension
ContourDataSource.Dimension. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContourDataSource.Dimension[]
ContourDataSource.Dimension. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentrafficsim.draw.graphs with parameters of type ContourDataSource.Dimension Modifier and Type Method Description double[]
ContourDataSource. getGranularities(ContourDataSource.Dimension dimension)
Returns the available granularities that a linked plot may use.double
ContourDataSource. getGranularity(ContourDataSource.Dimension dimension)
Returns the selected granularity that a linked plot should use.void
ContourDataSource. setGranularity(ContourDataSource.Dimension dimension, double granularity)
Sets the granularity of the plot.
-