|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Background
Defines the requirements of an X3D Background node
| 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 |
|---|
int getNumBackUrl()
void getBackUrl(java.lang.String[] val)
val - The String[] to initialize.void setBackUrl(java.lang.String[] val)
val - The String[] to set.int getNumFrontUrl()
void getFrontUrl(java.lang.String[] val)
val - The String[] to initialize.void setFrontUrl(java.lang.String[] val)
val - The String[] to set.int getNumLeftUrl()
void getLeftUrl(java.lang.String[] val)
val - The String[] to initialize.void setLeftUrl(java.lang.String[] val)
val - The String[] to set.int getNumRightUrl()
void getRightUrl(java.lang.String[] val)
val - The String[] to initialize.void setRightUrl(java.lang.String[] val)
val - The String[] to set.int getNumBottomUrl()
void getBottomUrl(java.lang.String[] val)
val - The String[] to initialize.void setBottomUrl(java.lang.String[] val)
val - The String[] to set.int getNumTopUrl()
void getTopUrl(java.lang.String[] val)
val - The String[] to initialize.void setTopUrl(java.lang.String[] val)
val - The String[] to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||