Graphics2D Actor API

g2d.util
Class Box

java.lang.Object
  extended by g2d.util.Box

public class Box
extends Object

For doing sets without resorting to defines.

Since:
September 6, 2004
Author:
Ian A. Mason

Constructor Summary
Box()
           
Box(Object contents)
           
 
Method Summary
 Object getContents()
           
 void setContents(Object contents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Box

public Box()

Box

public Box(Object contents)
Method Detail

setContents

public void setContents(Object contents)

getContents

public Object getContents()

Graphics2D Actor API