public interface Background extends X3DBackgroundNode
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getBackUrl()
Provide array of String results from inputOutput MFString field named backUrl.
|
double |
getBindTime()
Provide double value in seconds from outputOnly SFTime field named bindTime.
|
java.lang.String[] |
getBottomUrl()
Provide array of String results from inputOutput MFString field named bottomUrl.
|
java.lang.String[] |
getFrontUrl()
Provide array of String results from inputOutput MFString field named frontUrl.
|
float[] |
getGroundAngle()
Provide array of float results unit axis, angle (in radians) within allowed range of [0,1.5708] from inputOutput MFFloat field named groundAngle.
|
float[] |
getGroundColor()
Provide array of 3-tuple float results using RGB values [0..1] using RGB values [0..1] from inputOutput MFColor field named groundColor.
|
boolean |
getIsBound()
Provide boolean value from outputOnly SFBool field named isBound.
|
java.lang.String[] |
getLeftUrl()
Provide array of String results from inputOutput MFString field named leftUrl.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
java.lang.String[] |
getRightUrl()
Provide array of String results from inputOutput MFString field named rightUrl.
|
float[] |
getSkyAngle()
Provide array of float results unit axis, angle (in radians) within allowed range of [0,3.1416] from inputOutput MFFloat field named skyAngle.
|
float[] |
getSkyColor()
Provide array of 3-tuple float results using RGB values [0..1] using RGB values [0..1] from inputOutput MFColor field named skyColor.
|
java.lang.String[] |
getTopUrl()
Provide array of String results from inputOutput MFString field named topUrl.
|
float |
getTransparency()
Provide float value within allowed range of [0,1] from inputOutput SFFloat field named transparency.
|
Background |
setBackUrl(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named backUrl.
|
Background |
setBottomUrl(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named bottomUrl.
|
Background |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Background |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Background |
setFrontUrl(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named frontUrl.
|
Background |
setGroundAngle(float[] newValue)
Assign float array unit axis, angle (in radians) within allowed range of [0,1.5708] to inputOutput MFFloat field named groundAngle.
|
Background |
setGroundColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput MFColor field named groundColor.
|
Background |
setLeftUrl(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named leftUrl.
|
Background |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Background |
setRightUrl(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named rightUrl.
|
Background |
setSkyAngle(float[] newValue)
Assign float array unit axis, angle (in radians) within allowed range of [0,3.1416] to inputOutput MFFloat field named skyAngle.
|
Background |
setSkyColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput MFColor field named skyColor.
|
Background |
setTopUrl(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named topUrl.
|
Background |
setTransparency(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named transparency.
|
Background |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
java.lang.String[] getBackUrl()
Background setBackUrl(java.lang.String[] newValue)
newValue - is new value for the backUrl field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double getBindTime()
getBindTime in interface X3DBackgroundNodegetBindTime in interface X3DBindableNodejava.lang.String[] getBottomUrl()
Background setBottomUrl(java.lang.String[] newValue)
newValue - is new value for the bottomUrl field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getFrontUrl()
Background setFrontUrl(java.lang.String[] newValue)
newValue - is new value for the frontUrl field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getGroundAngle()
getGroundAngle in interface X3DBackgroundNodeBackground setGroundAngle(float[] newValue)
setGroundAngle in interface X3DBackgroundNodenewValue - is new value for the groundAngle field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getGroundColor()
getGroundColor in interface X3DBackgroundNodeBackground setGroundColor(float[] newValue)
setGroundColor in interface X3DBackgroundNodenewValue - is new value for the groundColor field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getIsBound()
getIsBound in interface X3DBackgroundNodegetIsBound in interface X3DBindableNodejava.lang.String[] getLeftUrl()
Background setLeftUrl(java.lang.String[] newValue)
newValue - is new value for the leftUrl field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DBackgroundNodegetMetadata in interface X3DBindableNodegetMetadata in interface X3DChildNodegetMetadata in interface X3DNodeBackground setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DBackgroundNodesetMetadata in interface X3DBindableNodesetMetadata in interface X3DChildNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getRightUrl()
Background setRightUrl(java.lang.String[] newValue)
newValue - is new value for the rightUrl field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getSkyAngle()
getSkyAngle in interface X3DBackgroundNodeBackground setSkyAngle(float[] newValue)
setSkyAngle in interface X3DBackgroundNodenewValue - is new value for the skyAngle field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getSkyColor()
getSkyColor in interface X3DBackgroundNodeBackground setSkyColor(float[] newValue)
setSkyColor in interface X3DBackgroundNodenewValue - is new value for the skyColor field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getTopUrl()
Background setTopUrl(java.lang.String[] newValue)
newValue - is new value for the topUrl field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getTransparency()
getTransparency in interface X3DBackgroundNodeBackground setTransparency(float newValue)
setTransparency in interface X3DBackgroundNodenewValue - is new value for the transparency field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Background setDEF(java.lang.String newValue)
setDEF in interface X3DBackgroundNodesetDEF in interface X3DBindableNodesetDEF in interface X3DChildNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Background setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DBackgroundNodesetUSE in interface X3DBindableNodesetUSE in interface X3DChildNodesetUSE in interface X3DNodenewValue - is new value for the USE field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Background setCssClass(java.lang.String newValue)
setCssClass in interface X3DBackgroundNodesetCssClass in interface X3DBindableNodesetCssClass in interface X3DChildNodesetCssClass in interface X3DNodenewValue - is new value for the class field.Background - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.