Class AFPPageOverlay

    • Field Detail

      • ATT_X

        protected static final java.lang.String ATT_X
        X coordinate attribute
        See Also:
        Constant Field Values
      • ATT_Y

        protected static final java.lang.String ATT_Y
        X coordinate attribute
        See Also:
        Constant Field Values
    • Constructor Detail

      • AFPPageOverlay

        public AFPPageOverlay()
        Default constructor.
    • Method Detail

      • getX

        public int getX()
        returns X coordinate
        Returns:
        x integer
      • setX

        public void setX​(int x)
        Sets the X coordinate
        Parameters:
        x - The integer to be set.
      • getY

        public int getY()
        returns Y coordinate
        Returns:
        y integer
      • setY

        public void setY​(int y)
        Sets the Y coordinate
        Parameters:
        y - The integer to be set.
      • toSAX

        public void toSAX​(org.xml.sax.ContentHandler handler)
                   throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • toString

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