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

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

private static class ContinuousDebugPanel.LegendListEntry
extends Object

Provides a legend list entry item.

Since:
v0.01
Author:
Jeffrey M. Thompson

Field Summary
private  Color _color
           
private  int _high
           
private  int _low
           
 
Constructor Summary
ContinuousDebugPanel.LegendListEntry(Color color, int low, int high)
           
 
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

_high

private int _high

_low

private int _low
Constructor Detail

ContinuousDebugPanel.LegendListEntry

public ContinuousDebugPanel.LegendListEntry(Color color,
                                            int low,
                                            int high)
Method Detail

getColor

public Color getColor()

toString

public String toString()
Overrides:
toString in class Object