Uses of Interface
org.w3.x2001.smil20.AnimateColorPrototype.Additive
-
Packages that use AnimateColorPrototype.Additive Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl -
-
Uses of AnimateColorPrototype.Additive in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return AnimateColorPrototype.Additive Modifier and Type Method Description static AnimateColorPrototype.AdditiveAnimateColorPrototype.Additive.Factory. newInstance()static AnimateColorPrototype.AdditiveAnimateColorPrototype.Additive.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AnimateColorPrototype.AdditiveAnimateColorPrototype.Additive.Factory. newValue(Object obj)AnimateColorPrototype.AdditiveAnimateColorPrototype. xgetAdditive()Gets (as xml) the "additive" attributeMethods in org.w3.x2001.smil20 with parameters of type AnimateColorPrototype.Additive Modifier and Type Method Description voidAnimateColorPrototype. xsetAdditive(AnimateColorPrototype.Additive additive)Sets (as xml) the "additive" attribute -
Uses of AnimateColorPrototype.Additive in org.w3.x2001.smil20.impl
Classes in org.w3.x2001.smil20.impl that implement AnimateColorPrototype.Additive Modifier and Type Class Description static classAnimateColorPrototypeImpl.AdditiveImplAn XML additive(@).Methods in org.w3.x2001.smil20.impl that return AnimateColorPrototype.Additive Modifier and Type Method Description AnimateColorPrototype.AdditiveAnimateColorPrototypeImpl. xgetAdditive()Gets (as xml) the "additive" attributeMethods in org.w3.x2001.smil20.impl with parameters of type AnimateColorPrototype.Additive Modifier and Type Method Description voidAnimateColorPrototypeImpl. xsetAdditive(AnimateColorPrototype.Additive additive)Sets (as xml) the "additive" attribute
-