Uses of Enum Class
org.w3._2001.smil20.CalcModeType
Packages that use CalcModeType
Package
Description
-
Uses of CalcModeType in org.w3._2001.smil20
Fields in org.w3._2001.smil20 with type parameters of type CalcModeTypeModifier and TypeFieldDescriptionstatic final List<CalcModeType>CalcModeType.VALUESA public read-only list of all the 'Calc Mode Type' enumerators.Methods in org.w3._2001.smil20 that return CalcModeTypeModifier and TypeMethodDescriptionstatic CalcModeTypeCalcModeType.get(int value) Returns the 'Calc Mode Type' literal with the specified integer value.static CalcModeTypeReturns the 'Calc Mode Type' literal with the specified literal value.static CalcModeTypeReturns the 'Calc Mode Type' literal with the specified name.static CalcModeTypeReturns the enum constant of this class with the specified name.static CalcModeType[]CalcModeType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CalcModeType in org.w3._2001.smil20.impl
Methods in org.w3._2001.smil20.impl that return CalcModeTypeModifier and TypeMethodDescriptionSmil20FactoryImpl.createCalcModeTypeFromString(EDataType eDataType, String initialValue) Smil20FactoryImpl.createCalcModeTypeObjectFromString(EDataType eDataType, String initialValue) -
Uses of CalcModeType in org.w3._2001.smil20.language
Methods in org.w3._2001.smil20.language that return CalcModeTypeModifier and TypeMethodDescriptionAnimateColorType.getCalcMode()Returns the value of the 'Calc Mode' attribute.AnimateMotionType.getCalcMode()Returns the value of the 'Calc Mode' attribute.AnimateType.getCalcMode()Returns the value of the 'Calc Mode' attribute.Methods in org.w3._2001.smil20.language with parameters of type CalcModeTypeModifier and TypeMethodDescriptionvoidAnimateColorType.setCalcMode(CalcModeType value) Sets the value of the 'Calc Mode' attribute.voidAnimateMotionType.setCalcMode(CalcModeType value) Sets the value of the 'Calc Mode' attribute.voidAnimateType.setCalcMode(CalcModeType value) Sets the value of the 'Calc Mode' attribute. -
Uses of CalcModeType in org.w3._2001.smil20.language.impl
Fields in org.w3._2001.smil20.language.impl declared as CalcModeTypeModifier and TypeFieldDescriptionprotected static final CalcModeTypeAnimateColorTypeImpl.CALC_MODE_EDEFAULTThe default value of the 'Calc Mode' attribute.protected static final CalcModeTypeAnimateMotionTypeImpl.CALC_MODE_EDEFAULTThe default value of the 'Calc Mode' attribute.protected static final CalcModeTypeAnimateTypeImpl.CALC_MODE_EDEFAULTThe default value of the 'Calc Mode' attribute.protected CalcModeTypeAnimateColorTypeImpl.calcModeThe cached value of the 'Calc Mode' attribute.protected CalcModeTypeAnimateMotionTypeImpl.calcModeThe cached value of the 'Calc Mode' attribute.protected CalcModeTypeAnimateTypeImpl.calcModeThe cached value of the 'Calc Mode' attribute.Methods in org.w3._2001.smil20.language.impl that return CalcModeTypeModifier and TypeMethodDescriptionAnimateColorTypeImpl.getCalcMode()AnimateMotionTypeImpl.getCalcMode()AnimateTypeImpl.getCalcMode()Methods in org.w3._2001.smil20.language.impl with parameters of type CalcModeTypeModifier and TypeMethodDescriptionvoidAnimateColorTypeImpl.setCalcMode(CalcModeType newCalcMode) voidAnimateMotionTypeImpl.setCalcMode(CalcModeType newCalcMode) voidAnimateTypeImpl.setCalcMode(CalcModeType newCalcMode) -
Uses of CalcModeType in org.w3._2001.smil20.util
Methods in org.w3._2001.smil20.util with parameters of type CalcModeTypeModifier and TypeMethodDescriptionbooleanSmil20Validator.validateCalcModeType(CalcModeType calcModeType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSmil20Validator.validateCalcModeTypeObject(CalcModeType calcModeTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)