|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisScale | |
---|---|
org.jfree.beans | Core classes for Orson (a chart beans library based on JFreeChart). |
Uses of AxisScale in org.jfree.beans |
---|
Fields in org.jfree.beans declared as AxisScale | |
---|---|
static AxisScale |
AxisScale.FLOAT
Floating point. |
static AxisScale |
AxisScale.INTEGER
Integer. |
Methods in org.jfree.beans that return AxisScale | |
---|---|
AxisScale |
NumericalXYChart.getXAxisScale()
Returns the scale type for the x-axis. |
AxisScale |
AbstractXYChart.getYAxisScale()
Returns the scale type for the y-axis. |
Methods in org.jfree.beans with parameters of type AxisScale | |
---|---|
void |
NumericalXYChart.setXAxisScale(AxisScale scale)
Sets the scale type for the x-axis and sends a PropertyChangeEvent for the xAxisScale property to
all registered listeners. |
void |
AbstractXYChart.setYAxisScale(AxisScale scale)
Sets the scale type for the y-axis and fires a PropertyChangeEvent for the yAxisScale property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |