Uses of Class
org.jfree.beans.AxisScale
-
Packages that use AxisScale Package Description 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 Modifier and Type Field Description static AxisScale
AxisScale. FLOAT
Floating point.static AxisScale
AxisScale. INTEGER
Integer.Methods in org.jfree.beans that return AxisScale Modifier and Type Method Description 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 Modifier and Type Method Description void
NumericalXYChart. setXAxisScale(AxisScale scale)
Sets the scale type for the x-axis and sends aPropertyChangeEvent
for thexAxisScale
property to all registered listeners.void
AbstractXYChart. setYAxisScale(AxisScale scale)
Sets the scale type for the y-axis and fires aPropertyChangeEvent
for theyAxisScale
property.
-