Class AFPPageOverlay

    • Field Detail

      • x

        private int x
        The x coordinate
      • y

        private int y
        The y coordinate
    • 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