Package | Description |
---|---|
org.faceless.graph2 |
Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format.
|
Modifier and Type | Method and 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 numbers
|
static NumericAxis |
NumericAxis.getFloatingPointAxis(Locale locale)
Return a NumericAxis that formats it's values as integers in the specified Locale
|
static NumericAxis |
NumericAxis.getIntegerAxis()
Return a NumericAxis that formats it's values as integers
|
static NumericAxis |
NumericAxis.getIntegerAxis(Locale locale)
Return a NumericAxis that formats it's values as integers in the specified Locale
|
Copyright © 2001-2016 Big Faceless Organization