Package org.web3d.x3d.sai
Interface X3DLayerNode
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the isPickable boolean value.Return the viewport X3DNode value.voidsetIsPickable(boolean val) Set the isPickable field.voidSet the viewport field.voidSet the viewport field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getIsPickable
boolean getIsPickable()Return the isPickable boolean value.- Returns:
- The isPickable boolean value.
-
setIsPickable
void setIsPickable(boolean val) Set the isPickable field.- Parameters:
val- The boolean to set.
-
getViewport
-
setViewport
Set the viewport field.- Parameters:
val- The X3DViewportNode to set.
-
setViewport
Set the viewport field.- Parameters:
val- The X3DProtoInstance to set.
-