Class RectangleType


  • public class RectangleType
    extends Object

    Java class for RectangleType complex type.

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

    
     <complexType name="RectangleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="coordinates" type="{http://schema.webpdf.de/1.0/extraction/text}CoordinatesType" />
           <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • x

        protected float x
      • y

        protected float y
      • width

        protected float width
      • height

        protected float height
    • Constructor Detail

      • RectangleType

        public RectangleType()
    • Method Detail

      • setCoordinates

        public void setCoordinates​(CoordinatesType value)
        Sets the value of the coordinates property.
        Parameters:
        value - allowed object is CoordinatesType
      • isSetCoordinates

        public boolean isSetCoordinates()
      • getX

        public float getX()
        Gets the value of the x property.
      • setX

        public void setX​(float value)
        Sets the value of the x property.
      • isSetX

        public boolean isSetX()
      • getY

        public float getY()
        Gets the value of the y property.
      • setY

        public void setY​(float value)
        Sets the value of the y property.
      • isSetY

        public boolean isSetY()
      • getWidth

        public float getWidth()
        Gets the value of the width property.
      • setWidth

        public void setWidth​(float value)
        Sets the value of the width property.
      • isSetWidth

        public boolean isSetWidth()
      • getHeight

        public float getHeight()
        Gets the value of the height property.
      • setHeight

        public void setHeight​(float value)
        Sets the value of the height property.
      • isSetHeight

        public boolean isSetHeight()