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