utility
Class NightPlanner.BarInfo
java.lang.Object
utility.NightPlanner.BarInfo
- Enclosing class:
- NightPlanner
public class NightPlanner.BarInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
length
public int length
min
public int min
max
public int max
value
public int value
use
public boolean use
color
public java.awt.Color color
NightPlanner.BarInfo
public NightPlanner.BarInfo(java.lang.String name,
int length,
int min,
int max,
int value)
NightPlanner.BarInfo
public NightPlanner.BarInfo(NightPlanner.BarInfo bar)