Uses of Class
org.citygml4j.jaxb.smil20.language.AnimateType

Packages that use AnimateType
org.citygml4j.jaxb.gml._3_1_1   
org.citygml4j.jaxb.smil20   
org.citygml4j.jaxb.smil20.language   
 

Uses of AnimateType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AnimateType
 java.util.List<AnimateType> BaseStyleDescriptorType.getAnimate()
          Gets the value of the animate property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AnimateType
 void BaseStyleDescriptorType.setAnimate(java.util.List<AnimateType> animate)
          Sets the value of the animate property.
 

Uses of AnimateType in org.citygml4j.jaxb.smil20
 

Methods in org.citygml4j.jaxb.smil20 that return types with arguments of type AnimateType
 javax.xml.bind.JAXBElement<AnimateType> ObjectFactory.createAnimate(AnimateType value)
          Create an instance of JAXBElement<AnimateType>}
 

Methods in org.citygml4j.jaxb.smil20 with parameters of type AnimateType
 javax.xml.bind.JAXBElement<AnimateType> ObjectFactory.createAnimate(AnimateType value)
          Create an instance of JAXBElement<AnimateType>}
 

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

Methods in org.citygml4j.jaxb.smil20.language that return AnimateType
 AnimateType ObjectFactory.createAnimateType()
          Create an instance of AnimateType
 

Methods in org.citygml4j.jaxb.smil20.language that return types with arguments of type AnimateType
 javax.xml.bind.JAXBElement<AnimateType> ObjectFactory.createAnimate(AnimateType value)
          Create an instance of JAXBElement<AnimateType>}
 

Methods in org.citygml4j.jaxb.smil20.language with parameters of type AnimateType
 javax.xml.bind.JAXBElement<AnimateType> ObjectFactory.createAnimate(AnimateType value)
          Create an instance of JAXBElement<AnimateType>}