public abstract class ChartPopulation implements Legend.LegendItem
ChartPopulation (DataRenderer renderer, String style)
|
abstract ChartPopulation |
addLegend (Legend legend)
|
ChartPopulation |
addLegend (Legend legend, String name)
|
String |
getLegendText ()
|
void |
printLegendSwatch (PrintStream out, double x, double y, int w, int h)
|
ChartPopulation |
setRenderer (DataRenderer renderer)
|
Show all inherited methods (11 more) |
@Override public String getLegendText ();
Implements Legend.LegendItem.getLegendText()
.
@Override public void printLegendSwatch ( PrintStream out, double x, double y, int w, int h );
Implements Legend.LegendItem.printLegendSwatch(PrintStream, double, double, int, int)
.