|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface X3DShapeNode
Defines the requirements of an X3DShapeNode abstract node type
| Method Summary | |
|---|---|
X3DNode |
getAppearance()
Return the appearance X3DNode value. |
X3DNode |
getGeometry()
Return the geometry X3DNode value. |
void |
setAppearance(X3DAppearanceNode val)
Set the appearance field. |
void |
setAppearance(X3DProtoInstance val)
Set the appearance field. |
void |
setGeometry(X3DGeometryNode val)
Set the geometry field. |
void |
setGeometry(X3DProtoInstance val)
Set the geometry field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject |
|---|
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize |
| Method Detail |
|---|
X3DNode getAppearance()
void setAppearance(X3DAppearanceNode val)
val - The X3DAppearanceNode to set.void setAppearance(X3DProtoInstance val)
val - The X3DProtoInstance to set.X3DNode getGeometry()
void setGeometry(X3DGeometryNode val)
val - The X3DGeometryNode to set.void setGeometry(X3DProtoInstance val)
val - The X3DProtoInstance to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||