Uses of Interface
org.citygml4j.model.citygml.appearance.Color

Packages that use Color
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.factory   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.model.citygml.appearance   
 

Uses of Color in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type Color
 java.util.List<java.lang.Double> Appearance100Marshaller.marshalColor(Color src)
           
 java.util.List<java.lang.Double> Appearance040Marshaller.marshalColor(Color src)
           
 

Uses of Color in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return Color
 Color Appearance100Unmarshaller.unmarshalColor(java.util.List<java.lang.Double> src)
           
 Color Appearance040Unmarshaller.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.createColor()
           
 Color CityGMLFactory.createColor(java.lang.Double red, java.lang.Double green, java.lang.Double blue)
           
 

Methods in org.citygml4j.factory with parameters of type Color
 ColorPlusOpacity CityGMLFactory.createColorPlusOpacity(Color color, java.lang.Double opacity)
           
 

Uses of Color in org.citygml4j.impl.citygml.appearance
 

Classes in org.citygml4j.impl.citygml.appearance that implement Color
 class ColorImpl
           
 

Methods in org.citygml4j.impl.citygml.appearance that return Color
 Color ColorPlusOpacityImpl.getColor()
           
 Color X3DMaterialImpl.getDiffuseColor()
           
 Color X3DMaterialImpl.getEmissiveColor()
           
 Color X3DMaterialImpl.getSpecularColor()
           
 

Methods in org.citygml4j.impl.citygml.appearance with parameters of type Color
 void ColorPlusOpacityImpl.setColor(Color color)
           
 void X3DMaterialImpl.setDiffuseColor(Color diffuseColor)
           
 void X3DMaterialImpl.setEmissiveColor(Color emissiveColor)
           
 void X3DMaterialImpl.setSpecularColor(Color specularColor)
           
 

Constructors in org.citygml4j.impl.citygml.appearance with parameters of type Color
ColorPlusOpacityImpl(Color color, java.lang.Double opacity)
           
 

Uses of Color in org.citygml4j.model.citygml.appearance
 

Methods in org.citygml4j.model.citygml.appearance that return Color
 Color ColorPlusOpacity.getColor()
           
 Color X3DMaterial.getDiffuseColor()
           
 Color X3DMaterial.getEmissiveColor()
           
 Color X3DMaterial.getSpecularColor()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type Color
 void ColorPlusOpacity.setColor(Color color)
           
 void X3DMaterial.setDiffuseColor(Color diffuseColor)
           
 void X3DMaterial.setEmissiveColor(Color emissiveColor)
           
 void X3DMaterial.setSpecularColor(Color specularColor)