Uses of Class
org.meteoinfo.chart.plot.AxesUnits
-
Packages that use AxesUnits Package Description org.meteoinfo.chart.plot -
-
Uses of AxesUnits in org.meteoinfo.chart.plot
Fields in org.meteoinfo.chart.plot declared as AxesUnits Modifier and Type Field Description protected AxesUnitsPlot. unitsMethods in org.meteoinfo.chart.plot that return AxesUnits Modifier and Type Method Description AxesUnitsPlot. getUnits()Get unitsstatic AxesUnitsAxesUnits. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AxesUnits[]AxesUnits. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.meteoinfo.chart.plot with parameters of type AxesUnits Modifier and Type Method Description voidPlot. setUnits(AxesUnits value)Set units
-