public abstract class Item extends java.lang.Object
(package private) int
value
Item(int value)
abstract void
drawItem(java.awt.Graphics g, int x, int y)
int
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int value
public Item(int value)
public abstract void drawItem(java.awt.Graphics g, int x, int y)
g
x
y
public int getValue()