java.lang.Object
org.plutext.jaxb.svg11.SVGAnimateMotionContent
org.plutext.jaxb.svg11.AnimateMotion
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.animateMotion.content">
<attGroup ref="{http://www.w3.org/2000/svg}SVG.AnimationTiming.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Conditional.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Animation.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.External.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.AnimationEvents.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.AnimationAddtion.attrib"/>
<attribute name="calcMode" default="paced">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="discrete"/>
<enumeration value="linear"/>
<enumeration value="paced"/>
<enumeration value="spline"/>
</restriction>
</simpleType>
</attribute>
<attribute name="values" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="keyTimes" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="keySplines" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="to" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="by" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="keyPoints" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="rotate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="origin" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected BooleanDatatypeprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.plutext.jaxb.svg11.SVGAnimateMotionContent
mpath, svgDescriptionClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accumulate property.Gets the value of the actuate property.Gets the value of the additive property.Gets the value of the arcrole property.getBase()Gets the value of the base property.getBegin()Gets the value of the begin property.getBy()Gets the value of the by property.Gets the value of the calcMode property.getDur()Gets the value of the dur property.getEnd()Gets the value of the end property.Gets the value of the externalResourcesRequired property.getFill()Gets the value of the fill property.getFrom()Gets the value of the from property.getHref()Gets the value of the href property.getId()Gets the value of the id property.Gets the value of the keyPoints property.Gets the value of the keySplines property.Gets the value of the keyTimes property.getLang()Gets the value of the lang property.getMax()Gets the value of the max property.getMin()Gets the value of the min property.Gets the value of the onbegin property.getOnend()Gets the value of the onend property.Gets the value of the onload property.Gets the value of the onrepeat property.Gets the value of the origin property.getPath()Gets the value of the path property.Gets the value of the repeatCount property.Gets the value of the repeatDur property.Gets the value of the requiredExtensions property.Gets the value of the requiredFeatures property.Gets the value of the restart property.getRole()Gets the value of the role property.Gets the value of the rotate property.getShow()Gets the value of the show property.getSpace()Gets the value of the space property.Gets the value of the systemLanguage property.getTitle()Gets the value of the title property.getTo()Gets the value of the to property.getType()Gets the value of the type property.Gets the value of the values property.voidsetAccumulate(String value) Sets the value of the accumulate property.voidsetActuate(String value) Sets the value of the actuate property.voidsetAdditive(String value) Sets the value of the additive property.voidsetArcrole(String value) Sets the value of the arcrole property.voidSets the value of the base property.voidSets the value of the begin property.voidSets the value of the by property.voidsetCalcMode(String value) Sets the value of the calcMode property.voidSets the value of the dur property.voidSets the value of the end property.voidSets the value of the externalResourcesRequired property.voidSets the value of the fill property.voidSets the value of the from property.voidSets the value of the href property.voidSets the value of the id property.voidsetKeyPoints(String value) Sets the value of the keyPoints property.voidsetKeySplines(String value) Sets the value of the keySplines property.voidsetKeyTimes(String value) Sets the value of the keyTimes property.voidSets the value of the lang property.voidSets the value of the max property.voidSets the value of the min property.voidsetOnbegin(String value) Sets the value of the onbegin property.voidSets the value of the onend property.voidSets the value of the onload property.voidsetOnrepeat(String value) Sets the value of the onrepeat property.voidSets the value of the origin property.voidSets the value of the path property.voidsetRepeatCount(String value) Sets the value of the repeatCount property.voidsetRepeatDur(String value) Sets the value of the repeatDur property.voidsetRequiredExtensions(String value) Sets the value of the requiredExtensions property.voidsetRequiredFeatures(String value) Sets the value of the requiredFeatures property.voidsetRestart(String value) Sets the value of the restart property.voidSets the value of the role property.voidSets the value of the rotate property.voidSets the value of the show property.voidSets the value of the space property.voidsetSystemLanguage(String value) Sets the value of the systemLanguage property.voidSets the value of the title property.voidSets the value of the to property.voidSets the value of the type property.voidSets the value of the values property.Methods inherited from class org.plutext.jaxb.svg11.SVGAnimateMotionContent
getMpath, getSVGDescriptionClass, setMpath
-
Field Details
-
calcMode
-
values
-
keyTimes
-
keySplines
-
from
-
to
-
by
-
path
-
keyPoints
-
rotate
-
origin
-
begin
-
dur
-
end
-
min
-
max
-
restart
-
repeatCount
-
repeatDur
-
fill
-
requiredFeatures
-
requiredExtensions
-
systemLanguage
-
type
-
href
-
role
-
arcrole
-
title
-
show
-
actuate
-
externalResourcesRequired
-
onbegin
-
onend
-
onload
-
onrepeat
-
id
-
base
-
space
-
lang
-
additive
-
accumulate
-
-
Constructor Details
-
AnimateMotion
public AnimateMotion()
-
-
Method Details
-
getCalcMode
Gets the value of the calcMode property.- Returns:
- possible object is
String
-
setCalcMode
Sets the value of the calcMode property.- Parameters:
value- allowed object isString
-
getValues
Gets the value of the values property.- Returns:
- possible object is
String
-
setValues
Sets the value of the values property.- Parameters:
value- allowed object isString
-
getKeyTimes
Gets the value of the keyTimes property.- Returns:
- possible object is
String
-
setKeyTimes
Sets the value of the keyTimes property.- Parameters:
value- allowed object isString
-
getKeySplines
Gets the value of the keySplines property.- Returns:
- possible object is
String
-
setKeySplines
Sets the value of the keySplines property.- Parameters:
value- allowed object isString
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isString
-
getBy
Gets the value of the by property.- Returns:
- possible object is
String
-
setBy
Sets the value of the by property.- Parameters:
value- allowed object isString
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getKeyPoints
Gets the value of the keyPoints property.- Returns:
- possible object is
String
-
setKeyPoints
Sets the value of the keyPoints property.- Parameters:
value- allowed object isString
-
getRotate
Gets the value of the rotate property.- Returns:
- possible object is
String
-
setRotate
Sets the value of the rotate property.- Parameters:
value- allowed object isString
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isString
-
getBegin
Gets the value of the begin property.- Returns:
- possible object is
String
-
setBegin
Sets the value of the begin property.- Parameters:
value- allowed object isString
-
getDur
Gets the value of the dur property.- Returns:
- possible object is
String
-
setDur
Sets the value of the dur property.- Parameters:
value- allowed object isString
-
getEnd
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
Sets the value of the end property.- Parameters:
value- allowed object isString
-
getMin
Gets the value of the min property.- Returns:
- possible object is
String
-
setMin
Sets the value of the min property.- Parameters:
value- allowed object isString
-
getMax
Gets the value of the max property.- Returns:
- possible object is
String
-
setMax
Sets the value of the max property.- Parameters:
value- allowed object isString
-
getRestart
Gets the value of the restart property.- Returns:
- possible object is
String
-
setRestart
Sets the value of the restart property.- Parameters:
value- allowed object isString
-
getRepeatCount
Gets the value of the repeatCount property.- Returns:
- possible object is
String
-
setRepeatCount
Sets the value of the repeatCount property.- Parameters:
value- allowed object isString
-
getRepeatDur
Gets the value of the repeatDur property.- Returns:
- possible object is
String
-
setRepeatDur
Sets the value of the repeatDur property.- Parameters:
value- allowed object isString
-
getFill
Gets the value of the fill property.- Returns:
- possible object is
String
-
setFill
Sets the value of the fill property.- Parameters:
value- allowed object isString
-
getRequiredFeatures
Gets the value of the requiredFeatures property.- Returns:
- possible object is
String
-
setRequiredFeatures
Sets the value of the requiredFeatures property.- Parameters:
value- allowed object isString
-
getRequiredExtensions
Gets the value of the requiredExtensions property.- Returns:
- possible object is
String
-
setRequiredExtensions
Sets the value of the requiredExtensions property.- Parameters:
value- allowed object isString
-
getSystemLanguage
Gets the value of the systemLanguage property.- Returns:
- possible object is
String
-
setSystemLanguage
Sets the value of the systemLanguage property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getHref
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getArcrole
Gets the value of the arcrole property.- Returns:
- possible object is
String
-
setArcrole
Sets the value of the arcrole property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getShow
Gets the value of the show property.- Returns:
- possible object is
String
-
setShow
Sets the value of the show property.- Parameters:
value- allowed object isString
-
getActuate
Gets the value of the actuate property.- Returns:
- possible object is
String
-
setActuate
Sets the value of the actuate property.- Parameters:
value- allowed object isString
-
getExternalResourcesRequired
Gets the value of the externalResourcesRequired property.- Returns:
- possible object is
BooleanDatatype
-
setExternalResourcesRequired
Sets the value of the externalResourcesRequired property.- Parameters:
value- allowed object isBooleanDatatype
-
getOnbegin
Gets the value of the onbegin property.- Returns:
- possible object is
String
-
setOnbegin
Sets the value of the onbegin property.- Parameters:
value- allowed object isString
-
getOnend
Gets the value of the onend property.- Returns:
- possible object is
String
-
setOnend
Sets the value of the onend property.- Parameters:
value- allowed object isString
-
getOnload
Gets the value of the onload property.- Returns:
- possible object is
String
-
setOnload
Sets the value of the onload property.- Parameters:
value- allowed object isString
-
getOnrepeat
Gets the value of the onrepeat property.- Returns:
- possible object is
String
-
setOnrepeat
Sets the value of the onrepeat 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
-
getAdditive
Gets the value of the additive property.- Returns:
- possible object is
String
-
setAdditive
Sets the value of the additive property.- Parameters:
value- allowed object isString
-
getAccumulate
Gets the value of the accumulate property.- Returns:
- possible object is
String
-
setAccumulate
Sets the value of the accumulate property.- Parameters:
value- allowed object isString
-