jsynoptic.plugins.jfreechart
Class StandardPlotShape.CbxEntry
java.lang.Object
jsynoptic.plugins.jfreechart.StandardPlotShape.CbxEntry
- Enclosing class:
- StandardPlotShape
protected static class StandardPlotShape.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
StandardPlotShape.CbxEntry
public StandardPlotShape.CbxEntry(int datasetIndex,
java.lang.String name,
java.awt.Color c,
DataSource ds,
ColorMapper cm)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object