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

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

Uses of FillTimingAttrsType in org.citygml4j.jaxb.smil20
 

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

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

Methods in org.citygml4j.jaxb.smil20.language that return FillTimingAttrsType
 FillTimingAttrsType SetType.getFill()
          Gets the value of the fill property.
 FillTimingAttrsType AnimateType.getFill()
          Gets the value of the fill property.
 FillTimingAttrsType AnimateMotionType.getFill()
          Gets the value of the fill property.
 FillTimingAttrsType AnimateColorType.getFill()
          Gets the value of the fill property.
 

Methods in org.citygml4j.jaxb.smil20.language with parameters of type FillTimingAttrsType
 void SetType.setFill(FillTimingAttrsType value)
          Sets the value of the fill property.
 void AnimateType.setFill(FillTimingAttrsType value)
          Sets the value of the fill property.
 void AnimateMotionType.setFill(FillTimingAttrsType value)
          Sets the value of the fill property.
 void AnimateColorType.setFill(FillTimingAttrsType value)
          Sets the value of the fill property.