|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.citygml._0_4._AppearanceType
org.citygml4j.jaxb.citygml._0_4.MaterialType
public class MaterialType
Deprecated in CityGML version 0.4.0. Use the concepts of the new appearance model instead. Adopted from X3D standard (http://www.web3d.org/x3d/)
Java class for MaterialType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaterialType"> <complexContent> <extension base="{http://www.citygml.org/citygml/1/0/0}_AppearanceType"> <sequence> <element name="shininess" type="{http://www.citygml.org/citygml/1/0/0}doubleBetween0and1" minOccurs="0"/> <element name="transparency" type="{http://www.citygml.org/citygml/1/0/0}doubleBetween0and1" minOccurs="0"/> <element name="ambientIntensity" type="{http://www.citygml.org/citygml/1/0/0}doubleBetween0and1" minOccurs="0"/> <element name="specularColor" type="{http://www.citygml.org/citygml/1/0/0}Color" minOccurs="0"/> <element name="diffuseColor" type="{http://www.citygml.org/citygml/1/0/0}Color" minOccurs="0"/> <element name="emissiveColor" type="{http://www.citygml.org/citygml/1/0/0}Color" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
MaterialType()
|
Method Summary | |
---|---|
java.lang.Double |
getAmbientIntensity()
Gets the value of the ambientIntensity property. |
java.util.List<java.lang.Double> |
getDiffuseColor()
Gets the value of the diffuseColor property. |
java.util.List<java.lang.Double> |
getEmissiveColor()
Gets the value of the emissiveColor property. |
java.lang.Double |
getShininess()
Gets the value of the shininess property. |
java.util.List<java.lang.Double> |
getSpecularColor()
Gets the value of the specularColor property. |
java.lang.Double |
getTransparency()
Gets the value of the transparency property. |
boolean |
isSetAmbientIntensity()
|
boolean |
isSetDiffuseColor()
|
boolean |
isSetEmissiveColor()
|
boolean |
isSetShininess()
|
boolean |
isSetSpecularColor()
|
boolean |
isSetTransparency()
|
void |
setAmbientIntensity(java.lang.Double value)
Sets the value of the ambientIntensity property. |
void |
setDiffuseColor(java.util.List<java.lang.Double> diffuseColor)
Sets the value of the diffuseColor property. |
void |
setEmissiveColor(java.util.List<java.lang.Double> emissiveColor)
Sets the value of the emissiveColor property. |
void |
setShininess(java.lang.Double value)
Sets the value of the shininess property. |
void |
setSpecularColor(java.util.List<java.lang.Double> specularColor)
Sets the value of the specularColor property. |
void |
setTransparency(java.lang.Double value)
Sets the value of the transparency property. |
void |
unsetDiffuseColor()
|
void |
unsetEmissiveColor()
|
void |
unsetSpecularColor()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MaterialType()
Method Detail |
---|
public java.lang.Double getShininess()
Double
public void setShininess(java.lang.Double value)
value
- allowed object is
Double
public boolean isSetShininess()
public java.lang.Double getTransparency()
Double
public void setTransparency(java.lang.Double value)
value
- allowed object is
Double
public boolean isSetTransparency()
public java.lang.Double getAmbientIntensity()
Double
public void setAmbientIntensity(java.lang.Double value)
value
- allowed object is
Double
public boolean isSetAmbientIntensity()
public java.util.List<java.lang.Double> getSpecularColor()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the specularColor property.
For example, to add a new item, do as follows:
getSpecularColor().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public boolean isSetSpecularColor()
public void unsetSpecularColor()
public java.util.List<java.lang.Double> getDiffuseColor()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the diffuseColor property.
For example, to add a new item, do as follows:
getDiffuseColor().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public boolean isSetDiffuseColor()
public void unsetDiffuseColor()
public java.util.List<java.lang.Double> getEmissiveColor()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the emissiveColor property.
For example, to add a new item, do as follows:
getEmissiveColor().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public boolean isSetEmissiveColor()
public void unsetEmissiveColor()
public void setSpecularColor(java.util.List<java.lang.Double> specularColor)
specularColor
- allowed object is
Double
public void setDiffuseColor(java.util.List<java.lang.Double> diffuseColor)
diffuseColor
- allowed object is
Double
public void setEmissiveColor(java.util.List<java.lang.Double> emissiveColor)
emissiveColor
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |