Class Text


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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String align  
      protected java.lang.String distance  
      protected java.lang.String font  
      protected java.lang.String layer  
      protected java.lang.String ratio  
      protected java.lang.String rot  
      protected java.lang.String size  
      protected java.lang.String value  
      protected java.lang.String x  
      protected java.lang.String y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Text()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlign()
      Gets the value of the align property.
      java.lang.String getDistance()
      Gets the value of the distance property.
      java.lang.String getFont()
      Gets the value of the font property.
      java.lang.String getLayer()
      Gets the value of the layer property.
      java.lang.String getRatio()
      Gets the value of the ratio property.
      java.lang.String getRot()
      Gets the value of the rot property.
      java.lang.String getSize()
      Gets the value of the size property.
      java.lang.String getvalue()
      Gets the value of the value property.
      java.lang.String getX()
      Gets the value of the x property.
      java.lang.String getY()
      Gets the value of the y property.
      void setAlign​(java.lang.String value)
      Sets the value of the align property.
      void setDistance​(java.lang.String value)
      Sets the value of the distance property.
      void setFont​(java.lang.String value)
      Sets the value of the font property.
      void setLayer​(java.lang.String value)
      Sets the value of the layer property.
      void setRatio​(java.lang.String value)
      Sets the value of the ratio property.
      void setRot​(java.lang.String value)
      Sets the value of the rot property.
      void setSize​(java.lang.String value)
      Sets the value of the size property.
      void setvalue​(java.lang.String value)
      Sets the value of the value property.
      void setX​(java.lang.String value)
      Sets the value of the x property.
      void setY​(java.lang.String 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.String x
      • y

        protected java.lang.String y
      • size

        protected java.lang.String size
      • layer

        protected java.lang.String layer
      • font

        protected java.lang.String font
      • ratio

        protected java.lang.String ratio
      • rot

        protected java.lang.String rot
      • align

        protected java.lang.String align
      • distance

        protected java.lang.String distance
      • value

        protected java.lang.String value
    • Constructor Detail

      • Text

        public Text()
    • Method Detail

      • getX

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

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

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

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

        public java.lang.String getSize()
        Gets the value of the size property.
        Returns:
        possible object is String
      • setSize

        public void setSize​(java.lang.String value)
        Sets the value of the size 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
      • getFont

        public java.lang.String getFont()
        Gets the value of the font property.
        Returns:
        possible object is String
      • setFont

        public void setFont​(java.lang.String value)
        Sets the value of the font property.
        Parameters:
        value - allowed object is String
      • getRatio

        public java.lang.String getRatio()
        Gets the value of the ratio property.
        Returns:
        possible object is String
      • setRatio

        public void setRatio​(java.lang.String value)
        Sets the value of the ratio property.
        Parameters:
        value - allowed object is String
      • getRot

        public java.lang.String getRot()
        Gets the value of the rot property.
        Returns:
        possible object is String
      • setRot

        public void setRot​(java.lang.String value)
        Sets the value of the rot property.
        Parameters:
        value - allowed object is String
      • getAlign

        public java.lang.String getAlign()
        Gets the value of the align property.
        Returns:
        possible object is String
      • setAlign

        public void setAlign​(java.lang.String value)
        Sets the value of the align property.
        Parameters:
        value - allowed object is String
      • getDistance

        public java.lang.String getDistance()
        Gets the value of the distance property.
        Returns:
        possible object is String
      • setDistance

        public void setDistance​(java.lang.String value)
        Sets the value of the distance property.
        Parameters:
        value - allowed object is String
      • getvalue

        public java.lang.String getvalue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setvalue

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