org.jmol.util
Class Dimension

java.lang.Object
  extended by org.jmol.util.Dimension

public class Dimension
extends java.lang.Object


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

Field Detail

height

public int height

width

public int width
Constructor Detail

Dimension

public Dimension()