org.a11y.BrlAPI
Class DisplaySize

java.lang.Object
  extended by org.a11y.BrlAPI.DisplaySize

public class DisplaySize
extends java.lang.Object


Field Summary
protected  int height
           
protected  int width
           
 
Constructor Summary
DisplaySize(int width, int height)
           
 
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

protected final int width

height

protected final int height
Constructor Detail

DisplaySize

public DisplaySize(int width,
                   int height)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()