Uses of Class
org.w3.x2001.smil20.AnimateColorPrototype.Accumulate.Enum
-
Packages that use AnimateColorPrototype.Accumulate.Enum Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl -
-
Uses of AnimateColorPrototype.Accumulate.Enum in org.w3.x2001.smil20
Fields in org.w3.x2001.smil20 declared as AnimateColorPrototype.Accumulate.Enum Modifier and Type Field Description static AnimateColorPrototype.Accumulate.EnumAnimateColorPrototype.Accumulate. NONEstatic AnimateColorPrototype.Accumulate.EnumAnimateColorPrototype.Accumulate. SUMMethods in org.w3.x2001.smil20 that return AnimateColorPrototype.Accumulate.Enum Modifier and Type Method Description static AnimateColorPrototype.Accumulate.EnumAnimateColorPrototype.Accumulate.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static AnimateColorPrototype.Accumulate.EnumAnimateColorPrototype.Accumulate.Enum. forString(String s)Returns the enum value for a string, or null if none.AnimateColorPrototype.Accumulate.EnumAnimateColorPrototype. getAccumulate()Gets the "accumulate" attributeMethods in org.w3.x2001.smil20 with parameters of type AnimateColorPrototype.Accumulate.Enum Modifier and Type Method Description voidAnimateColorPrototype. setAccumulate(AnimateColorPrototype.Accumulate.Enum accumulate)Sets the "accumulate" attribute -
Uses of AnimateColorPrototype.Accumulate.Enum in org.w3.x2001.smil20.impl
Methods in org.w3.x2001.smil20.impl that return AnimateColorPrototype.Accumulate.Enum Modifier and Type Method Description AnimateColorPrototype.Accumulate.EnumAnimateColorPrototypeImpl. getAccumulate()Gets the "accumulate" attributeMethods in org.w3.x2001.smil20.impl with parameters of type AnimateColorPrototype.Accumulate.Enum Modifier and Type Method Description voidAnimateColorPrototypeImpl. setAccumulate(AnimateColorPrototype.Accumulate.Enum accumulate)Sets the "accumulate" attribute
-