|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.rchart.ChartComponent
com.java4less.rchart.Plotter
com.java4less.rchart.PiePlotter
public class PiePlotter
Plotter used to create a pie chart. It only admits DataSeries of type PieDataSerie.
Field Summary | |
---|---|
LineStyle |
border
style of the border |
boolean |
drawRadius
if true the radius lines will be displayed. |
boolean |
effect3D
set it to trie to create a 3D pie |
java.lang.String |
labelFormat
label format for items in the pie. |
LineStyle |
labelLine
style of the line used to connect pie and labels |
double |
radiusModifier
modifies the size of the pie. |
int |
space
pixels of distance for detached items. |
Fields inherited from class com.java4less.rchart.Plotter |
---|
back, backImage, depth, visibleHeight, visibleWidth, XScale, Y2Scale, YScale |
Fields inherited from class com.java4less.rchart.ChartComponent |
---|
height, width, x, y |
Constructor Summary | |
---|---|
PiePlotter()
constructor |
Method Summary |
---|
Methods inherited from class com.java4less.rchart.Plotter |
---|
addSerie, getCombinable, getNeedsAxis, getSerie, getSeriesCount, plot, plotBackground, replaceSerie, setSerie |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public LineStyle labelLine
public double radiusModifier
public LineStyle border
public boolean drawRadius
public boolean effect3D
public java.lang.String labelFormat
public int space
Constructor Detail |
---|
public PiePlotter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |