Uses of Interface
org.web3d.x3d.sai.Grouping.Group

Packages that use Group 
Package Description
org.web3d.x3d.jsail.Grouping  
org.web3d.x3d.sai.Grouping  
  • Uses of Group in org.web3d.x3d.jsail.Grouping

    Classes in org.web3d.x3d.jsail.Grouping that implement Group 
    Modifier and Type Class Description
    class  Group
    Group is a Grouping node that can contain most nodes.
  • Uses of Group in org.web3d.x3d.sai.Grouping

    Methods in org.web3d.x3d.sai.Grouping that return Group 
    Modifier and Type Method Description
    Group Group.setBboxCenter​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    Group Group.setBboxDisplay​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
    Group Group.setBboxSize​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    Group Group.setChildren​(X3DNode[] newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.
    Group Group.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Group Group.setVisible​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.