HSetChart.Population

public static class HSetChart.Population
extends ChartPopulation
Hierarchy:
ObjectChartPopulation ⯈ HSetChart.Population
All implemented interfaces:
Legend.LegendItem
Enclosing class:
HSetChart

Summary

Instance Fields
final String hdr
String legend
Inherited from ChartPopulation.
DataRenderer renderer
Inherited from ChartPopulation.
String style
Inherited from ChartPopulation.
Constructors
Population (String hdr, String style)
Instance Methods
ChartPopulation addLegend (Legend legend)
ChartPopulation addLegend (Legend legend, String name)
Inherited from ChartPopulation.
String getLegendText ()
Inherited from ChartPopulation.
void printLegendSwatch (PrintStream out, double x, double y, int w, int h)
Inherited from ChartPopulation.
ChartPopulation setRenderer (DataRenderer renderer)
Inherited from ChartPopulation.
Show all inherited methods (11 more)
protected native Object clone ()
Inherited from Object.
boolean equals (Object)
Inherited from Object.
protected void finalize ()
Inherited from Object.
final native Class<?> getClass ()
Inherited from Object.
native int hashCode ()
Inherited from Object.
final native void notify ()
Inherited from Object.
final native void notifyAll ()
Inherited from Object.
String toString ()
Inherited from Object.
final void wait ()
Inherited from Object.
final native void wait (long)
Inherited from Object.
final void wait (long, int)
Inherited from Object.

hdr

public final String hdr;

Population

public Population (
	String hdr,
	String style
);

addLegend

public ChartPopulation addLegend (
	Legend legend
);

Implements ChartPopulation.addLegend(Legend).