Class AbstractDescriptor

    • Field Detail

      • width

        protected int width
        width of this descriptor
      • height

        protected int height
        height of this descriptor
      • widthRes

        protected int widthRes
        width resolution of this descriptor
      • heightRes

        protected int heightRes
        height resolution of this descriptor
    • Constructor Detail

      • AbstractDescriptor

        public AbstractDescriptor()
        Default constructor
      • AbstractDescriptor

        public AbstractDescriptor​(int width,
                                  int height,
                                  int widthRes,
                                  int heightRes)
        Constructor a PresentationTextDescriptor for the specified width and height.
        Parameters:
        width - The width of the page.
        height - The height of the page.
        widthRes - The width resolution of the page.
        heightRes - The height resolution of the page.
    • Method Detail

      • toString

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

        public int getWidth()
        Returns the width
        Returns:
        the width
      • getHeight

        public int getHeight()
        Returns the height
        Returns:
        the height