Class BrlapiSize


public class BrlapiSize
extends java.lang.Object

Field Summary

protected int
height
protected int
width

Constructor Summary

BrlapiSize(int width, int height)

Method Summary

int
getHeight()
int
getWidth()

Field Details

height

protected final int height

width

protected final int width

Constructor Details

BrlapiSize

public BrlapiSize(int width,
                  int height)

Method Details

getHeight

public int getHeight()

getWidth

public int getWidth()