Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.pdf
Class PagePosition

java.lang.Object
  extended by org.xhtmlrenderer.pdf.PagePosition

public class PagePosition
extends java.lang.Object


Constructor Summary
PagePosition()
           
 
Method Summary
 float getHeight()
           
 java.lang.String getId()
           
 int getPageNo()
           
 float getWidth()
           
 float getX()
           
 float getY()
           
 void setHeight(float height)
           
 void setId(java.lang.String id)
           
 void setPageNo(int pageNo)
           
 void setWidth(float width)
           
 void setX(float x)
           
 void setY(float y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagePosition

public PagePosition()
Method Detail

getPageNo

public int getPageNo()

setPageNo

public void setPageNo(int pageNo)

getX

public float getX()

setX

public void setX(float x)

getWidth

public float getWidth()

setWidth

public void setWidth(float width)

getY

public float getY()

setY

public void setY(float y)

getHeight

public float getHeight()

setHeight

public void setHeight(float height)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home