Uses of Class
org.citygml4j.model.citygml.appearance.ColorPlusOpacity

Packages that use ColorPlusOpacity
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.model.citygml.appearance   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return ColorPlusOpacity
 ColorPlusOpacity Appearance200Unmarshaller.unmarshalColorPlusOpacity(java.util.List<java.lang.Double> src)
           
 ColorPlusOpacity Appearance100Unmarshaller.unmarshalColorPlusOpacity(java.util.List<java.lang.Double> src)
           
 

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

Methods in org.citygml4j.model.citygml.appearance that return ColorPlusOpacity
 ColorPlusOpacity AbstractTexture.getBorderColor()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type ColorPlusOpacity
 void AbstractTexture.setBorderColor(ColorPlusOpacity borderColor)