edu.iris.Fissures
Class Dimension

java.lang.Object
  extended by edu.iris.Fissures.Dimension
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class Dimension
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

The dimension in pixels of a display area.

See Also:
Serialized Form

Field Summary
 int height
           
 int width
           
 
Constructor Summary
Dimension()
           
Dimension(int width, int height)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height
Constructor Detail

Dimension

public Dimension()

Dimension

public Dimension(int width,
                 int height)