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

Packages that use Inline
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 Inline in org.web3d.x3d.jsail.Networking

    Classes in org.web3d.x3d.jsail.Networking that implement Inline
    Modifier and Type
    Class
    Description
    class 
    Inline can load another X3D or VRML model into the current scene via url.
  • Uses of Inline in org.web3d.x3d.sai.Networking

    Methods in org.web3d.x3d.sai.Networking that return Inline
    Modifier and Type
    Method
    Description
    Inline.setAutoRefresh(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.
    Inline.setAutoRefreshTimeLimit(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.
    Inline.setBboxCenter(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    Inline.setBboxDisplay(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
    Inline.setBboxSize(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    Inline.setDescription(String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    Inline.setGlobal(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named global.
    Inline.setLoad(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named load.
    Inline.setMetadata(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Inline.setUrl(String[] newValue)
    Accessor method to assign String array to inputOutput MFString field named url.
    Inline.setVisible(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.