| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart.pie | |
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Method and Description |
|---|---|
PieSection |
PiePlot.section(X itemKey)
Returns the section controller interface for the item specified
|
PieSection |
PieSection.withColor(Color color)
Sets the color to render this section
|
PieSection |
PieSection.withOffset(double offset)
Sets an offset degree for this section
|
| Modifier and Type | Class and Description |
|---|---|
private class |
GPiePlot.GPieSection
Implementation of PieSection
|
| Modifier and Type | Method and Description |
|---|---|
PieSection |
GPiePlot.section(X itemKey) |
PieSection |
GPiePlot.GPieSection.withColor(Color color) |
PieSection |
GPiePlot.GPieSection.withOffset(double offset) |
| Modifier and Type | Class and Description |
|---|---|
private class |
JFPiePlot.MorpheusPieSection
An implementation of the PieSection interface for JFreeChart
|
| Modifier and Type | Field and Description |
|---|---|
private Map<X,PieSection> |
JFPiePlot.sectionMap |
| Modifier and Type | Method and Description |
|---|---|
PieSection |
JFPiePlot.section(X itemKey) |
PieSection |
JFPiePlot.MorpheusPieSection.withColor(Color color) |
PieSection |
JFPiePlot.MorpheusPieSection.withOffset(double offset) |
Copyright 2014-2017, Xavier Witdouck