Class ContentLimit


  • public class ContentLimit
    extends java.lang.Object
    • Field Detail

      • _top

        private int _top
      • _bottom

        private int _bottom
    • 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