Uses of Interface
org.w3._2001.smil20.AnimateColorPrototype
-
-
Uses of AnimateColorPrototype in org.w3._2001.smil20
Methods in org.w3._2001.smil20 that return AnimateColorPrototype Modifier and Type Method Description AnimateColorPrototype
Smil20Factory. createAnimateColorPrototype()
Returns a new object of class 'Animate Color Prototype'. -
Uses of AnimateColorPrototype in org.w3._2001.smil20.impl
Classes in org.w3._2001.smil20.impl that implement AnimateColorPrototype Modifier and Type Class Description class
AnimateColorPrototypeImpl
An implementation of the model object 'Animate Color Prototype'.Methods in org.w3._2001.smil20.impl that return AnimateColorPrototype Modifier and Type Method Description AnimateColorPrototype
Smil20FactoryImpl. createAnimateColorPrototype()
-
Uses of AnimateColorPrototype in org.w3._2001.smil20.language
Subinterfaces of AnimateColorPrototype in org.w3._2001.smil20.language Modifier and Type Interface Description interface
AnimateColorType
A representation of the model object 'Animate Color Type'. -
Uses of AnimateColorPrototype in org.w3._2001.smil20.language.impl
Classes in org.w3._2001.smil20.language.impl that implement AnimateColorPrototype Modifier and Type Class Description class
AnimateColorTypeImpl
An implementation of the model object 'Animate Color Type'. -
Uses of AnimateColorPrototype in org.w3._2001.smil20.language.util
Methods in org.w3._2001.smil20.language.util with parameters of type AnimateColorPrototype Modifier and Type Method Description T
LanguageSwitch. caseAnimateColorPrototype(AnimateColorPrototype object)
Returns the result of interpreting the object as an instance of 'Animate Color Prototype'. -
Uses of AnimateColorPrototype in org.w3._2001.smil20.util
Methods in org.w3._2001.smil20.util with parameters of type AnimateColorPrototype Modifier and Type Method Description T
Smil20Switch. caseAnimateColorPrototype(AnimateColorPrototype object)
Returns the result of interpreting the object as an instance of 'Animate Color Prototype'.boolean
Smil20Validator. validateAnimateColorPrototype(AnimateColorPrototype animateColorPrototype, DiagnosticChain diagnostics, Map<Object,Object> context)
-