public class X3DAppearanceNode extends X3DNode
Java class for X3DAppearanceNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X3DAppearanceNode">
<complexContent>
<extension base="{}X3DNode">
<group ref="{}AppearanceChildContentModel" maxOccurs="unbounded" minOccurs="0"/>
<attribute name="containerField" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="appearance" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerField |
protected FillProperties |
fillProperties |
protected LineProperties |
lineProperties |
protected X3DMaterialNode |
material |
| Constructor and Description |
|---|
X3DAppearanceNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerField()
Gets the value of the containerField property.
|
FillProperties |
getFillProperties()
Gets the value of the fillProperties property.
|
LineProperties |
getLineProperties()
Gets the value of the lineProperties property.
|
X3DMaterialNode |
getMaterial()
Gets the value of the material property.
|
void |
setContainerField(String value)
Sets the value of the containerField property.
|
void |
setFillProperties(FillProperties fillProperties)
Sets the value of the fillProperties property.
|
void |
setLineProperties(LineProperties lineProperties)
Sets the value of the lineProperties property.
|
void |
setMaterial(X3DMaterialNode material)
Sets the value of the material property.
|
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSEprotected X3DMaterialNode material
protected FillProperties fillProperties
protected LineProperties lineProperties
protected String containerField
public X3DMaterialNode getMaterial()
X3DMaterialNodepublic void setMaterial(X3DMaterialNode material)
material - allowed object is
X3DMaterialNodepublic FillProperties getFillProperties()
FillPropertiespublic void setFillProperties(FillProperties fillProperties)
fillProperties - allowed object is
FillPropertiespublic LineProperties getLineProperties()
LinePropertiespublic void setLineProperties(LineProperties lineProperties)
lineProperties - allowed object is
LinePropertiespublic String getContainerField()
String