Serialized Form
|
Package gvprojects.igel.model |
|
Package gvprojects.igel.view |
state
ICellState state
artist
Artist artist
listeners
java.util.List<E> listeners
proposedEntry
int proposedEntry
hideTop
boolean hideTop
color
java.awt.Color color
myValue
int myValue
- current value of the die
displayValue
int displayValue
- current value of the die
mySize
int mySize
- current size in pixels
dotSize
int dotSize
- dot size in pixels defined by overall die size
left
int left
- offset in pixels for the left row of dots
right
int right
- offset in pixels for the right row of dots
middle
int middle
- offset in pixels for the middle dot
DELAY
int DELAY
- delay for animation
BACKGROUND
java.awt.Color BACKGROUND
- default color of dice
NUM_ROLLS
int NUM_ROLLS
- repeats for animation
myTimer
javax.swing.Timer myTimer
- Timer for animation
maxValue
int maxValue