Uses of Enum
org.jfree.chart.util.Rotation
Packages that use Rotation
Package
Description
Plot classes and related interfaces.
Utility classes used by JFreeChart.
-
Uses of Rotation in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as RotationModifier and TypeFieldDescriptionprivate Rotation
PiePlot.direction
The direction for the pie segments.private Rotation
SpiderWebPlot.direction
The direction for drawing the radar axis and plots.Methods in org.jfree.chart.plot that return RotationModifier and TypeMethodDescriptionPiePlot.getDirection()
Returns the direction in which the pie sections are drawn (clockwise or anti-clockwise).SpiderWebPlot.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 RotationModifier and TypeMethodDescriptionvoid
PiePlot.setDirection
(Rotation direction) Sets the direction in which the pie sections are drawn and sends aPlotChangeEvent
to all registered listeners.void
SpiderWebPlot.setDirection
(Rotation direction) Sets the direction in which the radar axes are drawn and sends aPlotChangeEvent
to all registered listeners. -
Uses of Rotation in org.jfree.chart.util
Methods in org.jfree.chart.util that return Rotation