Uses of Class
org.faceless.graph2.NumericAxis

Packages that use NumericAxis
org.faceless.graph2 Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format. 
 

Uses of NumericAxis in org.faceless.graph2
 

Methods in org.faceless.graph2 that return NumericAxis
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 numbers
static NumericAxis NumericAxis.getIntegerAxis()
          Return a NumericAxis that formats it's values as integers
 



Copyright © 2001-2011 Big Faceless Organization