Uses of Class
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.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> Appearance200Marshaller.marshalColor(Color src)
           
 java.util.List<java.lang.Double> Appearance100Marshaller.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 Appearance200Unmarshaller.unmarshalColor(java.util.List<java.lang.Double> src)
           
 Color Appearance100Unmarshaller.unmarshalColor(java.util.List<java.lang.Double> src)
           
 

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)
           
 

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