eu.livotov.tpt.gui.vdv.api
Class RasterizedPageProperties

java.lang.Object
  extended by eu.livotov.tpt.gui.vdv.api.RasterizedPageProperties

public class RasterizedPageProperties
extends java.lang.Object

Author:
dlivotov

Field Summary
private  int height
           
private  int width
           
 
Constructor Summary
RasterizedPageProperties(int w, int h)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

private int width

height

private int height
Constructor Detail

RasterizedPageProperties

public RasterizedPageProperties(int w,
                                int h)
Method Detail

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)