| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart.pie | |
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Method and Description |
|---|---|
PieLabels |
PiePlot.labels()
Returns the label controller for this plot
|
PieLabels |
PieLabels.off()
Signals to turn off pie labels
|
PieLabels |
PieLabels.on()
Signals to turn on pie labels
|
PieLabels |
PieLabels.withBackgroundColor(Color color)
Sets the background color for pie section labels
|
PieLabels |
PieLabels.withFont(Font font)
Sets the font for pie section labels
|
PieLabels |
PieLabels.withName()
Signals to show section names
|
PieLabels |
PieLabels.withPercent()
Signals to show section percentages
|
PieLabels |
PieLabels.withTextColor(Color color)
Sets the text color for pie section labels
|
PieLabels |
PieLabels.withValue()
Signals to show section values
|
| Modifier and Type | Class and Description |
|---|---|
private class |
GPiePlot.GPieLabels
Implementation of the PieLabels interface
|
| Modifier and Type | Method and Description |
|---|---|
PieLabels |
GPiePlot.labels() |
PieLabels |
GPiePlot.GPieLabels.off() |
PieLabels |
GPiePlot.GPieLabels.on() |
PieLabels |
GPiePlot.GPieLabels.withBackgroundColor(Color color) |
PieLabels |
GPiePlot.GPieLabels.withFont(Font font) |
PieLabels |
GPiePlot.GPieLabels.withName() |
PieLabels |
GPiePlot.GPieLabels.withPercent() |
PieLabels |
GPiePlot.GPieLabels.withTextColor(Color color) |
PieLabels |
GPiePlot.GPieLabels.withValue() |
| Modifier and Type | Class and Description |
|---|---|
private class |
JFPiePlot.MorpheusPieLabels
An implementation of the PieLabels interface for JFreeChart
|
| Modifier and Type | Method and Description |
|---|---|
PieLabels |
JFPiePlot.labels() |
PieLabels |
JFPiePlot.MorpheusPieLabels.off() |
PieLabels |
JFPiePlot.MorpheusPieLabels.on() |
PieLabels |
JFPiePlot.MorpheusPieLabels.withBackgroundColor(Color color) |
PieLabels |
JFPiePlot.MorpheusPieLabels.withFont(Font font) |
PieLabels |
JFPiePlot.MorpheusPieLabels.withName() |
PieLabels |
JFPiePlot.MorpheusPieLabels.withPercent() |
PieLabels |
JFPiePlot.MorpheusPieLabels.withTextColor(Color color) |
PieLabels |
JFPiePlot.MorpheusPieLabels.withValue() |
Copyright 2014-2017, Xavier Witdouck