-
-
Methods in org.web3d.x3d.sai.EnvironmentalEffects that return Background
| Modifier and Type |
Method |
Description |
Background |
Background.setBackUrl(java.lang.String[] newValue) |
Accessor method to assign String array to inputOutput MFString field named backUrl.
|
Background |
Background.setBottomUrl(java.lang.String[] newValue) |
Accessor method to assign String array to inputOutput MFString field named bottomUrl.
|
Background |
Background.setFrontUrl(java.lang.String[] newValue) |
Accessor method to assign String array to inputOutput MFString field named frontUrl.
|
Background |
Background.setGroundAngle(float[] newValue) |
Accessor method to assign float array unit axis, angle (in radians) to inputOutput MFFloat field named groundAngle.
|
Background |
Background.setGroundColor(float[] newValue) |
Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput MFColor field named groundColor.
|
Background |
Background.setLeftUrl(java.lang.String[] newValue) |
Accessor method to assign String array to inputOutput MFString field named leftUrl.
|
Background |
Background.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Background |
Background.setRightUrl(java.lang.String[] newValue) |
Accessor method to assign String array to inputOutput MFString field named rightUrl.
|
Background |
Background.setSkyAngle(float[] newValue) |
Accessor method to assign float array unit axis, angle (in radians) to inputOutput MFFloat field named skyAngle.
|
Background |
Background.setSkyColor(float[] newValue) |
Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput MFColor field named skyColor.
|
Background |
Background.setTopUrl(java.lang.String[] newValue) |
Accessor method to assign String array to inputOutput MFString field named topUrl.
|
Background |
Background.setTransparency(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named transparency.
|