public interface PiePlot<X extends Comparable,S extends Comparable>
This is open source software released under the Apache 2.0 License
| Modifier and Type | Method and Description |
|---|---|
PieModel<X,S> |
data()
Returns the data interface for this plot
|
PieLabels |
labels()
Returns the label controller for this plot
|
PieSection |
section(X itemKey)
Returns the section controller interface for the item specified
|
PiePlot<X,S> |
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> |
withSectionOutlineColor(Color color)
Sets the outline color for pie sections
|
PiePlot<X,S> |
withStartAngle(double degrees)
Sets the start angle for the first section in degrees
|
PieLabels labels()
PieSection section(X itemKey)
itemKey - the key for the section itemPiePlot<X,S> withStartAngle(double degrees)
degrees - the degrees for start anglePiePlot<X,S> withPieHole(double percent)
percent - the percent size for pie holeCopyright 2014-2017, Xavier Witdouck