Uses of Class
org.w3.x2001.smil20.RestartTimingType.Enum
-
Packages that use RestartTimingType.Enum Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of RestartTimingType.Enum in org.w3.x2001.smil20
Fields in org.w3.x2001.smil20 declared as RestartTimingType.Enum Modifier and Type Field Description static RestartTimingType.EnumRestartTimingType. ALWAYSstatic RestartTimingType.EnumRestartTimingType. DEFAULTstatic RestartTimingType.EnumRestartTimingType. NEVERstatic RestartTimingType.EnumRestartTimingType. WHEN_NOT_ACTIVEMethods in org.w3.x2001.smil20 that return RestartTimingType.Enum Modifier and Type Method Description static RestartTimingType.EnumRestartTimingType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static RestartTimingType.EnumRestartTimingType.Enum. forString(String s)Returns the enum value for a string, or null if none. -
Uses of RestartTimingType.Enum in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return RestartTimingType.Enum Modifier and Type Method Description RestartTimingType.EnumAnimateColorType. getRestart()Gets the "restart" attributeRestartTimingType.EnumAnimateMotionType. getRestart()Gets the "restart" attributeRestartTimingType.EnumAnimateType. getRestart()Gets the "restart" attributeRestartTimingType.EnumSetType. getRestart()Gets the "restart" attributeMethods in org.w3.x2001.smil20.language with parameters of type RestartTimingType.Enum Modifier and Type Method Description voidAnimateColorType. setRestart(RestartTimingType.Enum restart)Sets the "restart" attributevoidAnimateMotionType. setRestart(RestartTimingType.Enum restart)Sets the "restart" attributevoidAnimateType. setRestart(RestartTimingType.Enum restart)Sets the "restart" attributevoidSetType. setRestart(RestartTimingType.Enum restart)Sets the "restart" attribute -
Uses of RestartTimingType.Enum in org.w3.x2001.smil20.language.impl
Methods in org.w3.x2001.smil20.language.impl that return RestartTimingType.Enum Modifier and Type Method Description RestartTimingType.EnumAnimateColorTypeImpl. getRestart()Gets the "restart" attributeRestartTimingType.EnumAnimateMotionTypeImpl. getRestart()Gets the "restart" attributeRestartTimingType.EnumAnimateTypeImpl. getRestart()Gets the "restart" attributeRestartTimingType.EnumSetTypeImpl. getRestart()Gets the "restart" attributeMethods in org.w3.x2001.smil20.language.impl with parameters of type RestartTimingType.Enum Modifier and Type Method Description voidAnimateColorTypeImpl. setRestart(RestartTimingType.Enum restart)Sets the "restart" attributevoidAnimateMotionTypeImpl. setRestart(RestartTimingType.Enum restart)Sets the "restart" attributevoidAnimateTypeImpl. setRestart(RestartTimingType.Enum restart)Sets the "restart" attributevoidSetTypeImpl. setRestart(RestartTimingType.Enum restart)Sets the "restart" attribute
-