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