Uses of Class
org.meteoinfo.chart.axis.TimeUnit
-
Packages that use TimeUnit Package Description org.meteoinfo.chart.axis -
-
Uses of TimeUnit in org.meteoinfo.chart.axis
Methods in org.meteoinfo.chart.axis that return TimeUnit Modifier and Type Method Description TimeUnitTimeAxis. getTimeUnit()Get time unitstatic TimeUnitTimeUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimeUnit[]TimeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.meteoinfo.chart.axis with parameters of type TimeUnit Modifier and Type Method Description voidTimeAxis. setTimeUnit(TimeUnit value)Set time unit
-