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 AxisScaleAxisScale. FLOATFloating point.static AxisScaleAxisScale. INTEGERInteger.Methods in org.jfree.beans that return AxisScale Modifier and Type Method Description AxisScaleNumericalXYChart. getXAxisScale()Returns the scale type for the x-axis.AxisScaleAbstractXYChart. getYAxisScale()Returns the scale type for the y-axis.Methods in org.jfree.beans with parameters of type AxisScale Modifier and Type Method Description voidNumericalXYChart. setXAxisScale(AxisScale scale)Sets the scale type for the x-axis and sends aPropertyChangeEventfor thexAxisScaleproperty to all registered listeners.voidAbstractXYChart. setYAxisScale(AxisScale scale)Sets the scale type for the y-axis and fires aPropertyChangeEventfor theyAxisScaleproperty.
-