Uses of Interface
org.citygml4j.model.citygml.texturedsurface._Color

Packages that use _Color
org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.factory   
org.citygml4j.impl.citygml.texturedsurface   
org.citygml4j.model.citygml.texturedsurface   
 

Uses of _Color in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type _Color
 java.util.List<java.lang.Double> TexturedSurface100Marshaller.marshalColor(_Color src)
           
 java.util.List<java.lang.Double> TexturedSurface040Marshaller.marshalColor(_Color src)
           
 

Uses of _Color in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface that return _Color
 _Color TexturedSurface100Unmarshaller.unmarshalColor(java.util.List<java.lang.Double> src)
           
 _Color TexturedSurface040Unmarshaller.unmarshalColor(java.util.List<java.lang.Double> src)
           
 

Uses of _Color in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return _Color
 _Color CityGMLFactory.create_Color()
           
 _Color CityGMLFactory.create_Color(java.lang.Double red, java.lang.Double green, java.lang.Double blue)
           
 

Uses of _Color in org.citygml4j.impl.citygml.texturedsurface
 

Classes in org.citygml4j.impl.citygml.texturedsurface that implement _Color
 class _ColorImpl
           
 

Methods in org.citygml4j.impl.citygml.texturedsurface that return _Color
 _Color _MaterialImpl.getDiffuseColor()
           
 _Color _MaterialImpl.getEmissiveColor()
           
 _Color _MaterialImpl.getSpecularColor()
           
 

Methods in org.citygml4j.impl.citygml.texturedsurface with parameters of type _Color
 void _MaterialImpl.setDiffuseColor(_Color diffuseColor)
           
 void _MaterialImpl.setEmissiveColor(_Color emissiveColor)
           
 void _MaterialImpl.setSpecularColor(_Color specularColor)
           
 

Uses of _Color in org.citygml4j.model.citygml.texturedsurface
 

Methods in org.citygml4j.model.citygml.texturedsurface that return _Color
 _Color _Material.getDiffuseColor()
           
 _Color _Material.getEmissiveColor()
           
 _Color _Material.getSpecularColor()
           
 

Methods in org.citygml4j.model.citygml.texturedsurface with parameters of type _Color
 void _Material.setDiffuseColor(_Color diffuseColor)
           
 void _Material.setEmissiveColor(_Color emissiveColor)
           
 void _Material.setSpecularColor(_Color specularColor)