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