Uses of Enum Class
org.w3._2001.smil20.FillTimingAttrsType
Packages that use FillTimingAttrsType
Package
Description
-
Uses of FillTimingAttrsType in org.w3._2001.smil20
Fields in org.w3._2001.smil20 with type parameters of type FillTimingAttrsTypeModifier and TypeFieldDescriptionstatic final List<FillTimingAttrsType>FillTimingAttrsType.VALUESA public read-only list of all the 'Fill Timing Attrs Type' enumerators.Methods in org.w3._2001.smil20 that return FillTimingAttrsTypeModifier and TypeMethodDescriptionstatic FillTimingAttrsTypeFillTimingAttrsType.get(int value) Returns the 'Fill Timing Attrs Type' literal with the specified integer value.static FillTimingAttrsTypeReturns the 'Fill Timing Attrs Type' literal with the specified literal value.static FillTimingAttrsTypeReturns the 'Fill Timing Attrs Type' literal with the specified name.static FillTimingAttrsTypeReturns the enum constant of this class with the specified name.static FillTimingAttrsType[]FillTimingAttrsType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FillTimingAttrsType in org.w3._2001.smil20.impl
Methods in org.w3._2001.smil20.impl that return FillTimingAttrsTypeModifier and TypeMethodDescriptionSmil20FactoryImpl.createFillTimingAttrsTypeFromString(EDataType eDataType, String initialValue) Smil20FactoryImpl.createFillTimingAttrsTypeObjectFromString(EDataType eDataType, String initialValue) -
Uses of FillTimingAttrsType in org.w3._2001.smil20.language
Methods in org.w3._2001.smil20.language that return FillTimingAttrsTypeModifier and TypeMethodDescriptionAnimateColorType.getFill()Returns the value of the 'Fill' attribute.AnimateMotionType.getFill()Returns the value of the 'Fill' attribute.AnimateType.getFill()Returns the value of the 'Fill' attribute.SetType.getFill()Returns the value of the 'Fill' attribute.Methods in org.w3._2001.smil20.language with parameters of type FillTimingAttrsTypeModifier and TypeMethodDescriptionvoidAnimateColorType.setFill(FillTimingAttrsType value) Sets the value of the 'Fill' attribute.voidAnimateMotionType.setFill(FillTimingAttrsType value) Sets the value of the 'Fill' attribute.voidAnimateType.setFill(FillTimingAttrsType value) Sets the value of the 'Fill' attribute.voidSetType.setFill(FillTimingAttrsType value) Sets the value of the 'Fill' attribute. -
Uses of FillTimingAttrsType in org.w3._2001.smil20.language.impl
Fields in org.w3._2001.smil20.language.impl declared as FillTimingAttrsTypeModifier and TypeFieldDescriptionprotected FillTimingAttrsTypeAnimateColorTypeImpl.fillThe cached value of the 'Fill' attribute.protected FillTimingAttrsTypeAnimateMotionTypeImpl.fillThe cached value of the 'Fill' attribute.protected FillTimingAttrsTypeAnimateTypeImpl.fillThe cached value of the 'Fill' attribute.protected FillTimingAttrsTypeSetTypeImpl.fillThe cached value of the 'Fill' attribute.protected static final FillTimingAttrsTypeAnimateColorTypeImpl.FILL_EDEFAULTThe default value of the 'Fill' attribute.protected static final FillTimingAttrsTypeAnimateMotionTypeImpl.FILL_EDEFAULTThe default value of the 'Fill' attribute.protected static final FillTimingAttrsTypeAnimateTypeImpl.FILL_EDEFAULTThe default value of the 'Fill' attribute.protected static final FillTimingAttrsTypeSetTypeImpl.FILL_EDEFAULTThe default value of the 'Fill' attribute.Methods in org.w3._2001.smil20.language.impl that return FillTimingAttrsTypeModifier and TypeMethodDescriptionAnimateColorTypeImpl.getFill()AnimateMotionTypeImpl.getFill()AnimateTypeImpl.getFill()SetTypeImpl.getFill()Methods in org.w3._2001.smil20.language.impl with parameters of type FillTimingAttrsTypeModifier and TypeMethodDescriptionvoidAnimateColorTypeImpl.setFill(FillTimingAttrsType newFill) voidAnimateMotionTypeImpl.setFill(FillTimingAttrsType newFill) voidAnimateTypeImpl.setFill(FillTimingAttrsType newFill) voidSetTypeImpl.setFill(FillTimingAttrsType newFill) -
Uses of FillTimingAttrsType in org.w3._2001.smil20.util
Methods in org.w3._2001.smil20.util with parameters of type FillTimingAttrsTypeModifier and TypeMethodDescriptionbooleanSmil20Validator.validateFillTimingAttrsType(FillTimingAttrsType fillTimingAttrsType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSmil20Validator.validateFillTimingAttrsTypeObject(FillTimingAttrsType fillTimingAttrsTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)