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