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