Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.util |
Utility classes used by JFreeChart.
|
Modifier and Type | Method and Description |
---|---|
Rotation |
SpiderWebPlot.getDirection()
Returns the direction in which the radar axes are drawn
(clockwise or anti-clockwise).
|
Rotation |
PiePlot.getDirection()
Returns the direction in which the pie sections are drawn (clockwise or
anti-clockwise).
|
Modifier and Type | Method and Description |
---|---|
void |
SpiderWebPlot.setDirection(Rotation direction)
Sets the direction in which the radar axes are drawn and sends a
PlotChangeEvent to all registered listeners. |
void |
PiePlot.setDirection(Rotation direction)
Sets the direction in which the pie sections are drawn and sends a
PlotChangeEvent to all registered listeners. |
Modifier and Type | Method and Description |
---|---|
static Rotation |
Rotation.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.
|
Copyright © 2001–2017 JFree.org. All rights reserved.