Definition at line 19 of file LegendPanel.java.
Public Member Functions | |
LegendPanel (PlotPanel _plotPanel, int _orientation) | |
void | updateLegends () |
void | note (int i) |
void | nonote (int i) |
void | componentResized (ComponentEvent e) |
void | componentMoved (ComponentEvent e) |
void | componentShown (ComponentEvent e) |
void | componentHidden (ComponentEvent e) |
Static Public Attributes | |
static int | INVISIBLE = -1 |
static int | VERTICAL = 0 |
static int | HORIZONTAL = 1 |
Package Attributes | |
PlotCanvas | plotCanvas |
PlotPanel | plotPanel |
LinkedList< Legend > | legends |
int | orientation |
JPanel | container |
Classes | |
class | Legend |