ScatterChart.Population

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

Summary

Instance Fields
final Data data
final String hdrx
final String hdry
String legend
Inherited from ChartPopulation.
DataRenderer renderer
Inherited from ChartPopulation.
String style
Inherited from ChartPopulation.
Constructors
Population (Data data, String hdrx, String hdry, 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.

data

public final Data data;

hdrx

public final String hdrx;

hdry

public final String hdry;

Population

public Population (
	Data data,
	String hdrx,
	String hdry,
	String style
);