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

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

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

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

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

Uses of AnimateMotionType in org.citygml4j.jaxb.smil20
 

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

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

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

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

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

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