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