Class Frame


  • public class Frame
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String borderBottom  
      protected java.lang.String borderLeft  
      protected java.lang.String borderRight  
      protected java.lang.String borderTop  
      protected java.lang.String columns  
      protected java.lang.String layer  
      protected java.lang.String rows  
      protected java.lang.String x1  
      protected java.lang.String x2  
      protected java.lang.String y1  
      protected java.lang.String y2  
    • Constructor Summary

      Constructors 
      Constructor Description
      Frame()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBorderBottom()
      Gets the value of the borderBottom property.
      java.lang.String getBorderLeft()
      Gets the value of the borderLeft property.
      java.lang.String getBorderRight()
      Gets the value of the borderRight property.
      java.lang.String getBorderTop()
      Gets the value of the borderTop property.
      java.lang.String getColumns()
      Gets the value of the columns property.
      java.lang.String getLayer()
      Gets the value of the layer property.
      java.lang.String getRows()
      Gets the value of the rows property.
      java.lang.String getX1()
      Gets the value of the x1 property.
      java.lang.String getX2()
      Gets the value of the x2 property.
      java.lang.String getY1()
      Gets the value of the y1 property.
      java.lang.String getY2()
      Gets the value of the y2 property.
      void setBorderBottom​(java.lang.String value)
      Sets the value of the borderBottom property.
      void setBorderLeft​(java.lang.String value)
      Sets the value of the borderLeft property.
      void setBorderRight​(java.lang.String value)
      Sets the value of the borderRight property.
      void setBorderTop​(java.lang.String value)
      Sets the value of the borderTop property.
      void setColumns​(java.lang.String value)
      Sets the value of the columns property.
      void setLayer​(java.lang.String value)
      Sets the value of the layer property.
      void setRows​(java.lang.String value)
      Sets the value of the rows property.
      void setX1​(java.lang.String value)
      Sets the value of the x1 property.
      void setX2​(java.lang.String value)
      Sets the value of the x2 property.
      void setY1​(java.lang.String value)
      Sets the value of the y1 property.
      void setY2​(java.lang.String value)
      Sets the value of the y2 property.
      • Methods inherited from class java.lang.Object

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

      • x1

        protected java.lang.String x1
      • y1

        protected java.lang.String y1
      • x2

        protected java.lang.String x2
      • y2

        protected java.lang.String y2
      • columns

        protected java.lang.String columns
      • rows

        protected java.lang.String rows
      • layer

        protected java.lang.String layer
      • borderLeft

        protected java.lang.String borderLeft
      • borderTop

        protected java.lang.String borderTop
      • borderRight

        protected java.lang.String borderRight
      • borderBottom

        protected java.lang.String borderBottom
    • Constructor Detail

      • Frame

        public Frame()
    • Method Detail

      • getX1

        public java.lang.String getX1()
        Gets the value of the x1 property.
        Returns:
        possible object is String
      • setX1

        public void setX1​(java.lang.String value)
        Sets the value of the x1 property.
        Parameters:
        value - allowed object is String
      • getY1

        public java.lang.String getY1()
        Gets the value of the y1 property.
        Returns:
        possible object is String
      • setY1

        public void setY1​(java.lang.String value)
        Sets the value of the y1 property.
        Parameters:
        value - allowed object is String
      • getX2

        public java.lang.String getX2()
        Gets the value of the x2 property.
        Returns:
        possible object is String
      • setX2

        public void setX2​(java.lang.String value)
        Sets the value of the x2 property.
        Parameters:
        value - allowed object is String
      • getY2

        public java.lang.String getY2()
        Gets the value of the y2 property.
        Returns:
        possible object is String
      • setY2

        public void setY2​(java.lang.String value)
        Sets the value of the y2 property.
        Parameters:
        value - allowed object is String
      • getColumns

        public java.lang.String getColumns()
        Gets the value of the columns property.
        Returns:
        possible object is String
      • setColumns

        public void setColumns​(java.lang.String value)
        Sets the value of the columns property.
        Parameters:
        value - allowed object is String
      • getRows

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

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

        public java.lang.String getLayer()
        Gets the value of the layer property.
        Returns:
        possible object is String
      • setLayer

        public void setLayer​(java.lang.String value)
        Sets the value of the layer property.
        Parameters:
        value - allowed object is String
      • getBorderLeft

        public java.lang.String getBorderLeft()
        Gets the value of the borderLeft property.
        Returns:
        possible object is String
      • setBorderLeft

        public void setBorderLeft​(java.lang.String value)
        Sets the value of the borderLeft property.
        Parameters:
        value - allowed object is String
      • getBorderTop

        public java.lang.String getBorderTop()
        Gets the value of the borderTop property.
        Returns:
        possible object is String
      • setBorderTop

        public void setBorderTop​(java.lang.String value)
        Sets the value of the borderTop property.
        Parameters:
        value - allowed object is String
      • getBorderRight

        public java.lang.String getBorderRight()
        Gets the value of the borderRight property.
        Returns:
        possible object is String
      • setBorderRight

        public void setBorderRight​(java.lang.String value)
        Sets the value of the borderRight property.
        Parameters:
        value - allowed object is String
      • getBorderBottom

        public java.lang.String getBorderBottom()
        Gets the value of the borderBottom property.
        Returns:
        possible object is String
      • setBorderBottom

        public void setBorderBottom​(java.lang.String value)
        Sets the value of the borderBottom property.
        Parameters:
        value - allowed object is String