public abstract class X3DBackgroundNode extends X3DBindableNode
Java class for X3DBackgroundNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X3DBackgroundNode">
<complexContent>
<extension base="{}X3DBindableNode">
<attribute name="groundAngle" type="{}MFFloat" />
<attribute name="groundColor" type="{}MFColor" />
<attribute name="skyAngle" type="{}MFFloat" />
<attribute name="skyColor" type="{}MFColor" default="0 0 0" />
<attribute name="transparency" type="{}SFFloat" default="0" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MFFloat |
groundAngle |
protected MFColor |
groundColor |
protected MFFloat |
skyAngle |
protected MFColor |
skyColor |
protected SFFloat |
transparency |
containerField| Constructor and Description |
|---|
X3DBackgroundNode() |
| Modifier and Type | Method and Description |
|---|---|
MFFloat |
getGroundAngle()
Gets the value of the groundAngle property.
|
MFColor |
getGroundColor()
Gets the value of the groundColor property.
|
MFFloat |
getSkyAngle()
Gets the value of the skyAngle property.
|
MFColor |
getSkyColor()
Gets the value of the skyColor property.
|
SFFloat |
getTransparency()
Gets the value of the transparency property.
|
void |
setGroundAngle(MFFloat value)
Sets the value of the groundAngle property.
|
void |
setGroundColor(MFColor value)
Sets the value of the groundColor property.
|
void |
setSkyAngle(MFFloat value)
Sets the value of the skyAngle property.
|
void |
setSkyColor(MFColor value)
Sets the value of the skyColor property.
|
void |
setTransparency(SFFloat value)
Sets the value of the transparency property.
|
getContainerField, setContainerFieldgetClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSEprotected MFFloat groundAngle
protected MFColor groundColor
protected MFFloat skyAngle
protected MFColor skyColor
protected SFFloat transparency
public MFFloat getGroundAngle()
MFFloatpublic void setGroundAngle(MFFloat value)
value - allowed object is
MFFloatpublic MFColor getGroundColor()
MFColorpublic void setGroundColor(MFColor value)
value - allowed object is
MFColorpublic MFFloat getSkyAngle()
MFFloatpublic void setSkyAngle(MFFloat value)
value - allowed object is
MFFloatpublic MFColor getSkyColor()
MFColorpublic void setSkyColor(MFColor value)
value - allowed object is
MFColorpublic SFFloat getTransparency()
SFFloat