edu.jhu.tmaj.client.image.draw
Class Dimension

java.lang.Object
  extended by edu.jhu.tmaj.client.image.draw.Dimension

final class Dimension
extends java.lang.Object

Represents width and height.


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

Field Detail

width

final int width

height

final int height
Constructor Detail

Dimension

public Dimension(int w,
                 int h)