Package org.web3d.x3d.sai.shape
Interface Appearance
- All Superinterfaces:
X3DAppearanceNode
,X3DNode
- All Known Implementing Classes:
SAIAppearance
,SAIAppearance
Defines the requirements of an X3D Appearance node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionReturn the fillProperties X3DNode value.Return the lineProperties X3DNode value.Return the material X3DNode value.Return the texture X3DNode value.Return the textureProperties X3DNode value.Return the textureTransform X3DNode value.void
setFillProperties
(X3DNode val) Set the fillProperties field.void
setLineProperties
(X3DNode val) Set the lineProperties field.void
Set the material field.void
Set the material field.void
Set the texture field.void
setTexture
(X3DTextureNode val) Set the texture field.void
Set the textureProperties field.void
Set the textureTransform field.void
Set the textureTransform field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getMaterial
-
setMaterial
Set the material field.- Parameters:
val
- The X3DMaterialNode to set.
-
setMaterial
Set the material field.- Parameters:
val
- The X3DProtoInstance to set.
-
getTexture
-
setTexture
Set the texture field.- Parameters:
val
- The X3DTextureNode to set.
-
setTexture
Set the texture field.- Parameters:
val
- The X3DProtoInstance to set.
-
getTextureTransform
X3DNode getTextureTransform()Return the textureTransform X3DNode value.- Returns:
- The textureTransform X3DNode value.
-
setTextureTransform
Set the textureTransform field.- Parameters:
val
- The X3DTextureTransformNode to set.
-
setTextureTransform
Set the textureTransform field.- Parameters:
val
- The X3DProtoInstance to set.
-
getLineProperties
X3DNode getLineProperties()Return the lineProperties X3DNode value.- Returns:
- The lineProperties X3DNode value.
-
setLineProperties
Set the lineProperties field.- Parameters:
val
- The X3DNode to set.
-
getFillProperties
X3DNode getFillProperties()Return the fillProperties X3DNode value.- Returns:
- The fillProperties X3DNode value.
-
setFillProperties
Set the fillProperties field.- Parameters:
val
- The X3DNode to set.
-
getTextureProperties
X3DNode getTextureProperties()Return the textureProperties X3DNode value.- Returns:
- The textureProperties X3DNode value.
-
setTextureProperties
Set the textureProperties field.- Parameters:
val
- The X3DNode to set.
-