Interface TextureBackground
- All Superinterfaces:
X3DBackgroundNode,X3DBindableNode,X3DChildNode,X3DNode
- All Known Implementing Classes:
SAITextureBackground,SAITextureBackground
Defines the requirements of an X3D TextureBackground node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetBackTexture(X3DNode[] val) Return the backTexture value in the argument X3DNode[]voidgetBottomTexture(X3DNode[] val) Return the bottomTexture value in the argument X3DNode[]voidgetFrontTexture(X3DNode[] val) Return the frontTexture value in the argument X3DNode[]voidgetLeftTexture(X3DNode[] val) Return the leftTexture value in the argument X3DNode[]intReturn the number of MFNode items in the backTexture field.intReturn the number of MFNode items in the bottomTexture field.intReturn the number of MFNode items in the frontTexture field.intReturn the number of MFNode items in the leftTexture field.intReturn the number of MFNode items in the rightTexture field.intReturn the number of MFNode items in the topTexture field.voidgetRightTexture(X3DNode[] val) Return the rightTexture value in the argument X3DNode[]voidgetTopTexture(X3DNode[] val) Return the topTexture value in the argument X3DNode[]voidsetBackTexture(X3DNode[] val) Set the backTexture field.voidsetBottomTexture(X3DNode[] val) Set the bottomTexture field.voidsetFrontTexture(X3DNode[] val) Set the frontTexture field.voidsetLeftTexture(X3DNode[] val) Set the leftTexture field.voidsetRightTexture(X3DNode[] val) Set the rightTexture field.voidsetTopTexture(X3DNode[] val) Set the topTexture field.Methods inherited from interface org.web3d.x3d.sai.X3DBackgroundNode
getGroundAngle, getGroundColor, getNumGroundAngle, getNumGroundColor, getNumSkyAngle, getNumSkyColor, getSkyAngle, getSkyColor, getTransparency, setGroundAngle, setGroundColor, setSkyAngle, setSkyColor, setTransparencyMethods inherited from interface org.web3d.x3d.sai.X3DBindableNode
getBindTime, getIsBound, setBindMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumBackTexture
int getNumBackTexture()Return the number of MFNode items in the backTexture field.- Returns:
- the number of MFNode items in the backTexture field.
-
getBackTexture
Return the backTexture value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
setBackTexture
Set the backTexture field.- Parameters:
val- The X3DNode[] to set.
-
getNumFrontTexture
int getNumFrontTexture()Return the number of MFNode items in the frontTexture field.- Returns:
- the number of MFNode items in the frontTexture field.
-
getFrontTexture
Return the frontTexture value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
setFrontTexture
Set the frontTexture field.- Parameters:
val- The X3DNode[] to set.
-
getNumLeftTexture
int getNumLeftTexture()Return the number of MFNode items in the leftTexture field.- Returns:
- the number of MFNode items in the leftTexture field.
-
getLeftTexture
Return the leftTexture value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
setLeftTexture
Set the leftTexture field.- Parameters:
val- The X3DNode[] to set.
-
getNumRightTexture
int getNumRightTexture()Return the number of MFNode items in the rightTexture field.- Returns:
- the number of MFNode items in the rightTexture field.
-
getRightTexture
Return the rightTexture value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
setRightTexture
Set the rightTexture field.- Parameters:
val- The X3DNode[] to set.
-
getNumBottomTexture
int getNumBottomTexture()Return the number of MFNode items in the bottomTexture field.- Returns:
- the number of MFNode items in the bottomTexture field.
-
getBottomTexture
Return the bottomTexture value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
setBottomTexture
Set the bottomTexture field.- Parameters:
val- The X3DNode[] to set.
-
getNumTopTexture
int getNumTopTexture()Return the number of MFNode items in the topTexture field.- Returns:
- the number of MFNode items in the topTexture field.
-
getTopTexture
Return the topTexture value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
setTopTexture
-