org.xhtmlrenderer.render
Class ContentLimit

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

public class ContentLimit
extends Object


Field Summary
static int UNDEFINED
           
 
Constructor Summary
ContentLimit()
           
 
Method Summary
 int getBottom()
           
 int getTop()
           
 void setBottom(int bottom)
           
 void setTop(int top)
           
 String toString()
           
 void updateBottom(int bottom)
           
 void updateTop(int top)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.