Uses of Interface
org.web3d.x3d.sai.Networking.Anchor

Packages that use Anchor 
Package Description
org.web3d.x3d.jsail.Networking  
org.web3d.x3d.sai.Networking  
  • Uses of Anchor in org.web3d.x3d.jsail.Networking

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

    Methods in org.web3d.x3d.sai.Networking that return Anchor 
    Modifier and Type Method Description
    Anchor Anchor.setBboxCenter​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    Anchor Anchor.setBboxSize​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    Anchor Anchor.setChildren​(X3DNode[] newValue)
    Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
    Anchor Anchor.setDescription​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    Anchor Anchor.setDisplayBBox​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
    Anchor Anchor.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Anchor Anchor.setParameter​(java.lang.String[] newValue)
    Accessor method to assign String array to inputOutput MFString field named parameter.
    Anchor Anchor.setUrl​(java.lang.String[] newValue)
    Accessor method to assign String array to inputOutput MFString field named url.
    Anchor Anchor.setVisible​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.