org.citygml4j.model.citygml.texturedsurface
Interface _Material
- All Superinterfaces:
- _AbstractAppearance, AbstractGML, Associable, Child, CityGML, Copyable, GML, ModelObject, StandardObjectProperties, TexturedSurfaceModuleComponent
- All Known Implementing Classes:
- _MaterialImpl
public interface _Material
- extends _AbstractAppearance
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
getShininess
java.lang.Double getShininess()
getTransparency
java.lang.Double getTransparency()
getAmbientIntensity
java.lang.Double getAmbientIntensity()
getDiffuseColor
_Color getDiffuseColor()
getEmissiveColor
_Color getEmissiveColor()
getSpecularColor
_Color getSpecularColor()
isSetShininess
boolean isSetShininess()
isSetTransparency
boolean isSetTransparency()
isSetAmbientIntensity
boolean isSetAmbientIntensity()
isSetDiffuseColor
boolean isSetDiffuseColor()
isSetEmissiveColor
boolean isSetEmissiveColor()
isSetSpecularColor
boolean isSetSpecularColor()
setShininess
void setShininess(java.lang.Double shininess)
setTransparency
void setTransparency(java.lang.Double transparency)
setAmbientIntensity
void setAmbientIntensity(java.lang.Double ambientIntensity)
setDiffuseColor
void setDiffuseColor(_Color diffuseColor)
setEmissiveColor
void setEmissiveColor(_Color emissiveColor)
setSpecularColor
void setSpecularColor(_Color specularColor)
unsetShininess
void unsetShininess()
unsetTransparency
void unsetTransparency()
unsetAmbientIntensity
void unsetAmbientIntensity()
unsetDiffuseColor
void unsetDiffuseColor()
unsetEmissiveColor
void unsetEmissiveColor()
unsetSpecularColor
void unsetSpecularColor()