Uses of Interface
org.w3.x2001.smil20.SyncBehaviorType
-
Packages that use SyncBehaviorType Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of SyncBehaviorType in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return SyncBehaviorType Modifier and Type Method Description static SyncBehaviorTypeSyncBehaviorType.Factory. newInstance()static SyncBehaviorTypeSyncBehaviorType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SyncBehaviorTypeSyncBehaviorType.Factory. newValue(Object obj)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(File file)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(InputStream is)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(Reader r)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(String xmlAsString)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(URL u)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(XMLStreamReader sr)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SyncBehaviorTypeSyncBehaviorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SyncBehaviorTypeSyncBehaviorType.Factory. parse(Node node)static SyncBehaviorTypeSyncBehaviorType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SyncBehaviorType in org.w3.x2001.smil20.impl
Classes in org.w3.x2001.smil20.impl that implement SyncBehaviorType Modifier and Type Class Description classSyncBehaviorTypeImplAn XML syncBehaviorType(@http://www.w3.org/2001/SMIL20/). -
Uses of SyncBehaviorType in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return SyncBehaviorType Modifier and Type Method Description SyncBehaviorTypeAnimateColorType. xgetSyncBehavior()Gets (as xml) the "syncBehavior" attributeSyncBehaviorTypeAnimateMotionType. xgetSyncBehavior()Gets (as xml) the "syncBehavior" attributeSyncBehaviorTypeAnimateType. xgetSyncBehavior()Gets (as xml) the "syncBehavior" attributeSyncBehaviorTypeSetType. xgetSyncBehavior()Gets (as xml) the "syncBehavior" attributeMethods in org.w3.x2001.smil20.language with parameters of type SyncBehaviorType Modifier and Type Method Description voidAnimateColorType. xsetSyncBehavior(SyncBehaviorType syncBehavior)Sets (as xml) the "syncBehavior" attributevoidAnimateMotionType. xsetSyncBehavior(SyncBehaviorType syncBehavior)Sets (as xml) the "syncBehavior" attributevoidAnimateType. xsetSyncBehavior(SyncBehaviorType syncBehavior)Sets (as xml) the "syncBehavior" attributevoidSetType. xsetSyncBehavior(SyncBehaviorType syncBehavior)Sets (as xml) the "syncBehavior" attribute -
Uses of SyncBehaviorType in org.w3.x2001.smil20.language.impl
Methods in org.w3.x2001.smil20.language.impl that return SyncBehaviorType Modifier and Type Method Description SyncBehaviorTypeAnimateColorTypeImpl. xgetSyncBehavior()Gets (as xml) the "syncBehavior" attributeSyncBehaviorTypeAnimateMotionTypeImpl. xgetSyncBehavior()Gets (as xml) the "syncBehavior" attributeSyncBehaviorTypeAnimateTypeImpl. xgetSyncBehavior()Gets (as xml) the "syncBehavior" attributeSyncBehaviorTypeSetTypeImpl. xgetSyncBehavior()Gets (as xml) the "syncBehavior" attributeMethods in org.w3.x2001.smil20.language.impl with parameters of type SyncBehaviorType Modifier and Type Method Description voidAnimateColorTypeImpl. xsetSyncBehavior(SyncBehaviorType syncBehavior)Sets (as xml) the "syncBehavior" attributevoidAnimateMotionTypeImpl. xsetSyncBehavior(SyncBehaviorType syncBehavior)Sets (as xml) the "syncBehavior" attributevoidAnimateTypeImpl. xsetSyncBehavior(SyncBehaviorType syncBehavior)Sets (as xml) the "syncBehavior" attributevoidSetTypeImpl. xsetSyncBehavior(SyncBehaviorType syncBehavior)Sets (as xml) the "syncBehavior" attribute
-