Uses of Class
org.w3.x2001.smil20.AnimateColorPrototype.AttributeType.Enum
-
Packages that use AnimateColorPrototype.AttributeType.Enum Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl -
-
Uses of AnimateColorPrototype.AttributeType.Enum in org.w3.x2001.smil20
Fields in org.w3.x2001.smil20 declared as AnimateColorPrototype.AttributeType.Enum Modifier and Type Field Description static AnimateColorPrototype.AttributeType.EnumAnimateColorPrototype.AttributeType. AUTOstatic AnimateColorPrototype.AttributeType.EnumAnimateColorPrototype.AttributeType. CSSstatic AnimateColorPrototype.AttributeType.EnumAnimateColorPrototype.AttributeType. XMLMethods in org.w3.x2001.smil20 that return AnimateColorPrototype.AttributeType.Enum Modifier and Type Method Description static AnimateColorPrototype.AttributeType.EnumAnimateColorPrototype.AttributeType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static AnimateColorPrototype.AttributeType.EnumAnimateColorPrototype.AttributeType.Enum. forString(String s)Returns the enum value for a string, or null if none.AnimateColorPrototype.AttributeType.EnumAnimateColorPrototype. getAttributeType()Gets the "attributeType" attributeMethods in org.w3.x2001.smil20 with parameters of type AnimateColorPrototype.AttributeType.Enum Modifier and Type Method Description voidAnimateColorPrototype. setAttributeType(AnimateColorPrototype.AttributeType.Enum attributeType)Sets the "attributeType" attribute -
Uses of AnimateColorPrototype.AttributeType.Enum in org.w3.x2001.smil20.impl
Methods in org.w3.x2001.smil20.impl that return AnimateColorPrototype.AttributeType.Enum Modifier and Type Method Description AnimateColorPrototype.AttributeType.EnumAnimateColorPrototypeImpl. getAttributeType()Gets the "attributeType" attributeMethods in org.w3.x2001.smil20.impl with parameters of type AnimateColorPrototype.AttributeType.Enum Modifier and Type Method Description voidAnimateColorPrototypeImpl. setAttributeType(AnimateColorPrototype.AttributeType.Enum attributeType)Sets the "attributeType" attribute
-