Uses of Class
org.faceless.graph2.NumericAxis
-
Packages that use NumericAxis Package Description org.faceless.graph2 -
-
Uses of NumericAxis in org.faceless.graph2
Methods in org.faceless.graph2 that return NumericAxis Modifier and Type Method Description static NumericAxisNumericAxis. getCurrencyAxis(Locale locale)Return a NumericAxis that formats it's values as currencies in the specified locale.static NumericAxisNumericAxis. getFloatingPointAxis()Return a NumericAxis that formats it's values as real numbersstatic NumericAxisNumericAxis. getFloatingPointAxis(Locale locale)Return a NumericAxis that formats it's values as integers in the specified Localestatic NumericAxisNumericAxis. getIntegerAxis()Return a NumericAxis that formats it's values as integersstatic NumericAxisNumericAxis. getIntegerAxis(Locale locale)Return a NumericAxis that formats it's values as integers in the specified Locale
-