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

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

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

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

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

Uses of AnimateColorType in org.citygml4j.jaxb.smil20
 

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

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

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

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

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

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