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, setContainerField
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSE
protected MFFloat groundAngle
protected MFColor groundColor
protected MFFloat skyAngle
protected MFColor skyColor
protected SFFloat transparency
public MFFloat getGroundAngle()
MFFloat
public void setGroundAngle(MFFloat value)
value
- allowed object is
MFFloat
public MFColor getGroundColor()
MFColor
public void setGroundColor(MFColor value)
value
- allowed object is
MFColor
public MFFloat getSkyAngle()
MFFloat
public void setSkyAngle(MFFloat value)
value
- allowed object is
MFFloat
public MFColor getSkyColor()
MFColor
public void setSkyColor(MFColor value)
value
- allowed object is
MFColor
public SFFloat getTransparency()
SFFloat