Class Layer


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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String active  
      protected java.lang.String color  
      protected java.lang.String fill  
      protected java.lang.String name  
      protected java.lang.String number  
      protected java.lang.String visible  
    • Constructor Summary

      Constructors 
      Constructor Description
      Layer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActive()
      Gets the value of the active property.
      java.lang.String getColor()
      Gets the value of the color property.
      java.lang.String getFill()
      Gets the value of the fill property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getNumber()
      Gets the value of the number property.
      java.lang.String getVisible()
      Gets the value of the visible property.
      void setActive​(java.lang.String value)
      Sets the value of the active property.
      void setColor​(java.lang.String value)
      Sets the value of the color property.
      void setFill​(java.lang.String value)
      Sets the value of the fill property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setNumber​(java.lang.String value)
      Sets the value of the number property.
      void setVisible​(java.lang.String value)
      Sets the value of the visible property.
      • Methods inherited from class java.lang.Object

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

      • number

        protected java.lang.String number
      • name

        protected java.lang.String name
      • color

        protected java.lang.String color
      • fill

        protected java.lang.String fill
      • visible

        protected java.lang.String visible
      • active

        protected java.lang.String active
    • Constructor Detail

      • Layer

        public Layer()
    • Method Detail

      • getNumber

        public java.lang.String getNumber()
        Gets the value of the number property.
        Returns:
        possible object is String
      • setNumber

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

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

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

        public java.lang.String getColor()
        Gets the value of the color property.
        Returns:
        possible object is String
      • setColor

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

        public java.lang.String getFill()
        Gets the value of the fill property.
        Returns:
        possible object is String
      • setFill

        public void setFill​(java.lang.String value)
        Sets the value of the fill 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
      • getActive

        public java.lang.String getActive()
        Gets the value of the active property.
        Returns:
        possible object is String
      • setActive

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