-
-
Methods in org.web3d.x3d.sai.Texturing that return MovieTexture
| Modifier and Type |
Method |
Description |
MovieTexture |
MovieTexture.setDescription(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named description.
|
MovieTexture |
MovieTexture.setLoop(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named loop.
|
MovieTexture |
MovieTexture.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
MovieTexture |
MovieTexture.setPauseTime(double newValue) |
Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.
|
MovieTexture |
MovieTexture.setPitch(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named pitch.
|
MovieTexture |
MovieTexture.setRepeatS(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.
|
MovieTexture |
MovieTexture.setRepeatT(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.
|
MovieTexture |
MovieTexture.setResumeTime(double newValue) |
Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.
|
MovieTexture |
MovieTexture.setSpeed(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named speed.
|
MovieTexture |
MovieTexture.setStartTime(double newValue) |
Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.
|
MovieTexture |
MovieTexture.setStopTime(double newValue) |
Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.
|
MovieTexture |
MovieTexture.setTextureProperties(TextureProperties newValue) |
Accessor method to assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
MovieTexture |
MovieTexture.setUrl(java.lang.String[] newValue) |
Accessor method to assign String array to inputOutput MFString field named url.
|