FreeWRL / FreeX3D 4.3.0
org.web3d.x3d.sai.X3DComposedGeometryNode Interface Reference
Inheritance diagram for org.web3d.x3d.sai.X3DComposedGeometryNode:
org.web3d.x3d.sai.X3DGeometryNode org.web3d.x3d.sai.X3DNode

Public Member Functions

X3DNode getColor ()
 
void setColor (X3DColorNode node)
 
void setColor (X3DProtoInstance comp)
 
X3DNode getCoord ()
 
void setCoord (X3DCoordinateNode node)
 
void setCoord (X3DProtoInstance node)
 
X3DNode getTexCoord ()
 
void setTexCoord (X3DTextureCoordinateNode node)
 
void setTexCoord (X3DProtoInstance node)
 
X3DNode getNormal ()
 
void setNormal (X3DNormalNode node)
 
void setNormal (X3DProtoInstance node)
 
boolean getIsSolid ()
 
void setIsSolid (boolean solid)
 
boolean getIsCCW ()
 
void setIsCCW (boolean ccw)
 
boolean getColorPerVertex ()
 
void setColorPerVertex (boolean perVertex)
 
boolean getNormalPerVertex ()
 
void setNormalPerVertex (boolean perVertex)
 
- 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 X3DComposedGeometryNode.java.


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