Class Stop


public class Stop extends SVGStopContent

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.w3.org/2000/svg}SVG.stop.content">
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Color.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Style.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Gradient.attrib"/>
       <attribute name="offset" use="required" type="{http://www.w3.org/2000/svg}NumberOrPercentage.datatype" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • offset

      protected String offset
    • colorInterpolation

      protected String colorInterpolation
    • colorRendering

      protected String colorRendering
    • color

      protected String color
    • id

      protected String id
    • base

      protected String base
    • space

      protected String space
    • lang

      protected String lang
    • style

      protected String style
    • clazz

      protected String clazz
    • stopColor

      protected String stopColor
    • stopOpacity

      protected String stopOpacity
  • Constructor Details

    • Stop

      public Stop()
  • Method Details

    • getOffset

      public String getOffset()
      Gets the value of the offset property.
      Returns:
      possible object is String
    • setOffset

      public void setOffset(String value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is String
    • getColorInterpolation

      public String getColorInterpolation()
      Gets the value of the colorInterpolation property.
      Returns:
      possible object is String
    • setColorInterpolation

      public void setColorInterpolation(String value)
      Sets the value of the colorInterpolation property.
      Parameters:
      value - allowed object is String
    • getColorRendering

      public String getColorRendering()
      Gets the value of the colorRendering property.
      Returns:
      possible object is String
    • setColorRendering

      public void setColorRendering(String value)
      Sets the value of the colorRendering property.
      Parameters:
      value - allowed object is String
    • getColor

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

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

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getBase

      public String getBase()
      Gets the value of the base property.
      Returns:
      possible object is String
    • setBase

      public void setBase(String value)
      Sets the value of the base property.
      Parameters:
      value - allowed object is String
    • getSpace

      public String getSpace()
      Gets the value of the space property.
      Returns:
      possible object is String
    • setSpace

      public void setSpace(String value)
      Sets the value of the space property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

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

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

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

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • getStopColor

      public String getStopColor()
      Gets the value of the stopColor property.
      Returns:
      possible object is String
    • setStopColor

      public void setStopColor(String value)
      Sets the value of the stopColor property.
      Parameters:
      value - allowed object is String
    • getStopOpacity

      public String getStopOpacity()
      Gets the value of the stopOpacity property.
      Returns:
      possible object is String
    • setStopOpacity

      public void setStopOpacity(String value)
      Sets the value of the stopOpacity property.
      Parameters:
      value - allowed object is String