Uses of Enum Class
org.w3._2001.smil20.AdditiveType
Packages that use AdditiveType
-
Uses of AdditiveType in org.w3._2001.smil20
Fields in org.w3._2001.smil20 with type parameters of type AdditiveTypeModifier and TypeFieldDescriptionstatic final List<AdditiveType>AdditiveType.VALUESA public read-only list of all the 'Additive Type' enumerators.Methods in org.w3._2001.smil20 that return AdditiveTypeModifier and TypeMethodDescriptionstatic AdditiveTypeAdditiveType.get(int value) Returns the 'Additive Type' literal with the specified integer value.static AdditiveTypeReturns the 'Additive Type' literal with the specified literal value.AnimateColorPrototype.getAdditive()Returns the value of the 'Additive' attribute.AnimateMotionPrototype.getAdditive()Returns the value of the 'Additive' attribute.AnimatePrototype.getAdditive()Returns the value of the 'Additive' attribute.static AdditiveTypeReturns the 'Additive Type' literal with the specified name.static AdditiveTypeReturns the enum constant of this class with the specified name.static AdditiveType[]AdditiveType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.w3._2001.smil20 with parameters of type AdditiveTypeModifier and TypeMethodDescriptionvoidAnimateColorPrototype.setAdditive(AdditiveType value) Sets the value of the 'Additive' attribute.voidAnimateMotionPrototype.setAdditive(AdditiveType value) Sets the value of the 'Additive' attribute.voidAnimatePrototype.setAdditive(AdditiveType value) Sets the value of the 'Additive' attribute. -
Uses of AdditiveType in org.w3._2001.smil20.impl
Fields in org.w3._2001.smil20.impl declared as AdditiveTypeModifier and TypeFieldDescriptionprotected AdditiveTypeAnimateColorPrototypeImpl.additiveThe cached value of the 'Additive' attribute.protected AdditiveTypeAnimateMotionPrototypeImpl.additiveThe cached value of the 'Additive' attribute.protected AdditiveTypeAnimatePrototypeImpl.additiveThe cached value of the 'Additive' attribute.protected static final AdditiveTypeAnimateColorPrototypeImpl.ADDITIVE_EDEFAULTThe default value of the 'Additive' attribute.protected static final AdditiveTypeAnimateMotionPrototypeImpl.ADDITIVE_EDEFAULTThe default value of the 'Additive' attribute.protected static final AdditiveTypeAnimatePrototypeImpl.ADDITIVE_EDEFAULTThe default value of the 'Additive' attribute.Methods in org.w3._2001.smil20.impl that return AdditiveTypeModifier and TypeMethodDescriptionSmil20FactoryImpl.createAdditiveTypeFromString(EDataType eDataType, String initialValue) Smil20FactoryImpl.createAdditiveTypeObjectFromString(EDataType eDataType, String initialValue) AnimateColorPrototypeImpl.getAdditive()AnimateMotionPrototypeImpl.getAdditive()AnimatePrototypeImpl.getAdditive()Methods in org.w3._2001.smil20.impl with parameters of type AdditiveTypeModifier and TypeMethodDescriptionvoidAnimateColorPrototypeImpl.setAdditive(AdditiveType newAdditive) voidAnimateMotionPrototypeImpl.setAdditive(AdditiveType newAdditive) voidAnimatePrototypeImpl.setAdditive(AdditiveType newAdditive) -
Uses of AdditiveType in org.w3._2001.smil20.util
Methods in org.w3._2001.smil20.util with parameters of type AdditiveTypeModifier and TypeMethodDescriptionbooleanSmil20Validator.validateAdditiveType(AdditiveType additiveType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSmil20Validator.validateAdditiveTypeObject(AdditiveType additiveTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)