public interface MovieTexture extends X3DSoundSourceNode, X3DTexture2DNode, X3DUrlObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Provide String value from inputOutput SFString field named description.
|
double |
getDuration()
Provide double value in seconds within allowed range of [-1,infinity) from outputOnly SFTime field named duration_changed.
|
double |
getElapsedTime()
Provide double value in seconds within allowed range of [0,infinity) from outputOnly SFTime field named elapsedTime.
|
boolean |
getIsActive()
Provide boolean value from outputOnly SFBool field named isActive.
|
boolean |
getIsPaused()
Provide boolean value from outputOnly SFBool field named isPaused.
|
boolean |
getLoop()
Provide boolean value from inputOutput SFBool field named loop.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
double |
getPauseTime()
Provide double value in seconds from inputOutput SFTime field named pauseTime.
|
float |
getPitch()
Provide float value within allowed range of (0,infinity) from inputOutput SFFloat field named pitch.
|
boolean |
getRepeatS()
Provide boolean value from initializeOnly SFBool field named repeatS.
|
boolean |
getRepeatT()
Provide boolean value from initializeOnly SFBool field named repeatT.
|
double |
getResumeTime()
Provide double value in seconds from inputOutput SFTime field named resumeTime.
|
float |
getSpeed()
Provide float value from inputOutput SFFloat field named speed.
|
double |
getStartTime()
Provide double value in seconds from inputOutput SFTime field named startTime.
|
double |
getStopTime()
Provide double value in seconds from inputOutput SFTime field named stopTime.
|
TextureProperties |
getTextureProperties()
Provide TextureProperties instance (using a properly typed node) from initializeOnly SFNode field textureProperties.
|
java.lang.String[] |
getUrl()
Provide array of String results from inputOutput MFString field named url.
|
MovieTexture |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
MovieTexture |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
MovieTexture |
setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
MovieTexture |
setLoop(boolean newValue)
Assign boolean value to inputOutput SFBool field named loop.
|
MovieTexture |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
MovieTexture |
setPauseTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named pauseTime.
|
MovieTexture |
setPitch(float newValue)
Assign float value within allowed range of (0,infinity) to inputOutput SFFloat field named pitch.
|
MovieTexture |
setRepeatS(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatS.
|
MovieTexture |
setRepeatT(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatT.
|
MovieTexture |
setResumeTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named resumeTime.
|
MovieTexture |
setSpeed(float newValue)
Assign float value to inputOutput SFFloat field named speed.
|
MovieTexture |
setStartTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named startTime.
|
MovieTexture |
setStopTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named stopTime.
|
MovieTexture |
setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
MovieTexture |
setUrl(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named url.
|
MovieTexture |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
java.lang.String getDescription()
getDescription in interface X3DSoundSourceNodeMovieTexture setDescription(java.lang.String newValue)
setDescription in interface X3DSoundSourceNodenewValue - is new value for the description field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double getDuration()
getDuration in interface X3DSoundSourceNodedouble getElapsedTime()
getElapsedTime in interface X3DSoundSourceNodegetElapsedTime in interface X3DTimeDependentNodeboolean getIsActive()
getIsActive in interface X3DSoundSourceNodegetIsActive in interface X3DTimeDependentNodeboolean getIsPaused()
getIsPaused in interface X3DSoundSourceNodegetIsPaused in interface X3DTimeDependentNodeboolean getLoop()
getLoop in interface X3DSoundSourceNodegetLoop in interface X3DTimeDependentNodeMovieTexture setLoop(boolean newValue)
setLoop in interface X3DSoundSourceNodesetLoop in interface X3DTimeDependentNodenewValue - is new value for the loop field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DAppearanceChildNodegetMetadata in interface X3DChildNodegetMetadata in interface X3DNodegetMetadata in interface X3DSoundSourceNodegetMetadata in interface X3DTexture2DNodegetMetadata in interface X3DTextureNodegetMetadata in interface X3DTimeDependentNodeMovieTexture setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DAppearanceChildNodesetMetadata in interface X3DChildNodesetMetadata in interface X3DNodesetMetadata in interface X3DSoundSourceNodesetMetadata in interface X3DTexture2DNodesetMetadata in interface X3DTextureNodesetMetadata in interface X3DTimeDependentNodenewValue - is new value for the metadata field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double getPauseTime()
getPauseTime in interface X3DSoundSourceNodegetPauseTime in interface X3DTimeDependentNodeMovieTexture setPauseTime(double newValue)
setPauseTime in interface X3DSoundSourceNodesetPauseTime in interface X3DTimeDependentNodenewValue - is new value for the pauseTime field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getPitch()
getPitch in interface X3DSoundSourceNodeMovieTexture setPitch(float newValue)
setPitch in interface X3DSoundSourceNodenewValue - is new value for the pitch field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getRepeatS()
getRepeatS in interface X3DTexture2DNodeMovieTexture setRepeatS(boolean newValue)
setRepeatS in interface X3DTexture2DNodenewValue - is new value for the repeatS field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getRepeatT()
getRepeatT in interface X3DTexture2DNodeMovieTexture setRepeatT(boolean newValue)
setRepeatT in interface X3DTexture2DNodenewValue - is new value for the repeatT field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double getResumeTime()
getResumeTime in interface X3DSoundSourceNodegetResumeTime in interface X3DTimeDependentNodeMovieTexture setResumeTime(double newValue)
setResumeTime in interface X3DSoundSourceNodesetResumeTime in interface X3DTimeDependentNodenewValue - is new value for the resumeTime field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSpeed()
MovieTexture setSpeed(float newValue)
newValue - is new value for the speed field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double getStartTime()
getStartTime in interface X3DSoundSourceNodegetStartTime in interface X3DTimeDependentNodeMovieTexture setStartTime(double newValue)
setStartTime in interface X3DSoundSourceNodesetStartTime in interface X3DTimeDependentNodenewValue - is new value for the startTime field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double getStopTime()
getStopTime in interface X3DSoundSourceNodegetStopTime in interface X3DTimeDependentNodeMovieTexture setStopTime(double newValue)
setStopTime in interface X3DSoundSourceNodesetStopTime in interface X3DTimeDependentNodenewValue - is new value for the stopTime field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).TextureProperties getTextureProperties()
getTextureProperties in interface X3DTexture2DNodeMovieTexture setTextureProperties(TextureProperties newValue)
setTextureProperties in interface X3DTexture2DNodenewValue - is new value for the textureProperties field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getUrl()
getUrl in interface X3DUrlObjectMovieTexture setUrl(java.lang.String[] newValue)
setUrl in interface X3DUrlObjectnewValue - is new value for the url field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MovieTexture setDEF(java.lang.String newValue)
setDEF in interface X3DAppearanceChildNodesetDEF in interface X3DChildNodesetDEF in interface X3DNodesetDEF in interface X3DSoundSourceNodesetDEF in interface X3DTexture2DNodesetDEF in interface X3DTextureNodesetDEF in interface X3DTimeDependentNodenewValue - is new value for the DEF field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MovieTexture 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 X3DAppearanceChildNodesetUSE in interface X3DChildNodesetUSE in interface X3DNodesetUSE in interface X3DSoundSourceNodesetUSE in interface X3DTexture2DNodesetUSE in interface X3DTextureNodesetUSE in interface X3DTimeDependentNodenewValue - is new value for the USE field.MovieTexture - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MovieTexture setCssClass(java.lang.String newValue)
setCssClass in interface X3DAppearanceChildNodesetCssClass in interface X3DChildNodesetCssClass in interface X3DNodesetCssClass in interface X3DSoundSourceNodesetCssClass in interface X3DTexture2DNodesetCssClass in interface X3DTextureNodesetCssClass in interface X3DTimeDependentNodenewValue - is new value for the class field.MovieTexture - 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.