Legend.LegendItem

public static interface Legend.LegendItem
Enclosing class:
Legend
Known direct implementing classes:
ChartPopulation

Summary

Interface Methods
String getLegendText ()
void printLegendSwatch (PrintStream out, double x, double y, int w, int h)

getLegendText

public String getLegendText ();

printLegendSwatch

public void printLegendSwatch (
	PrintStream out,
	double x,
	double y,
	int w,
	int h
);