Class Layout


  • public class Layout
    extends java.lang.Object

    Java class for layout complex type.

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

     <complexType name="layout">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="x" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="y" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="rows" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="cols" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="offset" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="template" type="{}template" minOccurs="0"/>
             <element name="appearance" type="{}appearance" minOccurs="0"/>
             <element name="alignment" type="{}fieldAlignment" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Layout()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FieldAlignment getAlignment()
      Gets the value of the alignment property.
      Appearance getAppearance()
      Gets the value of the appearance property.
      java.lang.Integer getCols()
      Gets the value of the cols property.
      java.lang.Integer getOffset()
      Gets the value of the offset property.
      java.lang.Integer getRows()
      Gets the value of the rows property.
      Template getTemplate()
      Gets the value of the template property.
      java.lang.Integer getX()
      Gets the value of the x property.
      java.lang.Integer getY()
      Gets the value of the y property.
      void setAlignment​(FieldAlignment value)
      Sets the value of the alignment property.
      void setAppearance​(Appearance value)
      Sets the value of the appearance property.
      void setCols​(java.lang.Integer value)
      Sets the value of the cols property.
      void setOffset​(java.lang.Integer value)
      Sets the value of the offset property.
      void setRows​(java.lang.Integer value)
      Sets the value of the rows property.
      void setTemplate​(Template value)
      Sets the value of the template property.
      void setX​(java.lang.Integer value)
      Sets the value of the x property.
      void setY​(java.lang.Integer value)
      Sets the value of the y property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        protected java.lang.Integer x
      • y

        protected java.lang.Integer y
      • rows

        protected java.lang.Integer rows
      • cols

        protected java.lang.Integer cols
      • offset

        protected java.lang.Integer offset
    • Constructor Detail

      • Layout

        public Layout()
    • Method Detail

      • getX

        public java.lang.Integer getX()
        Gets the value of the x property.
        Returns:
        possible object is Integer
      • setX

        public void setX​(java.lang.Integer value)
        Sets the value of the x property.
        Parameters:
        value - allowed object is Integer
      • getY

        public java.lang.Integer getY()
        Gets the value of the y property.
        Returns:
        possible object is Integer
      • setY

        public void setY​(java.lang.Integer value)
        Sets the value of the y property.
        Parameters:
        value - allowed object is Integer
      • getRows

        public java.lang.Integer getRows()
        Gets the value of the rows property.
        Returns:
        possible object is Integer
      • setRows

        public void setRows​(java.lang.Integer value)
        Sets the value of the rows property.
        Parameters:
        value - allowed object is Integer
      • getCols

        public java.lang.Integer getCols()
        Gets the value of the cols property.
        Returns:
        possible object is Integer
      • setCols

        public void setCols​(java.lang.Integer value)
        Sets the value of the cols property.
        Parameters:
        value - allowed object is Integer
      • getOffset

        public java.lang.Integer getOffset()
        Gets the value of the offset property.
        Returns:
        possible object is Integer
      • setOffset

        public void setOffset​(java.lang.Integer value)
        Sets the value of the offset property.
        Parameters:
        value - allowed object is Integer
      • getTemplate

        public Template getTemplate()
        Gets the value of the template property.
        Returns:
        possible object is Template
      • setTemplate

        public void setTemplate​(Template value)
        Sets the value of the template property.
        Parameters:
        value - allowed object is Template
      • getAppearance

        public Appearance getAppearance()
        Gets the value of the appearance property.
        Returns:
        possible object is Appearance
      • setAppearance

        public void setAppearance​(Appearance value)
        Sets the value of the appearance property.
        Parameters:
        value - allowed object is Appearance
      • setAlignment

        public void setAlignment​(FieldAlignment value)
        Sets the value of the alignment property.
        Parameters:
        value - allowed object is FieldAlignment