public interface LayoutLayer extends X3DLayerNode
| Modifier and Type | Method and Description |
|---|---|
void |
addChildren(X3DNode[] newValue)
Add array of children nodes to array of existing nodes (if any).
|
X3DNode[] |
getChildren()
Provide array of X3DNode results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from inputOutput MFNode field children.
|
boolean |
getIsPickable()
Provide boolean value from inputOutput SFBool field named isPickable.
|
X3DLayoutNode |
getLayout()
Provide X3DLayoutNode instance (using a properly typed node) from inputOutput SFNode field layout.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
X3DViewportNode |
getViewport()
Provide X3DViewportNode instance (using a properly typed node) from inputOutput SFNode field viewport.
|
void |
setChildren(X3DNode newValue)
Set single children node, replacing prior array of existing nodes (if any).
|
LayoutLayer |
setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
LayoutLayer |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LayoutLayer |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LayoutLayer |
setIsPickable(boolean newValue)
Assign boolean value to inputOutput SFBool field named isPickable.
|
LayoutLayer |
setLayout(X3DLayoutNode newValue)
Assign X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.
|
LayoutLayer |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayoutLayer |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
LayoutLayer |
setViewport(X3DViewportNode newValue)
Assign X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.
|
X3DNode[] getChildren()
X3DChildNodeLayoutLayer setChildren(X3DNode[] newValue)
newValue - is new value for the children field.LayoutLayer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).void addChildren(X3DNode[] newValue)
newValue - is new value array to be appended the children field.void setChildren(X3DNode newValue)
newValue - is new node for the children fieldboolean getIsPickable()
getIsPickable in interface X3DLayerNodeLayoutLayer setIsPickable(boolean newValue)
setIsPickable in interface X3DLayerNodenewValue - is new value for the isPickable field.LayoutLayer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DLayoutNode getLayout()
LayoutLayer setLayout(X3DLayoutNode newValue)
newValue - is new value for the layout field.LayoutLayer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DLayerNodegetMetadata in interface X3DNodeLayoutLayer setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DLayerNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.LayoutLayer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DViewportNode getViewport()
getViewport in interface X3DLayerNodeLayoutLayer setViewport(X3DViewportNode newValue)
setViewport in interface X3DLayerNodenewValue - is new value for the viewport field.LayoutLayer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).LayoutLayer setDEF(java.lang.String newValue)
setDEF in interface X3DLayerNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.LayoutLayer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).LayoutLayer setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DLayerNodesetUSE in interface X3DNodenewValue - is new value for the USE field.LayoutLayer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).LayoutLayer setCssClass(java.lang.String newValue)
setCssClass in interface X3DLayerNodesetCssClass in interface X3DNodenewValue - is new value for the class field.LayoutLayer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.