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

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

Uses of FillDefaultType in org.citygml4j.jaxb.smil20
 

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

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

Methods in org.citygml4j.jaxb.smil20.language that return FillDefaultType
 FillDefaultType SetType.getFillDefault()
          Gets the value of the fillDefault property.
 FillDefaultType AnimateType.getFillDefault()
          Gets the value of the fillDefault property.
 FillDefaultType AnimateMotionType.getFillDefault()
          Gets the value of the fillDefault property.
 FillDefaultType AnimateColorType.getFillDefault()
          Gets the value of the fillDefault property.
 

Methods in org.citygml4j.jaxb.smil20.language with parameters of type FillDefaultType
 void SetType.setFillDefault(FillDefaultType value)
          Sets the value of the fillDefault property.
 void AnimateType.setFillDefault(FillDefaultType value)
          Sets the value of the fillDefault property.
 void AnimateMotionType.setFillDefault(FillDefaultType value)
          Sets the value of the fillDefault property.
 void AnimateColorType.setFillDefault(FillDefaultType value)
          Sets the value of the fillDefault property.