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 NumericAxis
NumericAxis. getCurrencyAxis(Locale locale)
Return a NumericAxis that formats it's values as currencies in the specified locale.static NumericAxis
NumericAxis. getFloatingPointAxis()
Return a NumericAxis that formats it's values as real numbersstatic NumericAxis
NumericAxis. getFloatingPointAxis(Locale locale)
Return a NumericAxis that formats it's values as integers in the specified Localestatic NumericAxis
NumericAxis. getIntegerAxis()
Return a NumericAxis that formats it's values as integersstatic NumericAxis
NumericAxis. getIntegerAxis(Locale locale)
Return a NumericAxis that formats it's values as integers in the specified Locale
-