Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.environmentaleffects
Interface Background

All Superinterfaces:
X3DBackgroundNode, X3DBindableNode, X3DChildNode, X3DNode

public interface Background
extends X3DBackgroundNode

Defines the requirements of an X3D Background node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 void getBackUrl(java.lang.String[] val)
          Return the backUrl value in the argument String[]
 void getBottomUrl(java.lang.String[] val)
          Return the bottomUrl value in the argument String[]
 void getFrontUrl(java.lang.String[] val)
          Return the frontUrl value in the argument String[]
 void getLeftUrl(java.lang.String[] val)
          Return the leftUrl value in the argument String[]
 int getNumBackUrl()
          Return the number of MFString items in the backUrl field.
 int getNumBottomUrl()
          Return the number of MFString items in the bottomUrl field.
 int getNumFrontUrl()
          Return the number of MFString items in the frontUrl field.
 int getNumLeftUrl()
          Return the number of MFString items in the leftUrl field.
 int getNumRightUrl()
          Return the number of MFString items in the rightUrl field.
 int getNumTopUrl()
          Return the number of MFString items in the topUrl field.
 void getRightUrl(java.lang.String[] val)
          Return the rightUrl value in the argument String[]
 void getTopUrl(java.lang.String[] val)
          Return the topUrl value in the argument String[]
 void setBackUrl(java.lang.String[] val)
          Set the backUrl field.
 void setBottomUrl(java.lang.String[] val)
          Set the bottomUrl field.
 void setFrontUrl(java.lang.String[] val)
          Set the frontUrl field.
 void setLeftUrl(java.lang.String[] val)
          Set the leftUrl field.
 void setRightUrl(java.lang.String[] val)
          Set the rightUrl field.
 void setTopUrl(java.lang.String[] val)
          Set 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, setTransparency
 
Methods inherited from interface org.web3d.x3d.sai.X3DBindableNode
getBindTime, getIsBound, setBind
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

getNumBackUrl

int getNumBackUrl()
Return the number of MFString items in the backUrl field.

Returns:
the number of MFString items in the backUrl field.

getBackUrl

void getBackUrl(java.lang.String[] val)
Return the backUrl value in the argument String[]

Parameters:
val - The String[] to initialize.

setBackUrl

void setBackUrl(java.lang.String[] val)
Set the backUrl field.

Parameters:
val - The String[] to set.

getNumFrontUrl

int getNumFrontUrl()
Return the number of MFString items in the frontUrl field.

Returns:
the number of MFString items in the frontUrl field.

getFrontUrl

void getFrontUrl(java.lang.String[] val)
Return the frontUrl value in the argument String[]

Parameters:
val - The String[] to initialize.

setFrontUrl

void setFrontUrl(java.lang.String[] val)
Set the frontUrl field.

Parameters:
val - The String[] to set.

getNumLeftUrl

int getNumLeftUrl()
Return the number of MFString items in the leftUrl field.

Returns:
the number of MFString items in the leftUrl field.

getLeftUrl

void getLeftUrl(java.lang.String[] val)
Return the leftUrl value in the argument String[]

Parameters:
val - The String[] to initialize.

setLeftUrl

void setLeftUrl(java.lang.String[] val)
Set the leftUrl field.

Parameters:
val - The String[] to set.

getNumRightUrl

int getNumRightUrl()
Return the number of MFString items in the rightUrl field.

Returns:
the number of MFString items in the rightUrl field.

getRightUrl

void getRightUrl(java.lang.String[] val)
Return the rightUrl value in the argument String[]

Parameters:
val - The String[] to initialize.

setRightUrl

void setRightUrl(java.lang.String[] val)
Set the rightUrl field.

Parameters:
val - The String[] to set.

getNumBottomUrl

int getNumBottomUrl()
Return the number of MFString items in the bottomUrl field.

Returns:
the number of MFString items in the bottomUrl field.

getBottomUrl

void getBottomUrl(java.lang.String[] val)
Return the bottomUrl value in the argument String[]

Parameters:
val - The String[] to initialize.

setBottomUrl

void setBottomUrl(java.lang.String[] val)
Set the bottomUrl field.

Parameters:
val - The String[] to set.

getNumTopUrl

int getNumTopUrl()
Return the number of MFString items in the topUrl field.

Returns:
the number of MFString items in the topUrl field.

getTopUrl

void getTopUrl(java.lang.String[] val)
Return the topUrl value in the argument String[]

Parameters:
val - The String[] to initialize.

setTopUrl

void setTopUrl(java.lang.String[] val)
Set the topUrl field.

Parameters:
val - The String[] to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium