org.plutext.jaxb.svg11
Class Stop

java.lang.Object
  extended by org.plutext.jaxb.svg11.SVGStopContent
      extended by org.plutext.jaxb.svg11.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 Summary
protected  String base
           
protected  String clazz
           
protected  String color
           
protected  String colorInterpolation
           
protected  String colorRendering
           
protected  String id
           
protected  String lang
           
protected  String offset
           
protected  String space
           
protected  String stopColor
           
protected  String stopOpacity
           
protected  String style
           
 
Fields inherited from class org.plutext.jaxb.svg11.SVGStopContent
animateOrSetOrAnimateColor
 
Constructor Summary
Stop()
           
 
Method Summary
 String getBase()
          Gets the value of the base property.
 String getClazz()
          Gets the value of the clazz property.
 String getColor()
          Gets the value of the color property.
 String getColorInterpolation()
          Gets the value of the colorInterpolation property.
 String getColorRendering()
          Gets the value of the colorRendering property.
 String getId()
          Gets the value of the id property.
 String getLang()
          Gets the value of the lang property.
 String getOffset()
          Gets the value of the offset property.
 String getSpace()
          Gets the value of the space property.
 String getStopColor()
          Gets the value of the stopColor property.
 String getStopOpacity()
          Gets the value of the stopOpacity property.
 String getStyle()
          Gets the value of the style property.
 void setBase(String value)
          Sets the value of the base property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setColor(String value)
          Sets the value of the color property.
 void setColorInterpolation(String value)
          Sets the value of the colorInterpolation property.
 void setColorRendering(String value)
          Sets the value of the colorRendering property.
 void setId(String value)
          Sets the value of the id property.
 void setLang(String value)
          Sets the value of the lang property.
 void setOffset(String value)
          Sets the value of the offset property.
 void setSpace(String value)
          Sets the value of the space property.
 void setStopColor(String value)
          Sets the value of the stopColor property.
 void setStopOpacity(String value)
          Sets the value of the stopOpacity property.
 void setStyle(String value)
          Sets the value of the style property.
 
Methods inherited from class org.plutext.jaxb.svg11.SVGStopContent
getAnimateOrSetOrAnimateColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

Stop

public Stop()
Method Detail

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


Copyright © 2012. All Rights Reserved.