Class Sound3d
- java.lang.Object
- 
- jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3d
- 
- jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3d
- 
- jadex.extension.envsupport.observer.graphics.drawable3d.Sound3d
 
 
 
- 
 public class Sound3d extends Primitive3d 
- 
- 
Field SummaryFields Modifier and Type Field Description protected IParsedExpressioncondprotected booleancontinuoslyprotected booleanloopprotected intnumRndFilesprotected booleanpositionalprotected java.lang.Stringsoundfileprotected doublevolume- 
Fields inherited from class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3dABSOLUTE_POSITION, ABSOLUTE_ROTATION, ABSOLUTE_SIZE, color_, drawcondition, enableDCPos, enableDCRot, enableDCSize, materialPath_, PRIMITIVE_TYPE_ARROW, PRIMITIVE_TYPE_BOX, PRIMITIVE_TYPE_CYLINDER, PRIMITIVE_TYPE_DIRECTIONALLIGHT, PRIMITIVE_TYPE_DOME, PRIMITIVE_TYPE_EFFECT, PRIMITIVE_TYPE_OBJECT3D, PRIMITIVE_TYPE_POINTLIGHT, PRIMITIVE_TYPE_QUAD, PRIMITIVE_TYPE_SKY, PRIMITIVE_TYPE_SOUND, PRIMITIVE_TYPE_SPHERE, PRIMITIVE_TYPE_TERRAIN, PRIMITIVE_TYPE_TEXT3D, PRIMITIVE_TYPE_TORUS, renderinfos, SHADOW_CAST, SHADOW_OFF, SHADOW_RECEIVE, shadowtype, texturePath_, type
 
- 
 - 
Constructor SummaryConstructors Constructor Description Sound3d(java.lang.String soundfile, boolean loop, double volume, boolean continuosly, boolean positional, int numRndFiles, IParsedExpression cond)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IParsedExpressiongetCond()intgetNumRndFiles()java.lang.StringgetSoundfile()doublegetVolume()booleanisContinuosly()booleanisLoop()booleanisPositional()voidsetCond(IParsedExpression cond)voidsetContinuosly(boolean continuosly)voidsetLoop(boolean loop)voidsetNumRndFiles(int numRndFiles)voidsetPositional(boolean positional)voidsetSoundfile(java.lang.String soundfile)voidsetVolume(double volume)- 
Methods inherited from class jadex.extension.envsupport.observer.graphics.drawable3d.Primitive3denableAbsolutePosition, enableAbsoluteRotation, enableAbsoluteSize, getColor, getControler, getDrawCondition, getMaterialPath, getShadowtype, getTexturePath, getType, isRelativePosition, isRelativeRotation, isRelativeSize, setColor, setControler, setDrawCondition, setMaterialPath, setShadowtype, setTexturePath, setType
 - 
Methods inherited from class jadex.extension.envsupport.observer.graphics.drawable3d.AbstractVisual3dbindPosition, bindRotation, bindSize, getPosition, getRotation, getSize, setPosition, setRotation, setSize
 
- 
 
- 
- 
- 
Field Detail- 
soundfileprotected java.lang.String soundfile 
 - 
loopprotected boolean loop 
 - 
volumeprotected double volume 
 - 
continuoslyprotected boolean continuosly 
 - 
positionalprotected boolean positional 
 - 
numRndFilesprotected int numRndFiles 
 - 
condprotected IParsedExpression cond 
 
- 
 - 
Constructor Detail- 
Sound3dpublic Sound3d(java.lang.String soundfile, boolean loop, double volume, boolean continuosly, boolean positional, int numRndFiles, IParsedExpression cond)
 
- 
 - 
Method Detail- 
getSoundfilepublic java.lang.String getSoundfile() - Returns:
- the soundfile
 
 - 
setSoundfilepublic void setSoundfile(java.lang.String soundfile) - Parameters:
- soundfile- the soundfile to set
 
 - 
isLooppublic boolean isLoop() - Returns:
- the loop
 
 - 
setLooppublic void setLoop(boolean loop) - Parameters:
- loop- the loop to set
 
 - 
getVolumepublic double getVolume() - Returns:
- the volume
 
 - 
setVolumepublic void setVolume(double volume) - Parameters:
- volume- the volume to set
 
 - 
isContinuoslypublic boolean isContinuosly() - Returns:
- the continuosly
 
 - 
setContinuoslypublic void setContinuosly(boolean continuosly) - Parameters:
- continuosly- the continuosly to set
 
 - 
isPositionalpublic boolean isPositional() - Returns:
- the positional
 
 - 
setPositionalpublic void setPositional(boolean positional) - Parameters:
- positional- the positional to set
 
 - 
getCondpublic IParsedExpression getCond() - Returns:
- the cond
 
 - 
setCondpublic void setCond(IParsedExpression cond) - Parameters:
- cond- the cond to set
 
 - 
getNumRndFilespublic int getNumRndFiles() - Returns:
- the numRndFiles
 
 - 
setNumRndFilespublic void setNumRndFiles(int numRndFiles) - Parameters:
- numRndFiles- the numRndFiles to set
 
 
- 
 
-