Class ContentLimit

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

public class ContentLimit extends Object
  • Field Details

    • UNDEFINED

      public static final int UNDEFINED
      See Also:
    • _top

      private int _top
    • _bottom

      private int _bottom
  • Constructor Details

    • ContentLimit

      public ContentLimit()
  • Method Details

    • 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