Class Dimension


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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String dtype  
      protected java.lang.String extlength  
      protected java.lang.String extoffset  
      protected java.lang.String extwidth  
      protected java.lang.String layer  
      protected java.lang.String precision  
      protected java.lang.String textratio  
      protected java.lang.String textsize  
      protected java.lang.String unit  
      protected java.lang.String visible  
      protected java.lang.String width  
      protected java.lang.String x1  
      protected java.lang.String x2  
      protected java.lang.String x3  
      protected java.lang.String y1  
      protected java.lang.String y2  
      protected java.lang.String y3  
    • Constructor Summary

      Constructors 
      Constructor Description
      Dimension()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDtype()
      Gets the value of the dtype property.
      java.lang.String getExtlength()
      Gets the value of the extlength property.
      java.lang.String getExtoffset()
      Gets the value of the extoffset property.
      java.lang.String getExtwidth()
      Gets the value of the extwidth property.
      java.lang.String getLayer()
      Gets the value of the layer property.
      java.lang.String getPrecision()
      Gets the value of the precision property.
      java.lang.String getTextratio()
      Gets the value of the textratio property.
      java.lang.String getTextsize()
      Gets the value of the textsize property.
      java.lang.String getUnit()
      Gets the value of the unit property.
      java.lang.String getVisible()
      Gets the value of the visible property.
      java.lang.String getWidth()
      Gets the value of the width 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 getX3()
      Gets the value of the x3 property.
      java.lang.String getY1()
      Gets the value of the y1 property.
      java.lang.String getY2()
      Gets the value of the y2 property.
      java.lang.String getY3()
      Gets the value of the y3 property.
      void setDtype​(java.lang.String value)
      Sets the value of the dtype property.
      void setExtlength​(java.lang.String value)
      Sets the value of the extlength property.
      void setExtoffset​(java.lang.String value)
      Sets the value of the extoffset property.
      void setExtwidth​(java.lang.String value)
      Sets the value of the extwidth property.
      void setLayer​(java.lang.String value)
      Sets the value of the layer property.
      void setPrecision​(java.lang.String value)
      Sets the value of the precision property.
      void setTextratio​(java.lang.String value)
      Sets the value of the textratio property.
      void setTextsize​(java.lang.String value)
      Sets the value of the textsize property.
      void setUnit​(java.lang.String value)
      Sets the value of the unit property.
      void setVisible​(java.lang.String value)
      Sets the value of the visible property.
      void setWidth​(java.lang.String value)
      Sets the value of the width 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 setX3​(java.lang.String value)
      Sets the value of the x3 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.
      void setY3​(java.lang.String value)
      Sets the value of the y3 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
      • x3

        protected java.lang.String x3
      • y3

        protected java.lang.String y3
      • layer

        protected java.lang.String layer
      • dtype

        protected java.lang.String dtype
      • width

        protected java.lang.String width
      • extwidth

        protected java.lang.String extwidth
      • extlength

        protected java.lang.String extlength
      • extoffset

        protected java.lang.String extoffset
      • textsize

        protected java.lang.String textsize
      • textratio

        protected java.lang.String textratio
      • unit

        protected java.lang.String unit
      • precision

        protected java.lang.String precision
      • visible

        protected java.lang.String visible
    • Constructor Detail

      • Dimension

        public Dimension()
    • 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
      • getX3

        public java.lang.String getX3()
        Gets the value of the x3 property.
        Returns:
        possible object is String
      • setX3

        public void setX3​(java.lang.String value)
        Sets the value of the x3 property.
        Parameters:
        value - allowed object is String
      • getY3

        public java.lang.String getY3()
        Gets the value of the y3 property.
        Returns:
        possible object is String
      • setY3

        public void setY3​(java.lang.String value)
        Sets the value of the y3 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
      • getDtype

        public java.lang.String getDtype()
        Gets the value of the dtype property.
        Returns:
        possible object is String
      • setDtype

        public void setDtype​(java.lang.String value)
        Sets the value of the dtype property.
        Parameters:
        value - allowed object is String
      • getWidth

        public java.lang.String getWidth()
        Gets the value of the width property.
        Returns:
        possible object is String
      • setWidth

        public void setWidth​(java.lang.String value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is String
      • getExtwidth

        public java.lang.String getExtwidth()
        Gets the value of the extwidth property.
        Returns:
        possible object is String
      • setExtwidth

        public void setExtwidth​(java.lang.String value)
        Sets the value of the extwidth property.
        Parameters:
        value - allowed object is String
      • getExtlength

        public java.lang.String getExtlength()
        Gets the value of the extlength property.
        Returns:
        possible object is String
      • setExtlength

        public void setExtlength​(java.lang.String value)
        Sets the value of the extlength property.
        Parameters:
        value - allowed object is String
      • getExtoffset

        public java.lang.String getExtoffset()
        Gets the value of the extoffset property.
        Returns:
        possible object is String
      • setExtoffset

        public void setExtoffset​(java.lang.String value)
        Sets the value of the extoffset property.
        Parameters:
        value - allowed object is String
      • getTextsize

        public java.lang.String getTextsize()
        Gets the value of the textsize property.
        Returns:
        possible object is String
      • setTextsize

        public void setTextsize​(java.lang.String value)
        Sets the value of the textsize property.
        Parameters:
        value - allowed object is String
      • getTextratio

        public java.lang.String getTextratio()
        Gets the value of the textratio property.
        Returns:
        possible object is String
      • setTextratio

        public void setTextratio​(java.lang.String value)
        Sets the value of the textratio property.
        Parameters:
        value - allowed object is String
      • getUnit

        public java.lang.String getUnit()
        Gets the value of the unit property.
        Returns:
        possible object is String
      • setUnit

        public void setUnit​(java.lang.String value)
        Sets the value of the unit property.
        Parameters:
        value - allowed object is String
      • getPrecision

        public java.lang.String getPrecision()
        Gets the value of the precision property.
        Returns:
        possible object is String
      • setPrecision

        public void setPrecision​(java.lang.String value)
        Sets the value of the precision property.
        Parameters:
        value - allowed object is String
      • getVisible

        public java.lang.String getVisible()
        Gets the value of the visible property.
        Returns:
        possible object is String
      • setVisible

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