Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.render
Class ContentLimit

java.lang.Object
  extended by org.xhtmlrenderer.render.ContentLimit

public class ContentLimit
extends java.lang.Object


Field Summary
static int UNDEFINED
           
 
Constructor Summary
ContentLimit()
           
 
Method Summary
 int getBottom()
           
 int getTop()
           
 void setBottom(int bottom)
           
 void setTop(int top)
           
 java.lang.String toString()
           
 void updateBottom(int bottom)
           
 void updateTop(int top)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNDEFINED

public static final int UNDEFINED
See Also:
Constant Field Values
Constructor Detail

ContentLimit

public ContentLimit()
Method Detail

getTop

public int getTop()

setTop

public void setTop(int top)

updateTop

public void updateTop(int top)

getBottom

public int getBottom()

setBottom

public void setBottom(int bottom)

updateBottom

public void updateBottom(int bottom)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home