Class Wire


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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String cap  
      protected java.lang.String curve  
      protected java.lang.String extent  
      protected java.lang.String layer  
      protected java.lang.String style  
      protected java.lang.String width  
      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
      Wire()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCap()
      Gets the value of the cap property.
      java.lang.String getCurve()
      Gets the value of the curve property.
      java.lang.String getExtent()
      Gets the value of the extent property.
      java.lang.String getLayer()
      Gets the value of the layer property.
      java.lang.String getStyle()
      Gets the value of the style 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 getY1()
      Gets the value of the y1 property.
      java.lang.String getY2()
      Gets the value of the y2 property.
      void setCap​(java.lang.String value)
      Sets the value of the cap property.
      void setCurve​(java.lang.String value)
      Sets the value of the curve property.
      void setExtent​(java.lang.String value)
      Sets the value of the extent property.
      void setLayer​(java.lang.String value)
      Sets the value of the layer property.
      void setStyle​(java.lang.String value)
      Sets the value of the style 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 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
      • width

        protected java.lang.String width
      • layer

        protected java.lang.String layer
      • extent

        protected java.lang.String extent
      • style

        protected java.lang.String style
      • curve

        protected java.lang.String curve
      • cap

        protected java.lang.String cap
    • Constructor Detail

      • Wire

        public Wire()
    • 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
      • 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
      • 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
      • getExtent

        public java.lang.String getExtent()
        Gets the value of the extent property.
        Returns:
        possible object is String
      • setExtent

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

        public java.lang.String getStyle()
        Gets the value of the style property.
        Returns:
        possible object is String
      • setStyle

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

        public java.lang.String getCurve()
        Gets the value of the curve property.
        Returns:
        possible object is String
      • setCurve

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

        public java.lang.String getCap()
        Gets the value of the cap property.
        Returns:
        possible object is String
      • setCap

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