| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart | |
| com.zavtech.morpheus.viz.chart.pie | |
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable,S extends Comparable> |
ChartFactoryProxy.ofPiePlot(boolean is3d,
Consumer<Chart<PiePlot<X,S>>> configurator) |
<X extends Comparable,S extends Comparable> |
ChartFactory.ofPiePlot(boolean is3d,
Consumer<Chart<PiePlot<X,S>>> configurator)
Returns a newly created Pie chart and applies it to the configurator provided
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withPiePlot(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
boolean is3d,
S dataKey,
S labelKey,
Consumer<Chart<PiePlot<X,S>>> configurator)
Returns a newly created Pie Chart using labels from the column identified by labelKey and the values from the column labelled dataKey
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withPiePlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
boolean is3d,
Consumer<Chart<PiePlot<X,S>>> configurator)
Returns a newly created Pie Chart using the row keys for labels and the first numeric column for values
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withPiePlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
boolean is3d,
S dataKey,
Consumer<Chart<PiePlot<X,S>>> configurator)
Returns a newly created Pie Chart using the row keys for labels and the values from the column labelled dataKey
|
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable,S extends Comparable> |
ChartFactoryProxy.ofPiePlot(boolean is3d,
Consumer<Chart<PiePlot<X,S>>> configurator) |
<X extends Comparable,S extends Comparable> |
ChartFactory.ofPiePlot(boolean is3d,
Consumer<Chart<PiePlot<X,S>>> configurator)
Returns a newly created Pie chart and applies it to the configurator provided
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withPiePlot(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
boolean is3d,
S dataKey,
S labelKey,
Consumer<Chart<PiePlot<X,S>>> configurator)
Returns a newly created Pie Chart using labels from the column identified by labelKey and the values from the column labelled dataKey
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withPiePlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
boolean is3d,
Consumer<Chart<PiePlot<X,S>>> configurator)
Returns a newly created Pie Chart using the row keys for labels and the first numeric column for values
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withPiePlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
boolean is3d,
S dataKey,
Consumer<Chart<PiePlot<X,S>>> configurator)
Returns a newly created Pie Chart using the row keys for labels and the values from the column labelled dataKey
|
| Modifier and Type | Method and Description |
|---|---|
PiePlot<X,S> |
PiePlot.withPieHole(double percent)
Sets the size of the pie hole for donut plots
This feature does not work on 3D plots and is ignored
|
PiePlot<X,S> |
PiePlot.withSectionOutlineColor(Color color)
Sets the outline color for pie sections
|
PiePlot<X,S> |
PiePlot.withStartAngle(double degrees)
Sets the start angle for the first section in degrees
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GPiePlot<X extends Comparable,S extends Comparable>
An implementation of the PiePlot for the Google Chart Adapter.
|
| Modifier and Type | Method and Description |
|---|---|
PiePlot<X,S> |
GPiePlot.withPieHole(double percent) |
PiePlot<X,S> |
GPiePlot.withSectionOutlineColor(Color color) |
PiePlot<X,S> |
GPiePlot.withStartAngle(double degrees) |
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable,S extends Comparable> |
GChartFactory.ofPiePlot(boolean is3d,
Consumer<Chart<PiePlot<X,S>>> configurator) |
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable,S extends Comparable> |
GChartFactory.ofPiePlot(boolean is3d,
Consumer<Chart<PiePlot<X,S>>> configurator) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
JFPiePlot<X extends Comparable,S extends Comparable>
An implementation of the PiePlot interface against JFreeChart.
|
| Modifier and Type | Method and Description |
|---|---|
PiePlot<X,S> |
JFPiePlot.withPieHole(double percent) |
PiePlot<X,S> |
JFPiePlot.withSectionOutlineColor(Color color) |
PiePlot<X,S> |
JFPiePlot.withStartAngle(double degrees) |
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable,S extends Comparable> |
JFChartFactory.ofPiePlot(boolean is3d,
Consumer<Chart<PiePlot<X,S>>> configurator) |
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable,S extends Comparable> |
JFChartFactory.ofPiePlot(boolean is3d,
Consumer<Chart<PiePlot<X,S>>> configurator) |
Copyright 2014-2017, Xavier Witdouck