FreeWRL / FreeX3D 4.3.0
org.web3d.x3d.sai.X3DBackgroundNode Interface Reference
Inheritance diagram for org.web3d.x3d.sai.X3DBackgroundNode:
org.web3d.x3d.sai.X3DBindableNode org.web3d.x3d.sai.X3DChildNode org.web3d.x3d.sai.X3DNode

Public Member Functions

int getNumSkyAngle ()
 
void getSkyAngle (float[] angles)
 
void setSkyAngle (float[] angles)
 
int getNumGroundAngle ()
 
void getGroundAngle (float[] angle)
 
void setGroundAngle (float[] angle)
 
int getNumSkyColor ()
 
void getSkyColor (float[] colors)
 
void setSkyColor (float[] colors)
 
int getNumGroundColor ()
 
void getGroundColor (float[] color)
 
void setGroundColor (float[] color)
 
- Public Member Functions inherited from org.web3d.x3d.sai.X3DBindableNode
void setBind (boolean enable)
 
boolean isBound ()
 
double getBindTime ()
 
- Public Member Functions inherited from org.web3d.x3d.sai.X3DNode
void setMetadata (X3DMetadataObject data) throws InvalidNodeException, ConnectionException
 
X3DMetadataObject getMetadata () throws InvalidNodeException, ConnectionException
 
String getNodeName () throws InvalidNodeException, ConnectionException
 
X3DFieldDefinition[] getFieldDefinitions () throws InvalidNodeException, ConnectionException
 
int[] getNodeType () throws InvalidNodeException, ConnectionException
 
X3DField getField (String name) throws InvalidNameException, InvalidNodeException, ConnectionException
 
void dispose ()
 

Detailed Description

Definition at line 3 of file X3DBackgroundNode.java.


The documentation for this interface was generated from the following file: