Uses of Interface
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.factory   
org.citygml4j.impl.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> Appearance100Marshaller.marshalColorPlusOpacity(ColorPlusOpacity src)
           
 java.util.List<java.lang.Double> Appearance040Marshaller.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 Appearance100Unmarshaller.unmarshalColorPlusOpacity(java.util.List<java.lang.Double> src)
           
 ColorPlusOpacity Appearance040Unmarshaller.unmarshalColorPlusOpacity(java.util.List<java.lang.Double> src)
           
 

Uses of ColorPlusOpacity in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ColorPlusOpacity
 ColorPlusOpacity CityGMLFactory.createColorPlusOpacity()
           
 ColorPlusOpacity CityGMLFactory.createColorPlusOpacity(Color color, java.lang.Double opacity)
           
 ColorPlusOpacity CityGMLFactory.createColorPlusOpacity(java.lang.Double defaultColorValue)
           
 ColorPlusOpacity CityGMLFactory.createColorPlusOpacity(java.lang.Double defaultColorValue, java.lang.Double opacity)
           
 ColorPlusOpacity CityGMLFactory.createColorPlusOpacity(java.lang.Double red, java.lang.Double green, java.lang.Double blue)
           
 ColorPlusOpacity CityGMLFactory.createColorPlusOpacity(java.lang.Double red, java.lang.Double green, java.lang.Double blue, java.lang.Double opacity)
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement ColorPlusOpacity
 class ColorPlusOpacityImpl
           
 

Methods in org.citygml4j.impl.citygml.appearance that return ColorPlusOpacity
 ColorPlusOpacity AbstractTextureImpl.getBorderColor()
           
 

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

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)