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

Packages that use Anchor
Package
Description
The Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web.
The Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web.
  • 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 
    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.setAutoRefresh(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.
    Anchor.setAutoRefreshTimeLimit(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.
    Anchor.setBboxCenter(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    Anchor.setBboxDisplay(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
    Anchor.setBboxSize(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    Anchor.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.
    Anchor.setDescription(String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    Anchor.setLoad(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named load.
    Anchor.setMetadata(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Anchor.setParameter(String[] newValue)
    Accessor method to assign String array to inputOutput MFString field named parameter.
    Anchor.setUrl(String[] newValue)
    Accessor method to assign String array to inputOutput MFString field named url.
    Anchor.setVisible(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.