Package | Description |
---|---|
org.jfree.beans |
Core classes for Orson (a chart beans library based on JFreeChart).
|
Modifier and Type | Field and Description |
---|---|
static AxisScale |
AxisScale.FLOAT
Floating point.
|
static AxisScale |
AxisScale.INTEGER
Integer.
|
Modifier and Type | Method and Description |
---|---|
AxisScale |
NumericalXYChart.getXAxisScale()
Returns the scale type for the x-axis.
|
AxisScale |
AbstractXYChart.getYAxisScale()
Returns the scale type for the y-axis.
|
Modifier and Type | Method and Description |
---|---|
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. |