org.opengts.db.tables
Class Resource.Dimension

java.lang.Object
  extended by org.opengts.db.tables.Resource.Dimension
Enclosing class:
Resource

public static class Resource.Dimension
extends java.lang.Object


Field Summary
 int height
           
 int width
           
 
Constructor Summary
Resource.Dimension(int w, int h)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 
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

Resource.Dimension

public Resource.Dimension(int w,
                          int h)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()