Uses of Class
org.citygml4j.jaxb.smil20.SyncBehaviorType

Packages that use SyncBehaviorType
org.citygml4j.jaxb.smil20   
org.citygml4j.jaxb.smil20.language   
 

Uses of SyncBehaviorType in org.citygml4j.jaxb.smil20
 

Methods in org.citygml4j.jaxb.smil20 that return SyncBehaviorType
static SyncBehaviorType SyncBehaviorType.fromValue(java.lang.String v)
           
static SyncBehaviorType SyncBehaviorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SyncBehaviorType[] SyncBehaviorType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of SyncBehaviorType in org.citygml4j.jaxb.smil20.language
 

Methods in org.citygml4j.jaxb.smil20.language that return SyncBehaviorType
 SyncBehaviorType SetType.getSyncBehavior()
          Ruft den Wert der syncBehavior-Eigenschaft ab.
 SyncBehaviorType AnimateType.getSyncBehavior()
          Ruft den Wert der syncBehavior-Eigenschaft ab.
 SyncBehaviorType AnimateMotionType.getSyncBehavior()
          Ruft den Wert der syncBehavior-Eigenschaft ab.
 SyncBehaviorType AnimateColorType.getSyncBehavior()
          Ruft den Wert der syncBehavior-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.smil20.language with parameters of type SyncBehaviorType
 void SetType.setSyncBehavior(SyncBehaviorType value)
          Legt den Wert der syncBehavior-Eigenschaft fest.
 void AnimateType.setSyncBehavior(SyncBehaviorType value)
          Legt den Wert der syncBehavior-Eigenschaft fest.
 void AnimateMotionType.setSyncBehavior(SyncBehaviorType value)
          Legt den Wert der syncBehavior-Eigenschaft fest.
 void AnimateColorType.setSyncBehavior(SyncBehaviorType value)
          Legt den Wert der syncBehavior-Eigenschaft fest.