Uses of Interface
org.w3.x2001.smil20.language.AnimateMotionType.CalcMode
-
Packages that use AnimateMotionType.CalcMode Package Description org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of AnimateMotionType.CalcMode in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return AnimateMotionType.CalcMode Modifier and Type Method Description static AnimateMotionType.CalcModeAnimateMotionType.CalcMode.Factory. newInstance()static AnimateMotionType.CalcModeAnimateMotionType.CalcMode.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AnimateMotionType.CalcModeAnimateMotionType.CalcMode.Factory. newValue(Object obj)AnimateMotionType.CalcModeAnimateMotionType. xgetCalcMode()Gets (as xml) the "calcMode" attributeMethods in org.w3.x2001.smil20.language with parameters of type AnimateMotionType.CalcMode Modifier and Type Method Description voidAnimateMotionType. xsetCalcMode(AnimateMotionType.CalcMode calcMode)Sets (as xml) the "calcMode" attribute -
Uses of AnimateMotionType.CalcMode in org.w3.x2001.smil20.language.impl
Classes in org.w3.x2001.smil20.language.impl that implement AnimateMotionType.CalcMode Modifier and Type Class Description static classAnimateMotionTypeImpl.CalcModeImplAn XML calcMode(@).Methods in org.w3.x2001.smil20.language.impl that return AnimateMotionType.CalcMode Modifier and Type Method Description AnimateMotionType.CalcModeAnimateMotionTypeImpl. xgetCalcMode()Gets (as xml) the "calcMode" attributeMethods in org.w3.x2001.smil20.language.impl with parameters of type AnimateMotionType.CalcMode Modifier and Type Method Description voidAnimateMotionTypeImpl. xsetCalcMode(AnimateMotionType.CalcMode calcMode)Sets (as xml) the "calcMode" attribute
-