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