Uses of Class
org.w3.x2001.smil20.language.AnimateType.CalcMode.Enum
-
Packages that use AnimateType.CalcMode.Enum Package Description org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of AnimateType.CalcMode.Enum in org.w3.x2001.smil20.language
Fields in org.w3.x2001.smil20.language declared as AnimateType.CalcMode.Enum Modifier and Type Field Description static AnimateType.CalcMode.EnumAnimateType.CalcMode. DISCRETEstatic AnimateType.CalcMode.EnumAnimateType.CalcMode. LINEARstatic AnimateType.CalcMode.EnumAnimateType.CalcMode. PACEDMethods in org.w3.x2001.smil20.language that return AnimateType.CalcMode.Enum Modifier and Type Method Description static AnimateType.CalcMode.EnumAnimateType.CalcMode.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static AnimateType.CalcMode.EnumAnimateType.CalcMode.Enum. forString(String s)Returns the enum value for a string, or null if none.AnimateType.CalcMode.EnumAnimateType. getCalcMode()Gets the "calcMode" attributeMethods in org.w3.x2001.smil20.language with parameters of type AnimateType.CalcMode.Enum Modifier and Type Method Description voidAnimateType. setCalcMode(AnimateType.CalcMode.Enum calcMode)Sets the "calcMode" attribute -
Uses of AnimateType.CalcMode.Enum in org.w3.x2001.smil20.language.impl
Methods in org.w3.x2001.smil20.language.impl that return AnimateType.CalcMode.Enum Modifier and Type Method Description AnimateType.CalcMode.EnumAnimateTypeImpl. getCalcMode()Gets the "calcMode" attributeMethods in org.w3.x2001.smil20.language.impl with parameters of type AnimateType.CalcMode.Enum Modifier and Type Method Description voidAnimateTypeImpl. setCalcMode(AnimateType.CalcMode.Enum calcMode)Sets the "calcMode" attribute
-