Uses of Enum Class
org.w3._2001.smil20.AccumulateType
Packages that use AccumulateType
-
Uses of AccumulateType in org.w3._2001.smil20
Fields in org.w3._2001.smil20 with type parameters of type AccumulateTypeModifier and TypeFieldDescriptionstatic final List<AccumulateType>AccumulateType.VALUESA public read-only list of all the 'Accumulate Type' enumerators.Methods in org.w3._2001.smil20 that return AccumulateTypeModifier and TypeMethodDescriptionstatic AccumulateTypeAccumulateType.get(int value) Returns the 'Accumulate Type' literal with the specified integer value.static AccumulateTypeReturns the 'Accumulate Type' literal with the specified literal value.AnimateColorPrototype.getAccumulate()Returns the value of the 'Accumulate' attribute.AnimateMotionPrototype.getAccumulate()Returns the value of the 'Accumulate' attribute.AnimatePrototype.getAccumulate()Returns the value of the 'Accumulate' attribute.static AccumulateTypeReturns the 'Accumulate Type' literal with the specified name.static AccumulateTypeReturns the enum constant of this class with the specified name.static AccumulateType[]AccumulateType.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 AccumulateTypeModifier and TypeMethodDescriptionvoidAnimateColorPrototype.setAccumulate(AccumulateType value) Sets the value of the 'Accumulate' attribute.voidAnimateMotionPrototype.setAccumulate(AccumulateType value) Sets the value of the 'Accumulate' attribute.voidAnimatePrototype.setAccumulate(AccumulateType value) Sets the value of the 'Accumulate' attribute. -
Uses of AccumulateType in org.w3._2001.smil20.impl
Fields in org.w3._2001.smil20.impl declared as AccumulateTypeModifier and TypeFieldDescriptionprotected AccumulateTypeAnimateColorPrototypeImpl.accumulateThe cached value of the 'Accumulate' attribute.protected AccumulateTypeAnimateMotionPrototypeImpl.accumulateThe cached value of the 'Accumulate' attribute.protected AccumulateTypeAnimatePrototypeImpl.accumulateThe cached value of the 'Accumulate' attribute.protected static final AccumulateTypeAnimateColorPrototypeImpl.ACCUMULATE_EDEFAULTThe default value of the 'Accumulate' attribute.protected static final AccumulateTypeAnimateMotionPrototypeImpl.ACCUMULATE_EDEFAULTThe default value of the 'Accumulate' attribute.protected static final AccumulateTypeAnimatePrototypeImpl.ACCUMULATE_EDEFAULTThe default value of the 'Accumulate' attribute.Methods in org.w3._2001.smil20.impl that return AccumulateTypeModifier and TypeMethodDescriptionSmil20FactoryImpl.createAccumulateTypeFromString(EDataType eDataType, String initialValue) Smil20FactoryImpl.createAccumulateTypeObjectFromString(EDataType eDataType, String initialValue) AnimateColorPrototypeImpl.getAccumulate()AnimateMotionPrototypeImpl.getAccumulate()AnimatePrototypeImpl.getAccumulate()Methods in org.w3._2001.smil20.impl with parameters of type AccumulateTypeModifier and TypeMethodDescriptionvoidAnimateColorPrototypeImpl.setAccumulate(AccumulateType newAccumulate) voidAnimateMotionPrototypeImpl.setAccumulate(AccumulateType newAccumulate) voidAnimatePrototypeImpl.setAccumulate(AccumulateType newAccumulate) -
Uses of AccumulateType in org.w3._2001.smil20.util
Methods in org.w3._2001.smil20.util with parameters of type AccumulateTypeModifier and TypeMethodDescriptionbooleanSmil20Validator.validateAccumulateType(AccumulateType accumulateType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSmil20Validator.validateAccumulateTypeObject(AccumulateType accumulateTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)