org.a11y.BrlAPI

Class DisplaySize

public class DisplaySize extends Object

Field Summary
protected intheight
protected intwidth
Constructor Summary
DisplaySize(int width, int height)
Method Summary
intgetHeight()
intgetWidth()

Field Detail

height

protected final int height

width

protected final int width

Constructor Detail

DisplaySize

public DisplaySize(int width, int height)

Method Detail

getHeight

public int getHeight()

getWidth

public int getWidth()