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