Uses of Class
net.opengis.citygml.appearance.v_1_0.X3DMaterialType

Packages that use X3DMaterialType
net.opengis.citygml.appearance.v_1_0   
 

Uses of X3DMaterialType in net.opengis.citygml.appearance.v_1_0
 

Methods in net.opengis.citygml.appearance.v_1_0 that return X3DMaterialType
 X3DMaterialType ObjectFactory.createX3DMaterialType()
          Create an instance of X3DMaterialType
 X3DMaterialType X3DMaterialType.withAmbientIntensity(Double value)
           
 X3DMaterialType X3DMaterialType.withDiffuseColor(Collection<Double> values)
           
 X3DMaterialType X3DMaterialType.withDiffuseColor(Double... values)
           
 X3DMaterialType X3DMaterialType.withDiffuseColor(List<Double> value)
           
 X3DMaterialType X3DMaterialType.withEmissiveColor(Collection<Double> values)
           
 X3DMaterialType X3DMaterialType.withEmissiveColor(Double... values)
           
 X3DMaterialType X3DMaterialType.withEmissiveColor(List<Double> value)
           
 X3DMaterialType X3DMaterialType.withGenericApplicationPropertyOfSurfaceData(Collection<Object> values)
           
 X3DMaterialType X3DMaterialType.withGenericApplicationPropertyOfSurfaceData(List<Object> value)
           
 X3DMaterialType X3DMaterialType.withGenericApplicationPropertyOfSurfaceData(Object... values)
           
 X3DMaterialType X3DMaterialType.withGenericApplicationPropertyOfX3DMaterial(Collection<Object> values)
           
 X3DMaterialType X3DMaterialType.withGenericApplicationPropertyOfX3DMaterial(List<Object> value)
           
 X3DMaterialType X3DMaterialType.withGenericApplicationPropertyOfX3DMaterial(Object... values)
           
 X3DMaterialType X3DMaterialType.withIsFront(Boolean value)
           
 X3DMaterialType X3DMaterialType.withIsSmooth(Boolean value)
           
 X3DMaterialType X3DMaterialType.withShininess(Double value)
           
 X3DMaterialType X3DMaterialType.withSpecularColor(Collection<Double> values)
           
 X3DMaterialType X3DMaterialType.withSpecularColor(Double... values)
           
 X3DMaterialType X3DMaterialType.withSpecularColor(List<Double> value)
           
 X3DMaterialType X3DMaterialType.withTarget(Collection<String> values)
           
 X3DMaterialType X3DMaterialType.withTarget(List<String> value)
           
 X3DMaterialType X3DMaterialType.withTarget(String... values)
           
 X3DMaterialType X3DMaterialType.withTransparency(Double value)
           
 

Methods in net.opengis.citygml.appearance.v_1_0 that return types with arguments of type X3DMaterialType
 JAXBElement<X3DMaterialType> ObjectFactory.createX3DMaterial(X3DMaterialType value)
          Create an instance of JAXBElement<X3DMaterialType>}
 

Methods in net.opengis.citygml.appearance.v_1_0 with parameters of type X3DMaterialType
 JAXBElement<X3DMaterialType> ObjectFactory.createX3DMaterial(X3DMaterialType value)
          Create an instance of JAXBElement<X3DMaterialType>}
 



Copyright © 2008-2015. All Rights Reserved.