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