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