Uses of Class
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.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> TexturedSurface200Marshaller.marshalColor(_Color src)
           
 java.util.List<java.lang.Double> TexturedSurface100Marshaller.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 TexturedSurface200Unmarshaller.unmarshalColor(java.util.List<java.lang.Double> src)
           
 _Color TexturedSurface100Unmarshaller.unmarshalColor(java.util.List<java.lang.Double> src)
           
 

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)