Package org.web3d.x3d.sai
Interface X3DShapeNode
- All Superinterfaces:
X3DBoundedObject
,X3DChildNode
,X3DNode
- All Known Subinterfaces:
ParticleSystem
,Shape
- All Known Implementing Classes:
SAIParticleSystem
,SAIParticleSystem
,SAIShape
,SAIShape
Defines the requirements of an X3DShapeNode abstract node type
- Version:
- $Revision: 1.5 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionReturn the appearance X3DNode value.Return the geometry X3DNode value.void
Set the appearance field.void
Set the appearance field.void
Set the geometry field.void
Set the geometry field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getAppearance
-
setAppearance
Set the appearance field.- Parameters:
val
- The X3DAppearanceNode to set.
-
setAppearance
Set the appearance field.- Parameters:
val
- The X3DProtoInstance to set.
-
getGeometry
-
setGeometry
Set the geometry field.- Parameters:
val
- The X3DGeometryNode to set.
-
setGeometry
Set the geometry field.- Parameters:
val
- The X3DProtoInstance to set.
-