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