Interface Background
- All Superinterfaces:
X3DBackgroundNode,X3DBindableNode,X3DChildNode,X3DNode
- All Known Implementing Classes:
SAIBackground,SAIBackground
Defines the requirements of an X3D Background node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetBackUrl(String[] val) Return the backUrl value in the argument String[]voidgetBottomUrl(String[] val) Return the bottomUrl value in the argument String[]voidgetFrontUrl(String[] val) Return the frontUrl value in the argument String[]voidgetLeftUrl(String[] val) Return the leftUrl value in the argument String[]intReturn the number of MFString items in the backUrl field.intReturn the number of MFString items in the bottomUrl field.intReturn the number of MFString items in the frontUrl field.intReturn the number of MFString items in the leftUrl field.intReturn the number of MFString items in the rightUrl field.intReturn the number of MFString items in the topUrl field.voidgetRightUrl(String[] val) Return the rightUrl value in the argument String[]voidReturn the topUrl value in the argument String[]voidsetBackUrl(String[] val) Set the backUrl field.voidsetBottomUrl(String[] val) Set the bottomUrl field.voidsetFrontUrl(String[] val) Set the frontUrl field.voidsetLeftUrl(String[] val) Set the leftUrl field.voidsetRightUrl(String[] val) Set the rightUrl field.voidSet the topUrl 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
-
getNumBackUrl
int getNumBackUrl()Return the number of MFString items in the backUrl field.- Returns:
- the number of MFString items in the backUrl field.
-
getBackUrl
Return the backUrl value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setBackUrl
-
getNumFrontUrl
int getNumFrontUrl()Return the number of MFString items in the frontUrl field.- Returns:
- the number of MFString items in the frontUrl field.
-
getFrontUrl
Return the frontUrl value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setFrontUrl
-
getNumLeftUrl
int getNumLeftUrl()Return the number of MFString items in the leftUrl field.- Returns:
- the number of MFString items in the leftUrl field.
-
getLeftUrl
Return the leftUrl value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setLeftUrl
-
getNumRightUrl
int getNumRightUrl()Return the number of MFString items in the rightUrl field.- Returns:
- the number of MFString items in the rightUrl field.
-
getRightUrl
Return the rightUrl value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setRightUrl
-
getNumBottomUrl
int getNumBottomUrl()Return the number of MFString items in the bottomUrl field.- Returns:
- the number of MFString items in the bottomUrl field.
-
getBottomUrl
Return the bottomUrl value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setBottomUrl
-
getNumTopUrl
int getNumTopUrl()Return the number of MFString items in the topUrl field.- Returns:
- the number of MFString items in the topUrl field.
-
getTopUrl
Return the topUrl value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setTopUrl
-