jsynoptic.plugins.jfreechart
Class PieChartShape.CbxEntry
java.lang.Object
jsynoptic.plugins.jfreechart.PieChartShape.CbxEntry
- Enclosing class:
- PieChartShape
protected static class PieChartShape.CbxEntry
- extends java.lang.Object
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
datasetIndex
public int datasetIndex
name
public java.lang.String name
color
public java.awt.Color color
source
public DataSource source
mapper
public ColorMapper mapper
ratio
public double ratio
PieChartShape.CbxEntry
public PieChartShape.CbxEntry(int datasetIndex,
java.lang.String name,
java.awt.Color c,
DataSource ds,
ColorMapper cm,
double ratio)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object