Uses of Class
org.jfree.chart.api.Rotation
-
Packages that use Rotation Package Description org.jfree.chart.api Types and enumerations used in the JFreeChart public API.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.plot.pie Classes used to create pie charts. -
-
Uses of Rotation in org.jfree.chart.api
Methods in org.jfree.chart.api that return Rotation Modifier and Type Method Description static RotationRotation. valueOf(String name)Returns the enum constant of this type with the specified name.static Rotation[]Rotation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Rotation in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return Rotation Modifier and Type Method Description RotationSpiderWebPlot. getDirection()Returns the direction in which the radar axes are drawn (clockwise or anti-clockwise).Methods in org.jfree.chart.plot with parameters of type Rotation Modifier and Type Method Description voidSpiderWebPlot. setDirection(Rotation direction)Sets the direction in which the radar axes are drawn and sends aPlotChangeEventto all registered listeners. -
Uses of Rotation in org.jfree.chart.plot.pie
Methods in org.jfree.chart.plot.pie that return Rotation Modifier and Type Method Description RotationPiePlot. getDirection()Returns the direction in which the pie sections are drawn (clockwise or anti-clockwise).Methods in org.jfree.chart.plot.pie with parameters of type Rotation Modifier and Type Method Description voidPiePlot. setDirection(Rotation direction)Sets the direction in which the pie sections are drawn and sends aPlotChangeEventto all registered listeners.
-