org.a11y.BrlAPI

Class 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()

Field Details

height

protected final int height

width

protected final int width

Constructor Details

DisplaySize

public DisplaySize(int width,
                   int height)

Method Details

getHeight

public int getHeight()

getWidth

public int getWidth()