Class PointType

  • Direct Known Subclasses:
    AnnotationPointType

    public class PointType
    extends PositionsType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a point.</p>
     

    Java class for PointType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="PointType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/extraction/info}PositionsType">
           <attribute name="x" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="y" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PointType

        public PointType()
    • Method Detail

      • getX

        public float getX()
        Gets the value of the x property.
        Returns:
        possible object is Float
      • setX

        public void setX​(float value)
        Sets the value of the x property.
        Parameters:
        value - allowed object is Float
      • isSetX

        public boolean isSetX()
      • unsetX

        public void unsetX()
      • getY

        public float getY()
        Gets the value of the y property.
        Returns:
        possible object is Float
      • setY

        public void setY​(float value)
        Sets the value of the y property.
        Parameters:
        value - allowed object is Float
      • isSetY

        public boolean isSetY()
      • unsetY

        public void unsetY()