CSE115.Gumball
Class GumballSize

java.lang.Object
  extended byCSE115.Gumball.GumballSize

public class GumballSize
extends Object

GumballSize.java Created: Tue Jul 10 14:24:23 2001

Author:

Field Summary
static GumballSize JUMBO
           
static GumballSize LARGE
           
static GumballSize MEDIUM
           
static GumballSize SMALL
           
static GumballSize TINY
           
 
Method Summary
 Dimension getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TINY

public static final GumballSize TINY

SMALL

public static final GumballSize SMALL

MEDIUM

public static final GumballSize MEDIUM

LARGE

public static final GumballSize LARGE

JUMBO

public static final GumballSize JUMBO
Method Detail

getSize

public Dimension getSize()