Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Method and Description |
---|---|
PieLabelLinkStyle |
StandardChartTheme.getLabelLinkStyle()
Returns the label link style for pie charts.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardChartTheme.setLabelLinkStyle(PieLabelLinkStyle style)
Sets the label link style for pie charts.
|
Modifier and Type | Field and Description |
---|---|
static PieLabelLinkStyle |
PieLabelLinkStyle.CUBIC_CURVE
CUBIC_CURVE.
|
static PieLabelLinkStyle |
PieLabelLinkStyle.QUAD_CURVE
QUAD_CURVE.
|
static PieLabelLinkStyle |
PieLabelLinkStyle.STANDARD
STANDARD.
|
Modifier and Type | Method and Description |
---|---|
PieLabelLinkStyle |
PiePlot.getLabelLinkStyle()
Returns the label link style.
|
Modifier and Type | Method and Description |
---|---|
void |
PiePlot.setLabelLinkStyle(PieLabelLinkStyle style)
Sets the label link style and sends a
PlotChangeEvent to all
registered listeners. |