Uses of Interface
org.w3.x2001.smil20.AnimateMotionPrototype.Accumulate
-
Packages that use AnimateMotionPrototype.Accumulate Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl -
-
Uses of AnimateMotionPrototype.Accumulate in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return AnimateMotionPrototype.Accumulate Modifier and Type Method Description static AnimateMotionPrototype.AccumulateAnimateMotionPrototype.Accumulate.Factory. newInstance()static AnimateMotionPrototype.AccumulateAnimateMotionPrototype.Accumulate.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AnimateMotionPrototype.AccumulateAnimateMotionPrototype.Accumulate.Factory. newValue(Object obj)AnimateMotionPrototype.AccumulateAnimateMotionPrototype. xgetAccumulate()Gets (as xml) the "accumulate" attributeMethods in org.w3.x2001.smil20 with parameters of type AnimateMotionPrototype.Accumulate Modifier and Type Method Description voidAnimateMotionPrototype. xsetAccumulate(AnimateMotionPrototype.Accumulate accumulate)Sets (as xml) the "accumulate" attribute -
Uses of AnimateMotionPrototype.Accumulate in org.w3.x2001.smil20.impl
Classes in org.w3.x2001.smil20.impl that implement AnimateMotionPrototype.Accumulate Modifier and Type Class Description static classAnimateMotionPrototypeImpl.AccumulateImplAn XML accumulate(@).Methods in org.w3.x2001.smil20.impl that return AnimateMotionPrototype.Accumulate Modifier and Type Method Description AnimateMotionPrototype.AccumulateAnimateMotionPrototypeImpl. xgetAccumulate()Gets (as xml) the "accumulate" attributeMethods in org.w3.x2001.smil20.impl with parameters of type AnimateMotionPrototype.Accumulate Modifier and Type Method Description voidAnimateMotionPrototypeImpl. xsetAccumulate(AnimateMotionPrototype.Accumulate accumulate)Sets (as xml) the "accumulate" attribute
-