java.lang.Object
org.plutext.jaxb.svg11.SVGStopContent
org.plutext.jaxb.svg11.Stop
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.plutext.jaxb.svg11.SVGStopContent
animateOrSetOrAnimateColor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Gets the value of the base property.getClazz()Gets the value of the clazz property.getColor()Gets the value of the color property.Gets the value of the colorInterpolation property.Gets the value of the colorRendering property.getId()Gets the value of the id property.getLang()Gets the value of the lang property.Gets the value of the offset property.getSpace()Gets the value of the space property.Gets the value of the stopColor property.Gets the value of the stopOpacity property.getStyle()Gets the value of the style property.voidSets the value of the base property.voidSets the value of the clazz property.voidSets the value of the color property.voidsetColorInterpolation(String value) Sets the value of the colorInterpolation property.voidsetColorRendering(String value) Sets the value of the colorRendering property.voidSets the value of the id property.voidSets the value of the lang property.voidSets the value of the offset property.voidSets the value of the space property.voidsetStopColor(String value) Sets the value of the stopColor property.voidsetStopOpacity(String value) Sets the value of the stopOpacity property.voidSets the value of the style property.Methods inherited from class org.plutext.jaxb.svg11.SVGStopContent
getAnimateOrSetOrAnimateColor
-
Field Details
-
offset
-
colorInterpolation
-
colorRendering
-
color
-
id
-
base
-
space
-
lang
-
style
-
clazz
-
stopColor
-
stopOpacity
-
-
Constructor Details
-
Stop
public Stop()
-
-
Method Details
-
getOffset
Gets the value of the offset property.- Returns:
- possible object is
String
-
setOffset
Sets the value of the offset property.- Parameters:
value- allowed object isString
-
getColorInterpolation
Gets the value of the colorInterpolation property.- Returns:
- possible object is
String
-
setColorInterpolation
Sets the value of the colorInterpolation property.- Parameters:
value- allowed object isString
-
getColorRendering
Gets the value of the colorRendering property.- Returns:
- possible object is
String
-
setColorRendering
Sets the value of the colorRendering property.- Parameters:
value- allowed object isString
-
getColor
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getBase
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isString
-
getSpace
Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
Sets the value of the space property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
Sets the value of the style property.- Parameters:
value- allowed object isString
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getStopColor
Gets the value of the stopColor property.- Returns:
- possible object is
String
-
setStopColor
Sets the value of the stopColor property.- Parameters:
value- allowed object isString
-
getStopOpacity
Gets the value of the stopOpacity property.- Returns:
- possible object is
String
-
setStopOpacity
Sets the value of the stopOpacity property.- Parameters:
value- allowed object isString
-