|
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 Layer
Defines the requirements of an X3D Layer node
| Method Summary | |
|---|---|
void |
addChildren(X3DNode[] val)
Set the addChildren field. |
void |
getChildren(X3DNode[] val)
Return the children value in the argument X3DNode[] |
int |
getNumChildren()
Return the number of MFNode items in the children field. |
void |
removeChildren(X3DNode[] val)
Set the removeChildren field. |
void |
setChildren(X3DNode[] val)
Set the children field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DLayerNode |
|---|
getIsPickable, getViewport, setIsPickable, setViewport, setViewport |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
void addChildren(X3DNode[] val)
val - The X3DNode[] to set.void removeChildren(X3DNode[] val)
val - The X3DNode[] to set.int getNumChildren()
void getChildren(X3DNode[] val)
val - The X3DNode[] to initialize.void setChildren(X3DNode[] val)
val - The X3DNode[] 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 | |||||||||