Package com.pd4ml

Class PageMargins

  • All Implemented Interfaces:
    Dimensions

    public class PageMargins
    extends java.lang.Object
    implements Dimensions
    • Field Detail

      • DEFAULT_PAGE_MARGINS

        public static final PageMargins DEFAULT_PAGE_MARGINS
      • left

        public float left
      • top

        public float top
      • right

        public float right
      • bottom

        public float bottom
    • Constructor Detail

      • PageMargins

        public PageMargins​(float left,
                           float top,
                           float right,
                           float bottom)
      • PageMargins

        public PageMargins​(float left,
                           float top,
                           float right,
                           float bottom,
                           Dimensions.Units units)
    • Method Detail

      • toString

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