Uses of Class
org.w3.x2001.smil20.FillTimingAttrsType.Enum
-
Packages that use FillTimingAttrsType.Enum Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of FillTimingAttrsType.Enum in org.w3.x2001.smil20
Fields in org.w3.x2001.smil20 declared as FillTimingAttrsType.Enum Modifier and Type Field Description static FillTimingAttrsType.EnumFillTimingAttrsType. AUTOstatic FillTimingAttrsType.EnumFillTimingAttrsType. DEFAULTstatic FillTimingAttrsType.EnumFillTimingAttrsType. FREEZEstatic FillTimingAttrsType.EnumFillTimingAttrsType. HOLDstatic FillTimingAttrsType.EnumFillTimingAttrsType. REMOVEstatic FillTimingAttrsType.EnumFillTimingAttrsType. TRANSITIONMethods in org.w3.x2001.smil20 that return FillTimingAttrsType.Enum Modifier and Type Method Description static FillTimingAttrsType.EnumFillTimingAttrsType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static FillTimingAttrsType.EnumFillTimingAttrsType.Enum. forString(String s)Returns the enum value for a string, or null if none. -
Uses of FillTimingAttrsType.Enum in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return FillTimingAttrsType.Enum Modifier and Type Method Description FillTimingAttrsType.EnumAnimateColorType. getFill()Gets the "fill" attributeFillTimingAttrsType.EnumAnimateMotionType. getFill()Gets the "fill" attributeFillTimingAttrsType.EnumAnimateType. getFill()Gets the "fill" attributeFillTimingAttrsType.EnumSetType. getFill()Gets the "fill" attributeMethods in org.w3.x2001.smil20.language with parameters of type FillTimingAttrsType.Enum Modifier and Type Method Description voidAnimateColorType. setFill(FillTimingAttrsType.Enum fill)Sets the "fill" attributevoidAnimateMotionType. setFill(FillTimingAttrsType.Enum fill)Sets the "fill" attributevoidAnimateType. setFill(FillTimingAttrsType.Enum fill)Sets the "fill" attributevoidSetType. setFill(FillTimingAttrsType.Enum fill)Sets the "fill" attribute -
Uses of FillTimingAttrsType.Enum in org.w3.x2001.smil20.language.impl
Methods in org.w3.x2001.smil20.language.impl that return FillTimingAttrsType.Enum Modifier and Type Method Description FillTimingAttrsType.EnumAnimateColorTypeImpl. getFill()Gets the "fill" attributeFillTimingAttrsType.EnumAnimateMotionTypeImpl. getFill()Gets the "fill" attributeFillTimingAttrsType.EnumAnimateTypeImpl. getFill()Gets the "fill" attributeFillTimingAttrsType.EnumSetTypeImpl. getFill()Gets the "fill" attributeMethods in org.w3.x2001.smil20.language.impl with parameters of type FillTimingAttrsType.Enum Modifier and Type Method Description voidAnimateColorTypeImpl. setFill(FillTimingAttrsType.Enum fill)Sets the "fill" attributevoidAnimateMotionTypeImpl. setFill(FillTimingAttrsType.Enum fill)Sets the "fill" attributevoidAnimateTypeImpl. setFill(FillTimingAttrsType.Enum fill)Sets the "fill" attributevoidSetTypeImpl. setFill(FillTimingAttrsType.Enum fill)Sets the "fill" attribute
-