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

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

    Classes in org.web3d.x3d.jsail.Grouping that implement Switch 
    Modifier and Type Class Description
    class  Switch
    Switch is a Grouping node that only renders one (or zero) child at a time.
  • Uses of Switch in org.web3d.x3d.sai.Grouping

    Methods in org.web3d.x3d.sai.Grouping that return Switch 
    Modifier and Type Method Description
    Switch Switch.setBboxCenter​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    Switch Switch.setBboxDisplay​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
    Switch Switch.setBboxSize​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    Switch Switch.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.
    Switch Switch.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Switch Switch.setVisible​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.
    Switch Switch.setWhichChoice​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named whichChoice.