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).
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
- See Also:
-
Method Details
-
getUrl
String[] getUrl()Provide array of String results from inputOutput MFString field named url.- Returns:
- value of url field
-
setUrl
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).
-