Class PageMargin


  • public class PageMargin
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PageMargin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getBottom()  
      double getLeft()  
      double getRight()  
      double getTop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageMargin

        public PageMargin()
    • Method Detail

      • getTop

        public double getTop()
      • getBottom

        public double getBottom()
      • getLeft

        public double getLeft()
      • getRight

        public double getRight()