Interface X3DUrlOutputObject

All Known Subinterfaces:
RenderedTexture
All Known Implementing Classes:
RenderedTexture

public interface X3DUrlOutputObject
X3DUrlOutputObject indicates that a node publish data on the local file system or to a network address.


Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Provide array of String results from inputOutput MFString field named url.
    setUrl(String[] newValue)
    Accessor method to assign String array to inputOutput MFString field named url.
  • Method Details

    • getUrl

      String[] getUrl()
      Provide array of String results from inputOutput MFString field named url.
      Returns:
      value of url field
    • setUrl

      X3DUrlOutputObject setUrl(String[] newValue)
      Accessor method to assign String array to inputOutput MFString field named url.
      Parameters:
      newValue - is new value for the url field.
      Returns:
      X3DUrlOutputObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).