org.moyoman.client.reference.debug
Class LegendDebugPanel.LegendListEntry

java.lang.Object
  |
  +--org.moyoman.client.reference.debug.LegendDebugPanel.LegendListEntry
Enclosing class:
LegendDebugPanel

private static class LegendDebugPanel.LegendListEntry
extends Object

Provides a legend list entry item.

Since:
v0.01
Author:
Jeffrey M. Thompson

Field Summary
private  Color _color
           
private  String _label
           
private  String _symbol
           
 
Constructor Summary
LegendDebugPanel.LegendListEntry(Color color, String label, String symbol)
           
 
Method Summary
 Color getColor()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_color

private Color _color

_label

private String _label

_symbol

private String _symbol
Constructor Detail

LegendDebugPanel.LegendListEntry

public LegendDebugPanel.LegendListEntry(Color color,
                                        String label,
                                        String symbol)
Method Detail

getColor

public Color getColor()

toString

public String toString()
Overrides:
toString in class Object