A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

G

g - Variable in class com.jme3.math.ColorRGBA
The green component of the color.
gain - Variable in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorMusgrave.MusgraveData
 
gain(float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
 
gainFocus() - Method in class com.jme3.app.AndroidHarness
 
gainFocus() - Method in class com.jme3.app.Application
Internal use only.
gainFocus() - Method in interface com.jme3.system.SystemListener
Called when the application gained focus.
gammaCorrection(float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
 
GammaCorrectionFilter - Class in com.jme3.post.filters
 
GammaCorrectionFilter() - Constructor for class com.jme3.post.filters.GammaCorrectionFilter
 
GammaCorrectionFilter(float) - Constructor for class com.jme3.post.filters.GammaCorrectionFilter
 
Garage - Static variable in class com.jme3.audio.Environment
 
gatherGeoms(Spatial, List<Geometry>) - Static method in class jme3tools.optimize.GeometryBatchFactory
 
gatherTris(Geometry[], List<OCTTriangle>) - Static method in class jme3tools.optimize.TriangleCollector
Grabs all the triangles specified in tris from the input array (using the indices OCTTriangle.getGeometryIndex() & OCTTriangle.getTriangleIndex()) then organizes them into output geometry.
GC - Static variable in class jme3tools.navigation.NavCalculator
 
GCSailing - Class in jme3tools.navigation
A utility class to package up a great circle sailing.
GCSailing(int[], float[]) - Constructor for class jme3tools.navigation.GCSailing
 
generate(Mesh) - Static method in class com.jme3.util.TangentBinormalGenerator
 
generate(Spatial) - Static method in class com.jme3.util.TangentBinormalGenerator
 
generate(Mesh, boolean) - Static method in class com.jme3.util.TangentBinormalGenerator
 
generateBindPose(boolean) - Method in class com.jme3.scene.Mesh
Generates the VertexBuffer.Type.BindPosePosition, VertexBuffer.Type.BindPoseNormal, and VertexBuffer.Type.BindPoseTangent buffers for this mesh by duplicating them based on the position and normal buffers already set on the mesh.
generateComplementBasis(Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.Vector3f
 
generateDebugTangents(Material) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
GeneratedTextureKey - Class in com.jme3.asset
This key is mostly used to distinguish between textures that are loaded from the given assets and those being generated automatically.
GeneratedTextureKey(String) - Constructor for class com.jme3.asset.GeneratedTextureKey
Constructor.
generatedTexturePPU - Variable in class com.jme3.asset.BlenderKey
Generated textures resolution (PPU - Pixels Per Unit).
generateEntropy(ProgressMonitor) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
Generate the entropy values for the terrain for the "perspective" LOD calculator.
generateEntropy(ProgressMonitor) - Method in interface com.jme3.terrain.Terrain
Pre-calculate entropy values.
generateFastOctnodeLinks(Octnode, Octnode, int) - Method in class jme3tools.optimize.Octnode
 
generateFastOctnodeLinks() - Method in class jme3tools.optimize.Octree
 
generateIdContentPair(BinaryClassObject) - Method in class com.jme3.export.binary.BinaryExporter
 
generateLodEntropies() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
This calculation is slow, so don't use it often.
generateMipMaps(Image) - Static method in class jme3tools.converters.MipMapGenerator
 
generateOrthonormalBasis(Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.Vector3f
 
generateRenderSet(Geometry[], Set<Geometry>, Camera, BoundingBox, boolean) - Method in class jme3tools.optimize.FastOctnode
 
generateRenderSet(Set<Geometry>, Camera) - Method in class jme3tools.optimize.Octnode
 
generateRenderSet(Set<Geometry>, Camera) - Method in class jme3tools.optimize.Octree
 
generateStrips(Mesh, boolean, boolean, int, int) - Static method in class jme3tools.converters.model.ModelConverter
 
generateStrips(int[]) - Method in class jme3tools.converters.model.strip.TriStrip
 
generateTag() - Method in class com.jme3.export.binary.BinaryExporter
 
generateUVCoordinatesFor2DTexture(Mesh, UVCoordinatesGenerator.UVCoordinatesType, UVProjectionGenerator.UVProjectionType, List<Geometry>) - Static method in class com.jme3.scene.plugins.blender.textures.UVCoordinatesGenerator
Generates a UV coordinates for 2D texture.
generateUVCoordinatesFor3DTexture(Mesh, UVCoordinatesGenerator.UVCoordinatesType, int[], List<Geometry>) - Static method in class com.jme3.scene.plugins.blender.textures.UVCoordinatesGenerator
Generates a UV coordinates for 3D texture.
genNormalLines(Mesh, float) - Static method in class com.jme3.util.TangentBinormalGenerator
 
genTbnLines(Mesh, float) - Static method in class com.jme3.util.TangentBinormalGenerator
 
GeoMap - Class in com.jme3.terrain
Constructs heightfields to be used in Terrain.
GeoMap() - Constructor for class com.jme3.terrain.GeoMap
 
GeoMap(FloatBuffer, int, int, int) - Constructor for class com.jme3.terrain.GeoMap
Deprecated. 
GeoMap(float[], int, int, int) - Constructor for class com.jme3.terrain.GeoMap
 
geomap - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
 
Geometry - Class in com.jme3.scene
Geometry defines a leaf node of the scene graph.
Geometry() - Constructor for class com.jme3.scene.Geometry
Serialization only.
Geometry(String) - Constructor for class com.jme3.scene.Geometry
Create a geometry node without any mesh data.
Geometry(String, Mesh) - Constructor for class com.jme3.scene.Geometry
Create a geometry node with mesh data.
GeometryBatchFactory - Class in jme3tools.optimize
 
GeometryBatchFactory() - Constructor for class jme3tools.optimize.GeometryBatchFactory
 
GeometryComparator - Interface in com.jme3.renderer.queue
GeometryComparator is a special version of Comparator that is used to sort geometries for rendering in the RenderQueue.
GeometryList - Class in com.jme3.renderer.queue
This class is a special purpose list of Geometry objects for render queuing.
GeometryList(GeometryComparator) - Constructor for class com.jme3.renderer.queue.GeometryList
Initializes the GeometryList to use the given GeometryComparator to use for comparing geometries.
geomIndex - Variable in class com.jme3.scene.plugins.OBJLoader
 
get(int, T) - Method in class com.jme3.animation.CompactArray
returns the object for the given index
get() - Method in class com.jme3.app.AppTask
 
get(long, TimeUnit) - Method in class com.jme3.app.AppTask
 
get(int) - Method in class com.jme3.light.LightList
 
get(int, int) - Method in class com.jme3.math.Matrix3f
get retrieves a value from the matrix at the given position.
get(float[], boolean) - Method in class com.jme3.math.Matrix3f
get(float[]) returns the matrix in row-major or column-major order.
get(float[]) - Method in class com.jme3.math.Matrix4f
get retrieves the values of this object into a float array in row-major order.
get(float[], boolean) - Method in class com.jme3.math.Matrix4f
set retrieves the values of this object into a float array.
get(int, int) - Method in class com.jme3.math.Matrix4f
get retrieves a value from the matrix at the given position.
get(int) - Method in class com.jme3.math.Triangle
get retrieves a point on the triangle denoted by the index supplied.
get(int) - Method in class com.jme3.math.Vector3f
 
get(int) - Method in class com.jme3.math.Vector4f
 
get(int) - Method in class com.jme3.renderer.queue.GeometryList
Returns the element at the given index.
get(int) - Method in class com.jme3.scene.mesh.IndexBuffer
Returns the vertex index for the given index in the index buffer.
get(int) - Method in class com.jme3.scene.mesh.IndexByteBuffer
 
get(int) - Method in class com.jme3.scene.mesh.IndexIntBuffer
 
get(int) - Method in class com.jme3.scene.mesh.IndexShortBuffer
 
get(int) - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
 
get(int) - Method in class com.jme3.scene.mesh.WrappedIndexBuffer
 
get(int) - Method in class com.jme3.scene.plugins.blender.file.DynamicArray
This method returns a value on the specified position.
get(int...) - Method in class com.jme3.scene.plugins.blender.file.DynamicArray
This method returns a value on the specified position in multidimensional array.
get(String) - Method in class com.jme3.shader.DefineList
 
get(K) - Method in class com.jme3.terrain.geomipmap.LRUCache
Retrieves an entry from the cache.
The retrieved entry becomes the MRU (most recently used) entry.
get(int) - Method in class com.jme3.util.IntMap
 
get(Object) - Method in class com.jme3.util.ListMap
 
get(int) - Method in class com.jme3.util.SafeArrayList
 
get() - Static method in class com.jme3.util.TempVars
Acquire an instance of the TempVar class.
get(int) - Method in class jme3tools.converters.model.strip.IntVec
 
get1() - Method in class com.jme3.collision.bih.BIHTriangle
 
get1() - Method in class com.jme3.math.AbstractTriangle
 
get1() - Method in class com.jme3.math.Triangle
 
get1() - Method in class jme3tools.optimize.OCTTriangle
 
get2() - Method in class com.jme3.collision.bih.BIHTriangle
 
get2() - Method in class com.jme3.math.AbstractTriangle
 
get2() - Method in class com.jme3.math.Triangle
 
get2() - Method in class jme3tools.optimize.OCTTriangle
 
get3() - Method in class com.jme3.collision.bih.BIHTriangle
 
get3() - Method in class com.jme3.math.AbstractTriangle
 
get3() - Method in class com.jme3.math.Triangle
 
get3() - Method in class jme3tools.optimize.OCTTriangle
 
getA() - Method in class com.jme3.math.Rectangle
getA returns the first point of the rectangle.
getA16() - Method in class com.jme3.scene.plugins.blender.textures.TexturePixel
 
getA8() - Method in class com.jme3.scene.plugins.blender.textures.TexturePixel
 
getAccumulatedImpulse() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
 
getAccuracy() - Method in class com.jme3.bullet.PhysicsSpace
get the current accuracy of the physics computation
getActiveTechnique() - Method in class com.jme3.material.Material
Returns the currently active technique.
getActivity() - Static method in class com.jme3.system.android.JmeAndroidSystem
 
getAdditionalRenderState() - Method in class com.jme3.material.Material
Acquire the additional render state to apply for this material.
getAddress() - Method in class com.jme3.network.base.DefaultServer.Connection
 
getAddress() - Method in interface com.jme3.network.HostedConnection
Returns the transport specific remote address of this connection as a string.
getAddress() - Method in interface com.jme3.network.kernel.Endpoint
Returns the transport specific remote address of this endpoint as a string.
getAddress() - Method in class com.jme3.network.kernel.tcp.NioEndpoint
 
getAddress() - Method in class com.jme3.network.kernel.udp.UdpEndpoint
 
getAirAbsorbGainHf() - Method in class com.jme3.audio.Environment
 
getAlignment() - Method in class com.jme3.font.BitmapText
 
getAlignment() - Method in class com.jme3.scene.control.BillboardControl
Returns the alignment this Billboard is set too.
getAll() - Method in class com.jme3.terrain.geomipmap.LRUCache
Returns a Collection that contains a copy of all cache entries.
getAllKeyFrames() - Method in class com.jme3.cinematic.TimeLine
 
getAllTerrainPatches(List<TerrainPatch>) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
Retrieve all Terrain Patches from all children and store them in the 'holder' list
getAllTerrainPatchesWithTranslation(Map<TerrainPatch, Vector3f>, Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getAlpha() - Method in class com.jme3.math.ColorRGBA
 
getAlphaFallOff() - Method in class com.jme3.material.RenderState
Retrieve the alpha falloff value.
getAmbientLight() - Method in class com.jme3.asset.BlenderKey.WorldData
This method returns the world's ambient light.
getAmount() - Method in class com.jme3.font.Kerning
 
getAmplitude() - Method in class com.jme3.terrain.noise.fractal.FractalSum
 
getAngle() - Method in class com.jme3.math.Vector2f
getAngle returns (in radians) the angle represented by this Vector2f as expressed by a conversion from rectangular coordinates (xy) to polar coordinates (r, theta).
getAngularDamping() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getAngularFactor() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getAngularSleepingThreshold() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getAngularVelocity() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
Get the current angular velocity of this PhysicsRigidBody
getAngularVelocity(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
Get the current angular velocity of this PhysicsRigidBody
getAnim(String) - Method in class com.jme3.animation.AnimControl
Retrieve an animation from the list of animations.
getAnimationLength(String) - Method in class com.jme3.animation.AnimControl
Returns the length of the given named animation.
getAnimationName() - Method in class com.jme3.animation.AnimChannel
 
getAnimationNames() - Method in class com.jme3.animation.AnimControl
 
getAnimations() - Method in class com.jme3.asset.BlenderKey.LoadingResults
This method returns all loaded animations.
getAnimData(Long) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the animation data for the specified owner.
getAnimMaxTime() - Method in class com.jme3.animation.AnimChannel
 
getAnisotropicFilter() - Method in class com.jme3.texture.Texture
 
getAnisotropy() - Method in class com.jme3.asset.TextureKey
 
getApplet(Application) - Static method in class com.jme3.app.AppletHarness
 
getAppliedImpulse() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getAppliedImpulse() - Method in class com.jme3.bullet.joints.PhysicsJoint
 
getAppliedImpulseLateral1() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getAppliedImpulseLateral2() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getArray() - Method in class com.jme3.util.SafeArrayList
Returns a current snapshot of this List's backing array that is guaranteed not to change through further List manipulation.
getAssetKey() - Method in class com.jme3.audio.android.AndroidAudioData
 
getAssetLoaderKeys() - Method in class com.jme3.scene.AssetLinkNode
 
getAssetManager() - Method in class com.jme3.app.Application
 
getAssetManager() - Method in class com.jme3.export.binary.BinaryImporter
 
getAssetManager() - Method in interface com.jme3.export.JmeImporter
 
getAssetManager() - Method in class com.jme3.export.xml.XMLImporter
 
getAssetManager() - Method in class com.jme3.material.MaterialDef
Returns the AssetManager passed in the constructor.
getAssetManager() - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the asset manager.
getAssetManager() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method returns the application's asset manager.
getAssetName() - Method in class com.jme3.material.Material
Returns the asset key name of the asset from which this material was loaded.
getAssetName() - Method in class com.jme3.material.MaterialDef
Returns the asset key name of the asset from which this material definition was loaded.
getAssetPath() - Method in class com.jme3.terrain.geomipmap.grid.AssetTileLoader
 
getAssetRootPath() - Method in class com.jme3.asset.BlenderKey
This method returns the asset root path.
getAtlasTexture(String) - Method in class jme3tools.optimize.TextureAtlas
Creates a new atlas texture for the given map name.
getAtlasTile(Texture) - Method in class jme3tools.optimize.TextureAtlas
Get the TextureAtlasTile for the given Texture
getAttachmentsNode(String) - Method in class com.jme3.animation.SkeletonControl
 
getAttribute(String) - Method in class com.jme3.network.base.DefaultServer.Connection
 
getAttribute(String) - Method in interface com.jme3.network.HostedConnection
Retrieves a previosly stored session attribute or null if no such attribute exists.
getAttribute(VertexBuffer.Type) - Method in class com.jme3.shader.Shader
 
getAudioData() - Method in class com.jme3.audio.AudioNode
 
getAudioNode() - Method in class com.jme3.cinematic.events.SoundTrack
Returns the underlying audion node of this sound track
getAudioRenderer() - Method in class com.jme3.app.Application
 
getAudioRenderer() - Static method in class com.jme3.audio.AudioContext
 
getAudioRenderer() - Method in class com.jme3.system.AppSettings
Get the audio renderer
getAxis() - Method in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
 
getAxis() - Method in class com.jme3.bullet.collision.shapes.CylinderCollisionShape
 
getAxisCount() - Method in class com.jme3.input.Joystick
Returns the number of axes on this joystick.
getAxisDeadZone() - Method in class com.jme3.input.InputManager
Returns the deadzone for joystick axes.
getAxisId() - Method in class com.jme3.input.controls.JoyAxisTrigger
 
getAxisId() - Method in class com.jme3.input.controls.JoyButtonTrigger
 
getAxisIndex() - Method in class com.jme3.input.event.JoyAxisEvent
Returns the joystick axis index.
getAxisSamples() - Method in class com.jme3.scene.shape.Cylinder
 
getAxle() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getB() - Method in class com.jme3.math.Rectangle
getB returns the second point of the rectangle.
getB16() - Method in class com.jme3.scene.plugins.blender.textures.TexturePixel
 
getB8() - Method in class com.jme3.scene.plugins.blender.textures.TexturePixel
 
getBackgroundColor() - Method in class com.jme3.renderer.ViewPort
Returns the background color of this ViewPort
getBackStencilDepthFailOperation() - Method in class com.jme3.material.RenderState
Retrieve the back depth test fail operation.
getBackStencilDepthPassOperation() - Method in class com.jme3.material.RenderState
Retrieve the back depth test pass operation.
getBackStencilFunction() - Method in class com.jme3.material.RenderState
Retrieve the back stencil function.
getBackStencilStencilFailOperation() - Method in class com.jme3.material.RenderState
Retrieve the back stencil fail operation.
getBase() - Method in class com.jme3.font.BitmapCharacterSet
 
getBaseMaterialName() - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtension
 
getBasis() - Method in class com.jme3.terrain.noise.basis.FilteredBasis
 
getBasisFunctionDegree() - Method in class com.jme3.math.Spline
This method returns NURBS' spline basis function degree.
getBasisUFunctionDegree() - Method in class com.jme3.scene.shape.Surface
This method returns the degree of basis U function.
getBasisVFunctionDegree() - Method in class com.jme3.scene.shape.Surface
This method returns the degree of basis V function.
getBatchHint() - Method in class com.jme3.scene.Spatial
 
getBezierP1toP2Length(Vector3f, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
Compute the lenght on a bezier spline between control point 1 and 2
getBias() - Method in class com.jme3.post.ssao.SSAOFilter
Return the bias
see SSAOFilter.setBias(float bias)
getBinding() - Method in class com.jme3.shader.Uniform
 
getBindNormalBuffer() - Method in class com.jme3.scene.plugins.blender.meshes.MeshContext
 
getBindPoseBuffer() - Method in class com.jme3.scene.plugins.blender.meshes.MeshContext
 
getBitmap() - Method in class com.jme3.asset.AndroidImageInfo
 
getBitsPerPixel() - Method in class com.jme3.system.AppSettings
Get the bits per pixel
getBitsPerPixel() - Method in enum com.jme3.texture.Image.Format
 
getBitsPerSample() - Method in class com.jme3.audio.AudioData
 
getBlenderKey() - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the blender key.
getBlenderVersion() - Method in class com.jme3.scene.plugins.blender.BlenderContext
 
getBlendMode() - Method in class com.jme3.material.RenderState
Retrieve the blend mode.
getBlockPosition() - Method in class com.jme3.scene.plugins.blender.file.FileBlockHeader
This method returns the start position of the data block in the blend file stream.
getBloomIntensity() - Method in class com.jme3.post.filters.BloomFilter
returns the bloom intensity
getBlue() - Method in class com.jme3.math.ColorRGBA
 
getBlurScale() - Method in class com.jme3.post.filters.BloomFilter
returns the blur scale
getBlurScale() - Method in class com.jme3.post.filters.DepthOfFieldFilter
returns the blur scale
getBlurStart() - Method in class com.jme3.post.filters.LightScatteringFilter
returns the blur start of the scattering see LightScatteringFilter.setBlurStart(float blurStart)
getBlurWidth() - Method in class com.jme3.post.filters.LightScatteringFilter
returns the blur width
see LightScatteringFilter.setBlurWidth(float blurWidth)
getBodyA() - Method in class com.jme3.bullet.joints.PhysicsJoint
 
getBodyB() - Method in class com.jme3.bullet.joints.PhysicsJoint
 
getBone(int) - Method in class com.jme3.animation.Skeleton
return a bone for the given index
getBone(String) - Method in class com.jme3.animation.Skeleton
returns the bone with the given name
getBone() - Method in class com.jme3.scene.plugins.blender.animations.BoneContext
 
getBoneContext(Long) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the bone context for the given bone old memory address.
getBoneCount() - Method in class com.jme3.animation.Skeleton
returns the number of bones of this skeleton
getBoneFramesCount() - Method in class com.jme3.scene.plugins.blender.animations.CalculationBone
 
getBoneIndex(Bone) - Method in class com.jme3.animation.Skeleton
returns the bone index of the given bone
getBoneIndex(String) - Method in class com.jme3.animation.Skeleton
returns the bone index of the bone that has the given name
getBoneIndices(Bone, Skeleton, Set<String>) - Static method in class com.jme3.bullet.control.ragdoll.RagdollUtils
 
getBoneOMA(Bone) - Method in class com.jme3.scene.plugins.blender.animations.ArmatureHelper
This method returns the old memory address of a bone.
getBoneRigidBody(String) - Method in class com.jme3.bullet.control.KinematicRagdollControl
return the rigidBody associated to the given bone
getBoolean(String) - Method in class com.jme3.system.AppSettings
Get a boolean from the settings.
getBottomLod() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
 
getBounce() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
getBound() - Method in class com.jme3.scene.Mesh
Returns the BoundingVolume of this Mesh.
getBound() - Method in class jme3tools.optimize.Octree
 
getBoundingBox(List<Geometry>) - Static method in class com.jme3.scene.plugins.blender.textures.UVCoordinatesGenerator
This method returns the bounding box of the given geometries.
getBroadphaseType() - Method in class com.jme3.bullet.PhysicsSpace
 
getBuffer(VertexBuffer.Type) - Method in class com.jme3.scene.Mesh
Get the VertexBuffer stored on this mesh with the given type.
getBuffer() - Method in class com.jme3.scene.mesh.IndexBuffer
Returns the underlying data-type specific Buffer.
getBuffer() - Method in class com.jme3.scene.mesh.IndexByteBuffer
 
getBuffer() - Method in class com.jme3.scene.mesh.IndexIntBuffer
 
getBuffer() - Method in class com.jme3.scene.mesh.IndexShortBuffer
 
getBuffer() - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
 
getBuffer() - Method in class com.jme3.scene.mesh.WrappedIndexBuffer
 
getBuffer(float, float, float, int) - Method in class com.jme3.terrain.noise.basis.FilteredBasis
 
getBuffer(float, float, float, int) - Method in interface com.jme3.terrain.noise.Basis
 
getBuffer(float, float, float, int) - Method in class com.jme3.terrain.noise.basis.Noise
 
getBuffer() - Method in class com.jme3.util.SafeArrayList
 
getBufferList() - Method in class com.jme3.scene.Mesh
Returns a list of all vertex buffers on this Mesh.
getBuffers() - Method in class com.jme3.scene.Mesh
Returns a map of all vertex buffers on this Mesh.
getBufferType() - Method in class com.jme3.scene.VertexBuffer
 
getButtonCount() - Method in class com.jme3.input.awt.AwtMouseInput
 
getButtonCount() - Method in class com.jme3.input.dummy.DummyMouseInput
 
getButtonCount() - Method in class com.jme3.input.Joystick
Returns the number of buttons on this joystick.
getButtonCount() - Method in class com.jme3.input.lwjgl.LwjglMouseInput
 
getButtonCount() - Method in interface com.jme3.input.MouseInput
Returns the number of buttons the mouse has.
getButtonIndex() - Method in class com.jme3.input.event.JoyButtonEvent
The button index.
getButtonIndex() - Method in class com.jme3.input.event.MouseButtonEvent
Returns the mouse button index.
getByteContent(InputStream) - Static method in class com.jme3.export.binary.ByteUtils
Takes an InputStream and returns the complete byte content of it
getC() - Method in class com.jme3.math.Rectangle
getC returns the third point of the rectangle.
getCache(Class<T>) - Method in class com.jme3.asset.ImplHandler
 
getCacheType() - Method in class com.jme3.asset.AssetKey
 
getCacheType() - Method in class com.jme3.asset.MaterialKey
 
getCacheType() - Method in class com.jme3.asset.ModelKey
 
getCacheType() - Method in class com.jme3.asset.TextureKey
 
getCacheType() - Method in class com.jme3.audio.AudioKey
 
getCallable() - Method in class com.jme3.app.AppTask
 
getCamCell(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
 
getCamera() - Method in class com.jme3.app.Application
 
getCamera() - Method in class com.jme3.app.FlyCamAppState
 
getCamera(String) - Method in class com.jme3.cinematic.Cinematic
 
getCamera() - Method in class com.jme3.renderer.ViewPort
Returns the camera which renders the attached scenes.
getCamera() - Method in class com.jme3.scene.CameraNode
 
getCamera() - Method in class com.jme3.scene.control.CameraControl
 
getCameras() - Method in class com.jme3.asset.BlenderKey.LoadingResults
This method returns all loaded cameras.
getCanvas() - Method in interface com.jme3.system.JmeCanvasContext
 
getCanvas() - Method in class com.jme3.system.lwjgl.LwjglCanvas
 
getCaps() - Method in class com.jme3.renderer.android.OGLESShaderRenderer
 
getCaps() - Method in class com.jme3.renderer.lwjgl.LwjglGL1Renderer
 
getCaps() - Method in class com.jme3.renderer.lwjgl.LwjglRenderer
 
getCaps() - Method in interface com.jme3.renderer.Renderer
Get the capabilities of the renderer.
getCaps() - Method in class com.jme3.system.NullRenderer
 
getCapsule(Savable) - Method in class com.jme3.export.binary.BinaryExporter
 
getCapsule(Savable) - Method in class com.jme3.export.binary.BinaryImporter
 
getCapsule(Savable) - Method in interface com.jme3.export.JmeExporter
Returns the OutputCapsule for the given savable object.
getCapsule(Savable) - Method in interface com.jme3.export.JmeImporter
 
getCapsule(Savable) - Method in class com.jme3.export.xml.XMLExporter
 
getCapsule(Savable) - Method in class com.jme3.export.xml.XMLImporter
 
getCatmullRomP1toP2Length(Vector3f, Vector3f, Vector3f, Vector3f, float, float, float) - Static method in class com.jme3.math.FastMath
Compute the lenght on a catmull rom spline between control point 1 and 2
getCausticsIntensity() - Method in class com.jme3.water.WaterFilter
get the intensity of caustics under water
getCcdMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getCcdMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getCcdMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getCcdSquareMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getCcdSquareMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getCcdSquareMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getCcdSweptSphereRadius() - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getCcdSweptSphereRadius() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getCcdSweptSphereRadius() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getCenter() - Method in class com.jme3.bounding.BoundingVolume
 
getCenter(Vector3f) - Method in class com.jme3.bounding.BoundingVolume
 
getCenter() - Method in class com.jme3.collision.bih.BIHTriangle
 
getCenter() - Method in class com.jme3.effect.shapes.EmitterSphereShape
 
getCenter() - Method in class com.jme3.math.Ring
getCenter returns the center of the ring.
getCenter() - Method in class com.jme3.math.Triangle
obtains the center point of this triangle (average of the three triangles)
getCenter() - Method in class com.jme3.scene.shape.AbstractBox
Get the center point of this box.
getCenter() - Method in class com.jme3.scene.shape.Dome
 
getCenter() - Method in class com.jme3.water.WaterFilter
returns the center of this effect
getCenterLocation(TerrainPatch) - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
 
getCenterLocation(TerrainPatch) - Method in class com.jme3.terrain.geomipmap.lodcalc.PerspectiveLodCalculator
 
getCentre() - Method in class jme3tools.navigation.MapModel2D
Returns the Position centre of the map
getCentre() - Method in class jme3tools.navigation.MapModel3D
Returns the Position centre of the map.
getCentreWu() - Method in class jme3tools.navigation.MapModel3D
Returns the WU (x,y,z) centre of the map.
getChannel(int) - Method in class com.jme3.animation.AnimControl
Return the animation channel at the given index.
getChannel() - Method in class com.jme3.audio.AudioNode
Do not use.
getChannel(KernelAdapter) - Method in class com.jme3.network.base.DefaultServer
 
getChannels() - Method in class com.jme3.audio.AudioData
 
getChar() - Method in class com.jme3.font.BitmapCharacter
 
getCharacter(int) - Method in class com.jme3.font.BitmapCharacterSet
 
getCharacter(int, int) - Method in class com.jme3.font.BitmapCharacterSet
 
getCharacterAdvance(char, char, float) - Method in class com.jme3.font.BitmapFont
 
getCharacterAdvance(char, char, float) - Method in class com.jme3.niftygui.RenderFontJme
Return the width of the given character including kerning information.
getCharacters() - Method in class com.jme3.input.event.TouchEvent
 
getCharSet() - Method in class com.jme3.font.BitmapFont
 
getChasingSensitivity() - Method in class com.jme3.input.ChaseCamera
returns the chasing sensitivity
getCheckPlane() - Method in class com.jme3.bounding.BoundingVolume
Grabs the checkplane we should check first.
getChild(int) - Method in class com.jme3.scene.Node
getChild returns a child at a given index.
getChild(String) - Method in class com.jme3.scene.Node
getChild returns the first child found with exactly the given name (case sensitive.)
getChildIndex(Spatial) - Method in class com.jme3.scene.Node
getChildIndex returns the index of the given spatial in this node's list of children.
getChildren() - Method in class com.jme3.animation.Bone
Returns all the children bones of this bone.
getChildren() - Method in class com.jme3.bullet.collision.shapes.CompoundCollisionShape
 
getChildren() - Method in class com.jme3.scene.Node
Returns all children to this node.
getChunk(BinaryIdContentPair) - Method in class com.jme3.export.binary.BinaryExporter
 
getCinematicEvents() - Method in class com.jme3.cinematic.KeyFrame
 
getCircleSamples() - Method in class com.jme3.scene.shape.Torus
 
getClassLoaders() - Method in interface com.jme3.asset.AssetManager
Retrieve the list of registered ClassLoaders that are used for loading classes from asset files.
getClassLoaders() - Method in class com.jme3.asset.DesktopAssetManager
 
getClientOpenGLESVersion() - Method in class com.jme3.system.android.AndroidConfigChooser
 
getClientOpenGLESVersion() - Method in class com.jme3.system.android.OGLESContext
 
getClosestCollision() - Method in class com.jme3.collision.CollisionResults
 
getClosestPoint(Vector3f, Vector3f) - Method in class com.jme3.math.Plane
 
getClosestPoint(Vector3f) - Method in class com.jme3.math.Plane
 
getCode() - Method in class com.jme3.scene.plugins.blender.file.FileBlockHeader
This method returns the code of this data block.
getCollideWithGroups() - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
Gets the bitmask of collision groups that this object collides with.
getCollision(int) - Method in class com.jme3.collision.CollisionResults
 
getCollisionDirect(int) - Method in class com.jme3.collision.CollisionResults
Internal use only.
getCollisionGroup() - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
Returns the collision group for this collision shape
getCollisionLocation(Vector3f) - Method in class com.jme3.bullet.objects.VehicleWheel
returns the location where the wheel collides with the ground (world space)
getCollisionLocation() - Method in class com.jme3.bullet.objects.VehicleWheel
returns the location where the wheel collides with the ground (world space)
getCollisionNormal(Vector3f) - Method in class com.jme3.bullet.objects.VehicleWheel
returns the normal where the wheel collides with the ground (world space)
getCollisionNormal() - Method in class com.jme3.bullet.objects.VehicleWheel
returns the normal where the wheel collides with the ground (world space)
getCollisionObject() - Method in class com.jme3.bullet.collision.PhysicsRayTestResult
 
getCollisionObject() - Method in class com.jme3.bullet.collision.PhysicsSweepTestResult
 
getCollisionShape() - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
 
getColor() - Method in class com.jme3.font.BitmapText
 
getColor() - Method in class com.jme3.light.Light
Returns the color of the light.
getColor() - Method in class com.jme3.post.filters.ColorOverlayFilter
returns the color
getColorArray() - Method in class com.jme3.math.ColorRGBA
getColorArray retrieves the color values of this object as a four element float array.
getColorArray(float[]) - Method in class com.jme3.math.ColorRGBA
Stores the current r/g/b/a values into the tempf array.
getColorBuffer(int) - Method in class com.jme3.texture.FrameBuffer
 
getColorBuffer() - Method in class com.jme3.texture.FrameBuffer
 
getColorExtinction() - Method in class com.jme3.water.WaterFilter
Returns the color exctinction vector of the water
getColorInfluenceLine() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns current influence of image colors on lines
getColorInfluencePaper() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns current influence of image colors on paper background
getColumn(int) - Method in class com.jme3.math.Matrix3f
getColumn returns one of three columns specified by the parameter.
getColumn(int, Vector3f) - Method in class com.jme3.math.Matrix3f
getColumn returns one of three columns specified by the parameter.
getColumn(int) - Method in class com.jme3.math.Matrix4f
getColumn returns one of three columns specified by the parameter.
getColumn(int, float[]) - Method in class com.jme3.math.Matrix4f
getColumn returns one of three columns specified by the parameter.
getCombinedFriction() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getCombinedRestitution() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getCombinedTransform(Vector3f, Quaternion) - Method in class com.jme3.animation.Bone
Returns the local transform of this bone combined with the given position and rotation
getCompactIndex(int) - Method in class com.jme3.animation.CompactArray
returns the corresponding index in the compact array
getCompactObjectSize() - Method in class com.jme3.animation.CompactArray
 
getCompiled() - Method in class com.jme3.shader.DefineList
 
getComponentSize() - Method in enum com.jme3.scene.VertexBuffer.Format
Returns the size in bytes of this data type.
getConnection(int) - Method in class com.jme3.network.base.DefaultServer
 
getConnection(Endpoint) - Method in class com.jme3.network.base.DefaultServer
 
getConnection(Endpoint) - Method in class com.jme3.network.base.KernelAdapter
 
getConnection(int) - Method in interface com.jme3.network.Server
Retrieves a hosted connection by ID.
getConnections() - Method in class com.jme3.network.base.DefaultServer
 
getConnections() - Method in interface com.jme3.network.Server
Retrieves a read-only collection of all currently connected connections.
getConstant() - Method in class com.jme3.math.Plane
getConstant returns the constant of the plane.
getConstraintClassName(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.constraints.ConstraintHelper
 
getConstraints(Long) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns constraints for the object specified by its old memory address.
getContactNormal() - Method in class com.jme3.collision.CollisionResult
 
getContactPoint() - Method in class com.jme3.collision.CollisionResult
 
getContents() - Method in class com.jme3.util.blockparser.Statement
 
getContext() - Method in class com.jme3.app.Application
 
getControl() - Method in class com.jme3.animation.AnimChannel
Returns the parent control of this AnimChannel.
getControl(Class<T>) - Method in class com.jme3.scene.Spatial
Returns the first control that is an instance of the given class, or null if no such control exists.
getControl(int) - Method in class com.jme3.scene.Spatial
Returns the control at the given index in the list.
getControlDir() - Method in class com.jme3.scene.CameraNode
 
getControlDir() - Method in class com.jme3.scene.control.CameraControl
 
getControlDir() - Method in class com.jme3.scene.control.LightControl
 
getControlDir() - Method in class com.jme3.scene.LightNode
 
getControllerId() - Method in class com.jme3.bullet.objects.PhysicsCharacter
used internally
getControlPoints() - Method in class com.jme3.math.Spline
returns this spline control points
getControlPoints() - Method in class com.jme3.scene.plugins.blender.curves.BezierCurve
This method returns a list of control points for this curve.
getControlPoints() - Method in class com.jme3.scene.shape.Surface
 
getCount() - Method in class com.jme3.scene.plugins.blender.file.FileBlockHeader
This data returns the number of structure stored in the data block after this header.
getCount() - Method in class com.jme3.terrain.geomipmap.LODGeomap.VerboseIntBuffer
 
getCount() - Method in class jme3test.android.DemoLaunchAdapter
 
getCourse() - Method in class jme3tools.navigation.RLSailing
 
getCourses() - Method in class jme3tools.navigation.GCSailing
 
getCullHint() - Method in class com.jme3.scene.Spatial
 
getCurrentCamera() - Method in class com.jme3.renderer.RenderManager
Returns the camera currently used for rendering.
getCurrentCell() - Method in class com.jme3.terrain.geomipmap.TerrainGrid
 
getCurrentValue() - Method in class com.jme3.cinematic.events.MotionTrack
this method is meant to be called by the motion path only
getCurrentVehicleSpeedKmHour() - Method in class com.jme3.bullet.objects.PhysicsVehicle
Get the current speed of the vehicle in km/h
getCurrentVolume() - Method in class com.jme3.audio.android.AndroidAudioData
 
getCurrentWayPoint() - Method in class com.jme3.cinematic.events.MotionTrack
this method is meant to be called by the motion path only
getCursorPosition() - Method in class com.jme3.input.InputManager
Returns the current cursor position.
getCurvesAmount() - Method in class com.jme3.scene.plugins.blender.animations.Ipo
This method returns the curves amount.
getCurveTension() - Method in class com.jme3.cinematic.MotionPath
Returns the curve tension
getCurveTension() - Method in class com.jme3.math.Spline
returns the curve tension
getCurveType(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.animations.IpoHelper
This method returns the type of the ipo curve.
getDamping() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
getDamping() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
 
getDamping() - Method in class com.jme3.bullet.joints.Point2PointJoint
 
getDampingDirAng() - Method in class com.jme3.bullet.joints.SliderJoint
 
getDampingDirLin() - Method in class com.jme3.bullet.joints.SliderJoint
 
getDampingLimAng() - Method in class com.jme3.bullet.joints.SliderJoint
 
getDampingLimLin() - Method in class com.jme3.bullet.joints.SliderJoint
 
getDampingOrthoAng() - Method in class com.jme3.bullet.joints.SliderJoint
 
getDampingOrthoLin() - Method in class com.jme3.bullet.joints.SliderJoint
 
getData() - Method in class com.jme3.audio.AudioBuffer
 
getData() - Method in class com.jme3.network.kernel.Envelope
 
getData(int[]) - Method in class com.jme3.renderer.Statistics
Retrieves the statistics data into the given array.
getData() - Method in class com.jme3.scene.VertexBuffer
Returns the raw internal data buffer used by this VertexBuffer.
getData() - Method in class com.jme3.texture.Image
getData returns the data for this image.
getData(int) - Method in class com.jme3.texture.Image
getData returns the data for this image.
getDataReadOnly() - Method in class com.jme3.scene.VertexBuffer
Returns a safe read-only version of this VertexBuffer's data.
getDataType() - Method in class com.jme3.audio.android.AndroidAudioData
 
getDataType() - Method in class com.jme3.audio.AudioBuffer
 
getDataType() - Method in class com.jme3.audio.AudioData
 
getDataType() - Method in class com.jme3.audio.AudioStream
 
getDebugManager() - Method in class com.jme3.bullet.PhysicsSpace
 
getDebugMesh(CollisionShape) - Static method in class com.jme3.bullet.util.DebugShapeFactory
 
getDebugShape() - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
 
getDebugShape() - Method in class com.jme3.bullet.control.VehicleControl
 
getDebugShape() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getDebugShape() - Method in class com.jme3.bullet.objects.PhysicsVehicle
 
getDebugShape(CollisionShape) - Static method in class com.jme3.bullet.util.DebugShapeFactory
Creates a debug shape from the given collision shape.
getDecayHFRatio() - Method in class com.jme3.audio.Environment
 
getDecayTime() - Method in class com.jme3.audio.Environment
 
getDeepWaterColor() - Method in class com.jme3.water.WaterFilter
returns the deep water color
getDef() - Method in class com.jme3.material.Technique
Returns the technique definition that is implemented by this technique instance.
getDefaultMaterial() - Method in class com.jme3.asset.BlenderKey
This method returns the default material.
getDefaultMaterial() - Method in class com.jme3.scene.plugins.blender.BlenderContext
This metod returns the default material.
getDefaultPassDepthFormat() - Method in class com.jme3.post.Filter
returns the default pass depth format
getDefaultPassTextureFormat() - Method in class com.jme3.post.Filter
returns the default pass texture format
getDefaultTechniques() - Method in class com.jme3.material.MaterialDef
Returns a list of all default techniques.
getDefines() - Method in class com.jme3.shader.Shader.ShaderSource
 
getDefines() - Method in class com.jme3.shader.ShaderKey
 
getDeltaRotation() - Method in class com.jme3.bullet.objects.VehicleWheel
returns how many degrees the wheel has turned since the last physics step.
getDeltaRotation(long, int) - Method in class com.jme3.bullet.objects.VehicleWheel
 
getDeltaWheel() - Method in class com.jme3.input.event.MouseMotionEvent
The change in wheel rotation.
getDeltaX() - Method in class com.jme3.input.event.TouchEvent
 
getDeltaY() - Method in class com.jme3.input.event.TouchEvent
 
getDensity() - Method in class com.jme3.audio.Environment
 
getDepth() - Method in class com.jme3.texture.Image
getDepth returns the depth of this image (for 3d images).
getDepthBits() - Method in class com.jme3.system.AppSettings
Get the number of depth bits
getDepthBuffer() - Method in class com.jme3.texture.FrameBuffer
 
getDepthSensitivity() - Method in class com.jme3.post.filters.CartoonEdgeFilter
Return the depth sensitivity
for more details see CartoonEdgeFilter.setDepthSensitivity(float depthSensitivity)
getDepthTexture() - Method in class com.jme3.post.Filter.Pass
 
getDepthTexture() - Method in class com.jme3.post.FilterPostProcessor
For internal use only
returns the depth texture of the scene
getDepthThreshold() - Method in class com.jme3.post.filters.CartoonEdgeFilter
returns the depth threshold
for more details see CartoonEdgeFilter.setDepthThreshold(float depthThreshold)
getDescription() - Method in class com.jme3.scene.plugins.blender.objects.Properties
This method returns the description of the property.
getDescription() - Method in class jme3test.android.DemoLaunchEntry
 
getDiffusion() - Method in class com.jme3.audio.Environment
 
getDirection() - Method in class com.jme3.audio.AudioNode
 
getDirection() - Method in class com.jme3.audio.Listener
 
getDirection() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getDirection() - Method in class com.jme3.cinematic.events.MotionTrack
returns the direction the spatial is moving
getDirection() - Method in class com.jme3.light.DirectionalLight
Returns the direction vector of the light.
getDirection() - Method in class com.jme3.light.SpotLight
 
getDirection() - Method in class com.jme3.math.Line
getDirection returns the direction of the line.
getDirection() - Method in class com.jme3.math.LineSegment
 
getDirection() - Method in class com.jme3.math.Ray
getDirection retrieves the direction vector of the ray.
getDirection() - Method in class com.jme3.renderer.Camera
getDirection retrieves the direction vector the camera is facing.
getDirection(Vector3f) - Method in class com.jme3.renderer.Camera
getDirection retrieves the direction vector the camera is facing.
getDirection() - Method in class com.jme3.shadow.BasicShadowRenderer
returns the light direction used for this processor
getDirection() - Method in class com.jme3.shadow.PssmShadowRenderer
returns the light direction used by the processor
getDirectionType() - Method in class com.jme3.cinematic.events.MotionTrack
returns the direction type of the target
getDisplayPicture() - Method in class com.jme3.shadow.BasicShadowRenderer
debug only
getDistance() - Method in class com.jme3.collision.CollisionResult
 
getDistance() - Method in class jme3tools.navigation.NavCalculator
Getter method for the distance between two points
getDistance1() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getDistancesNM() - Method in class jme3tools.navigation.GCSailing
 
getDistanceToTarget() - Method in class com.jme3.input.ChaseCamera
return the current distance from the camera to the target
getDistNM() - Method in class jme3tools.navigation.RLSailing
 
getDistTolerance() - Method in class com.jme3.scene.control.LodControl
Returns the distance tolerance for changing LOD.
getDnaBlockData() - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the dna block data.
getDoc() - Method in class com.jme3.export.xml.DOMOutputCapsule
 
getDownQuad(TerrainQuad) - Method in interface com.jme3.terrain.geomipmap.NeighbourFinder
Get the TerrainQuad below the supplied 'center' quad.
getDownRotateOnCloseViewOnly() - Method in class com.jme3.input.ChaseCamera
 
getDownSamplingFactor() - Method in class com.jme3.post.filters.BloomFilter
returns the downSampling factor
form more details see BloomFilter.setDownSamplingFactor(float downSamplingFactor)
getDryFilter() - Method in class com.jme3.audio.AudioNode
 
getDuration() - Method in class com.jme3.audio.android.AndroidAudioData
 
getDuration() - Method in class com.jme3.audio.AudioBuffer
 
getDuration() - Method in class com.jme3.audio.AudioData
 
getDuration() - Method in class com.jme3.audio.AudioStream
 
getDuration() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
returns the actual duration of the animtion (initialDuration/speed)
getDuration() - Method in interface com.jme3.cinematic.events.CinematicEvent
Returns the actual duration of the animation
getDuration() - Method in class com.jme3.post.filters.FadeFilter
returns the duration of the effect
getDX() - Method in class com.jme3.input.event.MouseMotionEvent
The change in X coordinate
getDY() - Method in class com.jme3.input.event.MouseMotionEvent
The change in Y coordinate
getEdgeColor() - Method in class com.jme3.post.filters.CartoonEdgeFilter
returns the edge color
getEdgeIntensity() - Method in class com.jme3.post.filters.CartoonEdgeFilter
returns the edge intensity
for more details see CartoonEdgeFilter.setEdgeIntensity(float edgeIntensity)
getEdgesThickness() - Method in class com.jme3.shadow.PssmShadowRenderer
returns the edges thickness
see PssmShadowRenderer.setEdgesThickness(int edgesThickness)
getEdgeWidth() - Method in class com.jme3.post.filters.CartoonEdgeFilter
returns the width of the edges
getEffect() - Method in class com.jme3.terrain.noise.filter.SmoothFilter
 
getEfficentData() - Method in class com.jme3.texture.Image
 
getEigenValue(int) - Method in class com.jme3.math.Eigen3f
 
getEigenValues() - Method in class com.jme3.math.Eigen3f
 
getEigenVector(int) - Method in class com.jme3.math.Eigen3f
 
getEigenVectors() - Method in class com.jme3.math.Eigen3f
 
getElementClass() - Method in class com.jme3.animation.CompactArray
 
getElementClass() - Method in class com.jme3.animation.CompactQuaternionArray
 
getElementClass() - Method in class com.jme3.animation.CompactVector3Array
 
getElementComponent(int, int) - Method in class com.jme3.scene.VertexBuffer
Get the component inside an element.
getElementLengths() - Method in class com.jme3.scene.Mesh
Get the element lengths for Mesh.Mode.Hybrid mesh mode.
getEnableMotor() - Method in class com.jme3.bullet.joints.HingeJoint
 
getEnd() - Method in class com.jme3.scene.shape.Line
 
getEndColor() - Method in class com.jme3.effect.ParticleEmitter
Get the end color of the particles spawned.
getEndpoint() - Method in class com.jme3.network.kernel.EndpointEvent
 
getEndpoint(SocketAddress, boolean) - Method in class com.jme3.network.kernel.udp.UdpKernel
 
getEndPoint() - Method in class com.jme3.scene.plugins.blender.animations.CalculationBone
This method returns the end point of the bone.
getEndSize() - Method in class com.jme3.effect.ParticleEmitter
Get the end size of the particles spawned.
getEntry(int) - Method in class com.jme3.util.ListMap
 
getERP() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
getEvent(int, PhysicsCollisionObject, PhysicsCollisionObject, long) - Method in class com.jme3.bullet.collision.PhysicsCollisionEventFactory
 
getEventData(String, String) - Method in class com.jme3.cinematic.Cinematic
 
getEventDispatchImpulseThreshold() - Method in class com.jme3.bullet.control.KinematicRagdollControl
 
getExactSerializer(Class) - Static method in class com.jme3.network.serializing.Serializer
 
getExactSerializerRegistration(Class) - Static method in class com.jme3.network.serializing.Serializer
 
getExposedObject(String, Class<T>, boolean) - Method in class com.jme3.network.rmi.ObjectStore
 
getExposureCutOff() - Method in class com.jme3.post.filters.BloomFilter
returns the exposure cutoff
for more details see BloomFilter.setExposureCutOff(float exposureCutOff)
getExposurePower() - Method in class com.jme3.post.filters.BloomFilter
returns the exposure power
form more details see BloomFilter.setExposurePower(float exposurePower)
getExtension(String) - Static method in class com.jme3.asset.AssetKey
 
getExtension() - Method in class com.jme3.asset.AssetKey
 
getExtension() - Method in class com.jme3.asset.GeneratedTextureKey
 
getExtensions() - Method in class com.jme3.asset.ImplHandler.ImplThreadLocal
 
getExtent(Vector3f) - Method in class com.jme3.bounding.BoundingBox
Query extent.
getExtent() - Method in class com.jme3.math.LineSegment
 
getExtractionDir() - Static method in class com.jme3.system.Natives
 
getExtreme(int, boolean) - Method in class com.jme3.collision.bih.BIHTriangle
 
getFace() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
 
getFaceCullMode() - Method in class com.jme3.asset.BlenderKey
This method returns the face cull mode.
getFaceCullMode() - Method in class com.jme3.material.RenderState
Retrieve the face cull mode.
getFaceCullMode() - Method in class com.jme3.scene.plugins.blender.materials.MaterialContext
 
getFaceNormal() - Method in class com.jme3.effect.ParticleEmitter
Get the normal which particles are facing.
getFallSpeed() - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getFarthestCollision() - Method in class com.jme3.collision.CollisionResults
 
getFastRoot() - Method in class jme3tools.optimize.Octree
 
getFaultShape() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
 
getFaultType() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
 
getFeaturesToLoad() - Method in class com.jme3.asset.BlenderKey
This method returns bitwise value of FeaturesToLoad interface value.
getFieldName(int) - Method in class com.jme3.scene.plugins.blender.file.Structure
This method returns the field name of the given index.
getFieldsAmount() - Method in class com.jme3.scene.plugins.blender.file.Structure
This method returns the amount of fields for the current structure.
getFieldType(int) - Method in class com.jme3.scene.plugins.blender.file.Structure
This method returns the field type of the given index.
getFieldValue(String) - Method in class com.jme3.scene.plugins.blender.file.Structure
This method returns the value of the filed with a given name.
getFile() - Method in class com.jme3.app.state.VideoRecorderAppState
 
getFileBlock(Long) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the block header of a given memory address.
getFileBlocks(Integer) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns a list of file blocks' headers of a specified code.
getFillValue() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns line/paper color ratio for blobs
getFilterIterator() - Method in class com.jme3.post.FilterPostProcessor
 
getFilterTexture() - Method in class com.jme3.post.FilterPostProcessor
For internal use only
returns the rendered texture of the scene
getFixedFuncBinding() - Method in class com.jme3.material.MatParam
Returns the fixed function binding.
getFlatFieldValue(String) - Method in class com.jme3.scene.plugins.blender.file.Structure
This method returns the value of the filed with a given name.
getFloat(String) - Method in class com.jme3.system.AppSettings
Get a float from the settings.
getFloatArray(FloatBuffer) - Static method in class com.jme3.util.BufferUtils
Create a new float[] array and populate it with the given FloatBuffer's contents.
getFloatBuffer(VertexBuffer.Type) - Method in class com.jme3.scene.Mesh
Get the VertexBuffer data stored on this mesh in float format.
getFlyByCamera() - Method in class com.jme3.app.SimpleApplication
Retrieves flyCam
getFoamExistence() - Method in class com.jme3.water.WaterFilter
returns the foam existance vector
getFoamHardness() - Method in class com.jme3.water.WaterFilter
returns the foam hardness
getFoamIntensity() - Method in class com.jme3.water.WaterFilter
returns the foam intensity
getFocusDistance() - Method in class com.jme3.post.filters.DepthOfFieldFilter
returns the focus distance
getFocusRange() - Method in class com.jme3.post.filters.DepthOfFieldFilter
returns the focus range
getFogColor() - Method in class com.jme3.post.filters.FogFilter
returns the fog color
getFogDensity() - Method in class com.jme3.post.filters.FogFilter
returns the fog density
getFogDistance() - Method in class com.jme3.post.filters.FogFilter
returns the fog distance
getFolder(String) - Static method in class com.jme3.asset.AssetKey
 
getFolder() - Method in class com.jme3.asset.AssetKey
 
getFolder() - Method in class com.jme3.asset.GeneratedTextureKey
 
getFont() - Method in class com.jme3.font.BitmapText
 
getForcedRenderState() - Method in class com.jme3.renderer.RenderManager
Returns the forced render state previously set with RenderManager.setForcedRenderState(com.jme3.material.RenderState).
getForcedTechnique() - Method in class com.jme3.renderer.RenderManager
Returns the forced technique name set.
getFormat() - Method in class com.jme3.asset.AndroidImageInfo
 
getFormat() - Method in class com.jme3.scene.VertexBuffer
 
getFormat() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
 
getFormat() - Method in class com.jme3.texture.Image
getFormat returns the image format for this image.
getFormatVersion() - Method in class com.jme3.export.binary.BinaryImporter
 
getFormatVersion() - Method in interface com.jme3.export.JmeImporter
Returns the version number written in the header of the J3O/XML file.
getFormatVersion() - Method in class com.jme3.export.xml.XMLImporter
 
getForwardVector(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsVehicle
Get the current forward vector of the vehicle in world coordinates
getFps() - Method in class com.jme3.asset.BlenderKey
This method returns frames per second amount.
getFpsText() - Method in class com.jme3.app.StatsAppState
 
getFragmentShaderLanguage() - Method in class com.jme3.material.TechniqueDef
Returns the language of the fragment shader used in this technique.
getFragmentShaderLanguage() - Method in class com.jme3.shader.ShaderKey
 
getFragmentShaderName() - Method in class com.jme3.material.TechniqueDef
Returns the name of the fragment shader used by the technique, or null if no fragment shader is specified.
getFragName() - Method in class com.jme3.shader.ShaderKey
 
getFrameBufferSamplePositions(FrameBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglRenderer
 
getFrameRate() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
 
getFrameRate() - Method in class com.jme3.system.android.AndroidTimer
 
getFrameRate() - Method in class com.jme3.system.AppSettings
Get the framerate.
getFrameRate() - Method in class com.jme3.system.lwjgl.LwjglSmoothingTimer
getFrameRate returns the current frame rate since the last call to update.
getFrameRate() - Method in class com.jme3.system.lwjgl.LwjglTimer
getFrameRate returns the current frame rate since the last call to update.
getFrameRate() - Method in class com.jme3.system.NanoTimer
 
getFrameRate() - Method in class com.jme3.system.Timer
Returns the "calls per second".
getFrequency() - Method in class com.jme3.system.AppSettings
Get the frequency
getFrequency() - Method in class com.jme3.terrain.noise.fractal.FractalSum
 
getFriction() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getFrictionSlip() - Method in class com.jme3.bullet.objects.PhysicsVehicle
 
getFrictionSlip() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getFromCache(AssetKey<T>) - Method in interface com.jme3.asset.cache.AssetCache
Retrieves an asset from the cache.
getFromCache(AssetKey<T>) - Method in class com.jme3.asset.cache.SimpleAssetCache
 
getFromCache(AssetKey<T>) - Method in class com.jme3.asset.cache.WeakRefAssetCache
 
getFromCache(AssetKey<T>) - Method in class com.jme3.asset.cache.WeakRefCloneAssetCache
 
getFromCache(AssetKey<T>) - Method in class com.jme3.asset.DesktopAssetManager
 
getFrontStencilDepthFailOperation() - Method in class com.jme3.material.RenderState
Retrieve the front depth test fail operation.
getFrontStencilDepthPassOperation() - Method in class com.jme3.material.RenderState
Retrieve the front depth test pass operation.
getFrontStencilFunction() - Method in class com.jme3.material.RenderState
Retrieve the front stencil function.
getFrontStencilStencilFailOperation() - Method in class com.jme3.material.RenderState
Retrieve the front stencil fail operation.
getFrustumBottom() - Method in class com.jme3.renderer.Camera
getFrustumBottom returns the value of the bottom frustum plane.
getFrustumFar() - Method in class com.jme3.renderer.Camera
getFrustumFar gets the value of the far frustum plane.
getFrustumLeft() - Method in class com.jme3.renderer.Camera
getFrustumLeft gets the value of the left frustum plane.
getFrustumNear() - Method in class com.jme3.renderer.Camera
getFrustumNear gets the value of the near frustum plane.
getFrustumRight() - Method in class com.jme3.renderer.Camera
getFrustumRight gets the value of the right frustum plane.
getFrustumTop() - Method in class com.jme3.renderer.Camera
getFrustumTop gets the value of the top frustum plane.
getFullInfo() - Method in class jme3tools.converters.model.strip.PrimitiveGroup
 
getFullName() - Static method in class com.jme3.system.JmeSystem
 
getFullName() - Method in class com.jme3.system.JmeSystemDelegate
 
getFullscreenDisplayMode(int, int, int, int) - Method in class com.jme3.system.lwjgl.LwjglDisplay
 
getG16() - Method in class com.jme3.scene.plugins.blender.textures.TexturePixel
 
getG8() - Method in class com.jme3.scene.plugins.blender.textures.TexturePixel
 
getGain() - Method in class com.jme3.audio.Environment
 
getGainHf() - Method in class com.jme3.audio.Environment
 
getGameName() - Method in class com.jme3.network.base.DefaultClient
 
getGameName() - Method in class com.jme3.network.base.DefaultServer
 
getGameName() - Method in interface com.jme3.network.Client
Returns the 'game name' for servers to which this client should be able to connect.
getGameName() - Method in class com.jme3.network.message.ClientRegistrationMessage
 
getGameName() - Method in interface com.jme3.network.Server
Returns the 'game name' for this server.
getGamma() - Method in class com.jme3.post.filters.GammaCorrectionFilter
 
getGamma() - Method in class com.jme3.post.filters.PosterizationFilter
Returns current gamma value
getGeneratedTexturePPU() - Method in class com.jme3.asset.BlenderKey
 
getGeometry() - Method in class com.jme3.collision.CollisionResult
 
getGeometryIndex() - Method in class jme3tools.optimize.OCTTriangle
 
getGravity() - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getGravity() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getGravity(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getGravity() - Method in class com.jme3.effect.ParticleEmitter
Get the gravity vector.
getGreen() - Method in class com.jme3.math.ColorRGBA
 
getGridLocation() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
 
getGridOrigin() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
 
getGridSpacing() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
 
getGridTileLoader() - Method in class com.jme3.terrain.geomipmap.TerrainGrid
 
getGridTriangles(float, float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
Get the triangles at the specified grid point.
getGridTrianglesAtPoint(float, float, Vector3f, Vector3f) - Method in class com.jme3.terrain.geomipmap.LODGeomap
Get the two triangles that make up the grid section at the specified point, translated to world coordinates.
getGridTrianglesAtPoint(float, float) - Method in class com.jme3.terrain.geomipmap.LODGeomap
Get the two triangles that make up the grid section at the specified point.
getGroundObject() - Method in class com.jme3.bullet.objects.VehicleWheel
returns the object this wheel is in contact with or null if no contact
getGroupToBoneIndexMap(Structure, Skeleton, BlenderContext) - Method in class com.jme3.scene.plugins.blender.animations.ArmatureHelper
This method returns a map where the key is the object's group index that is used by a bone and the key is the bone index in the armature.
getGuiNode() - Method in class com.jme3.app.SimpleApplication
Retrieves guiNode
getGuiViewPort() - Method in class com.jme3.app.Application
 
getHalfExtents() - Method in class com.jme3.bullet.collision.shapes.BoxCollisionShape
 
getHalfExtents() - Method in class com.jme3.bullet.collision.shapes.CylinderCollisionShape
 
getHeight() - Method in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
 
getHeight() - Method in class com.jme3.cursors.plugins.JmeCursor
Queries the cursor's height.
getHeight() - Method in class com.jme3.font.BitmapCharacter
 
getHeight() - Method in class com.jme3.font.BitmapCharacterSet
 
getHeight() - Method in class com.jme3.font.BitmapText
 
getHeight() - Method in class com.jme3.niftygui.RenderDeviceJme
 
getHeight() - Method in class com.jme3.niftygui.RenderFontJme
get font height.
getHeight() - Method in class com.jme3.niftygui.RenderImageJme
 
getHeight() - Method in class com.jme3.renderer.Camera
 
getHeight(BufferedImage, int, int) - Method in class com.jme3.scene.plugins.blender.textures.TextureHelper
This method returns the height represented by the specified pixel in the given texture.
getHeight() - Method in class com.jme3.scene.shape.Cylinder
 
getHeight() - Method in class com.jme3.scene.shape.Quad
 
getHeight() - Method in class com.jme3.system.AppSettings
Get the height
getHeight() - Method in class com.jme3.terrain.GeoMap
Returns the height of this Geomap
getHeight(int, int, float, float) - Method in class com.jme3.terrain.geomipmap.LODGeomap
Get the two triangles that make up the grid section at the specified point.
getHeight(int, int, float, float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getHeight(Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
Get the interpolated height of the terrain at the specified point.
getHeight(int, int, float, float) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getHeight(Vector2f) - Method in interface com.jme3.terrain.Terrain
Get the real-world height of the terrain at the specified X-Z coorindate.
getHeight() - Method in class com.jme3.texture.FrameBuffer
 
getHeight() - Method in class com.jme3.texture.Image
getHeight returns the height of this image.
getHeight() - Method in class jme3tools.optimize.TextureAtlas.TextureAtlasTile
 
getHeightArray() - Method in class com.jme3.terrain.GeoMap
 
getHeightAtPostion(ByteBuffer, Image, int, ColorRGBA) - Method in class com.jme3.terrain.heightmap.ImageBasedHeightMap
 
getHeightData() - Method in class com.jme3.terrain.GeoMap
Deprecated. 
getHeightmap() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
Deprecated. 
getHeightMap() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getHeightMap() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getHeightMap() - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
getHeightMap returns the entire grid of height data.
getHeightMap() - Method in interface com.jme3.terrain.heightmap.HeightMap
getHeightMap returns the entire grid of height data.
getHeightMap() - Method in interface com.jme3.terrain.Terrain
Get the heightmap of the entire terrain.
getHeightMapAt(Vector3f) - Method in interface com.jme3.terrain.heightmap.HeightMapGrid
Deprecated.  
getHeightMapAt(Vector3f) - Method in class com.jme3.terrain.heightmap.ImageBasedHeightMapGrid
Deprecated.  
getHeightmapHeight(int, int) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
 
getHeightmapHeight(float, float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getHeightmapHeight(Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getHeightmapHeight(int, int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
This will just get the heightmap value at the supplied point, not an interpolated (actual) height value.
getHeightmapHeight(Vector2f) - Method in interface com.jme3.terrain.Terrain
Get the heightmap height at the specified X-Z coordinate.
getHelper(Class<?>) - Method in class com.jme3.scene.plugins.blender.BlenderContext
 
getHighFreqVolume() - Method in class com.jme3.audio.LowPassFilter
 
getHighLife() - Method in class com.jme3.effect.ParticleEmitter
Get the high value of life.
getHiLimit() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
getHingeAngle() - Method in class com.jme3.bullet.joints.HingeJoint
 
getHitFraction() - Method in class com.jme3.bullet.collision.PhysicsRayTestResult
 
getHitFraction() - Method in class com.jme3.bullet.collision.PhysicsSweepTestResult
 
getHitNormalLocal() - Method in class com.jme3.bullet.collision.PhysicsRayTestResult
 
getHitNormalLocal() - Method in class com.jme3.bullet.collision.PhysicsSweepTestResult
 
getHorizontalRotation() - Method in class com.jme3.input.ChaseCamera
returns the current horizontal rotation around the target in radians
getIcons() - Method in class com.jme3.system.AppSettings
Get the icon array
getId() - Method in class com.jme3.audio.AudioStream
 
getId(int) - Method in class com.jme3.audio.AudioStream
 
getId() - Method in enum com.jme3.light.Light.Type
Returns an index for the light type
getId() - Method in class com.jme3.network.base.DefaultClient
 
getId() - Method in class com.jme3.network.base.DefaultServer.Connection
 
getId() - Method in interface com.jme3.network.Client
Returns a unique ID for this client within the remote server or -1 if this client isn't fully connected to the server.
getId() - Method in interface com.jme3.network.HostedConnection
Returns the server-unique ID for this client.
getId() - Method in interface com.jme3.network.kernel.Endpoint
Returns an ID that is unique for this endpoint within its Kernel instance.
getId() - Method in class com.jme3.network.kernel.tcp.NioEndpoint
 
getId() - Method in class com.jme3.network.kernel.udp.UdpEndpoint
 
getId() - Method in class com.jme3.network.message.ChannelInfoMessage
 
getId() - Method in class com.jme3.network.message.ClientRegistrationMessage
 
getId() - Method in class com.jme3.network.serializing.SerializerRegistration
Get the ID.
getId() - Method in class com.jme3.scene.Mesh
Returns the mesh's VAO ID.
getId() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
Do not use.
getId() - Method in class com.jme3.util.NativeObject
 
getIds() - Method in class com.jme3.audio.AudioStream
 
getImage() - Method in class com.jme3.texture.Texture
getImage returns the image data that makes up this texture.
getImageDataFromImage(BufferedImage) - Static method in class com.jme3.terrain.noise.ShaderUtils
 
getImageFormat() - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGenerator
 
getImagesData() - Method in class com.jme3.cursors.plugins.JmeCursor
Queries the cursor's images' data.
getImagesDelay() - Method in class com.jme3.cursors.plugins.JmeCursor
Queries the cursor's delay for each frame.
getImagesX() - Method in class com.jme3.effect.ParticleEmitter
Get the number of images along the X axis (width).
getImagesY() - Method in class com.jme3.effect.ParticleEmitter
Get the number of images along the Y axis (height).
getImpulseClamp() - Method in class com.jme3.bullet.joints.Point2PointJoint
 
getIndex(T...) - Method in class com.jme3.animation.CompactArray
retrun an array of indices for the given objects
getIndex() - Method in class com.jme3.cinematic.KeyFrame
 
getIndex() - Method in class com.jme3.math.Triangle
obtains an index that this triangle represents if it is contained in a OBBTree.
getIndex() - Method in enum com.jme3.scene.plugins.blender.BlenderContext.LoadedFeatureDataType
 
getIndex0() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getIndex1() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getIndexBuffer() - Method in class com.jme3.scene.Mesh
Get the index buffer for this mesh.
getIndicesAsList() - Method in class com.jme3.scene.Mesh
Acquires an index buffer that will read the vertices on the mesh as a list.
getInitialDuration() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
returns the initial duration of the animation at speed = 1 in seconds.
getInitialDuration() - Method in interface com.jme3.cinematic.events.CinematicEvent
returns the initial duration of the animation at speed = 1 in seconds.
getInitializing() - Method in class com.jme3.app.state.AppStateManager
 
getInitialVelocity() - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
 
getInitialVelocity() - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
 
getInitialVelocity() - Method in interface com.jme3.effect.influencers.ParticleInfluencer
This method returns the initial velocity.
getInitialVelocity() - Method in class com.jme3.effect.ParticleEmitter
Deprecated. Use ParticleEmitter.getParticleInfluencer().getInitialVelocity() instead.
getInnerAngle() - Method in class com.jme3.audio.AudioNode
 
getInnerRadius() - Method in class com.jme3.math.Ring
getInnerRadius returns the ring's inner radius.
getInnerRadius() - Method in class com.jme3.scene.shape.Torus
 
getInputManager() - Method in class com.jme3.app.Application
 
getInputStream() - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the input stream of the blend file.
getInputTimeNanos() - Method in class com.jme3.input.android.AndroidInput
 
getInputTimeNanos() - Method in class com.jme3.input.awt.AwtKeyInput
 
getInputTimeNanos() - Method in class com.jme3.input.awt.AwtMouseInput
 
getInputTimeNanos() - Method in class com.jme3.input.dummy.DummyInput
 
getInputTimeNanos() - Method in interface com.jme3.input.Input
 
getInputTimeNanos() - Method in class com.jme3.input.lwjgl.JInputJoyInput
 
getInputTimeNanos() - Method in class com.jme3.input.lwjgl.LwjglKeyInput
 
getInputTimeNanos() - Method in class com.jme3.input.lwjgl.LwjglMouseInput
 
getInstalledVersion() - Method in class jme3tools.shadercheck.CgcValidator
 
getInstalledVersion() - Method in class jme3tools.shadercheck.GpuAnalyzerValidator
 
getInstalledVersion() - Method in interface jme3tools.shadercheck.Validator
Returns the tool version as a string, must return null if the tool is not installed.
getInstance() - Static method in class com.jme3.export.binary.BinaryExporter
 
getInstance() - Static method in class com.jme3.export.binary.BinaryImporter
 
getInstance() - Static method in class com.jme3.export.xml.XMLExporter
 
getInstance() - Static method in class com.jme3.export.xml.XMLImporter
 
getInstance(int) - Static method in class com.jme3.terrain.noise.modulator.CatRom2
 
getInt() - Method in class com.jme3.scene.plugins.blender.textures.TexturePixel
 
getIntArray(IntBuffer) - Static method in class com.jme3.util.BufferUtils
Create a new int[] array and populate it with the given IntBuffer's contents.
getInteger(String) - Method in class com.jme3.system.AppSettings
Get an integer from the settings.
getIntensity() - Method in class com.jme3.post.ssao.SSAOFilter
returns the ambient occlusion intensity
getInterpolatedHeight(float, float) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
getInterpolatedHeight returns the height of a point that does not fall directly on the height posts.
getInterpolatedHeight(float, float) - Method in interface com.jme3.terrain.heightmap.HeightMap
getInterpolatedHeight returns the height of a point that does not fall directly on the height posts.
getInvRadius() - Method in class com.jme3.light.PointLight
for internal use only
getInvSpotRange() - Method in class com.jme3.light.SpotLight
for internal use only
getIpo(Long) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the ipo curve of the feature.
getItem(int) - Method in class jme3test.android.DemoLaunchAdapter
 
getItemId(int) - Method in class jme3test.android.DemoLaunchAdapter
 
getIterations() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
 
getIterations() - Method in class com.jme3.terrain.noise.filter.IterativeFilter
 
getJmeApplication() - Method in class com.jme3.app.AndroidHarness
 
getJmeMatDefName() - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtension
 
getJoint(String) - Method in class com.jme3.bullet.control.KinematicRagdollControl
Return the joint between the given bone and its parent.
getJoints() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
Returns a list of connected joints.
getJoyId() - Method in class com.jme3.input.controls.JoyAxisTrigger
 
getJoyId() - Method in class com.jme3.input.controls.JoyButtonTrigger
 
getJoyIndex() - Method in class com.jme3.input.event.JoyAxisEvent
The joystick index.
getJoyIndex() - Method in class com.jme3.input.event.JoyButtonEvent
The joystick index.
getJoyInput() - Method in class com.jme3.system.android.OGLESContext
 
getJoyInput() - Method in class com.jme3.system.awt.AwtPanelsContext
 
getJoyInput() - Method in interface com.jme3.system.JmeContext
 
getJoyInput() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
 
getJoyInput() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
 
getJoyInput() - Method in class com.jme3.system.NullContext
 
getJoysticks() - Method in class com.jme3.input.InputManager
Returns an array of all joysticks installed on the system.
getJumpSpeed() - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getKernel() - Method in class com.jme3.network.base.KernelAdapter
 
getKernel() - Method in interface com.jme3.network.kernel.Endpoint
Returns the kernel to which this endpoint belongs.
getKernel() - Method in class com.jme3.network.kernel.tcp.NioEndpoint
 
getKernel() - Method in class com.jme3.network.kernel.udp.UdpEndpoint
 
getKerning(int) - Method in class com.jme3.font.BitmapCharacter
 
getKey() - Method in class com.jme3.asset.AssetInfo
 
getKey() - Method in interface com.jme3.asset.CloneableSmartAsset
Returns the asset key that is used to track this asset for garbage collection.
getKey() - Method in class com.jme3.material.Material
 
getKey() - Method in class com.jme3.scene.Spatial
 
getKey() - Method in class com.jme3.texture.Texture
 
getKey() - Method in class com.jme3.util.IntMap.Entry
 
getKey(int) - Method in class com.jme3.util.ListMap
 
getKeyChar() - Method in class com.jme3.input.event.KeyInputEvent
Returns the key character.
getKeyCode() - Method in class com.jme3.input.controls.KeyTrigger
 
getKeyCode() - Method in class com.jme3.input.controls.TouchTrigger
 
getKeyCode() - Method in class com.jme3.input.event.KeyInputEvent
The key code.
getKeyCode() - Method in class com.jme3.input.event.TouchEvent
 
getKeyCount() - Method in class com.jme3.input.awt.AwtKeyInput
 
getKeyCount() - Method in class com.jme3.input.dummy.DummyKeyInput
 
getKeyCount() - Method in class com.jme3.input.lwjgl.LwjglKeyInput
 
getKeyFrameAtIndex(int) - Method in class com.jme3.cinematic.TimeLine
 
getKeyFrameAtTime(float) - Method in class com.jme3.cinematic.TimeLine
 
getKeyFrameIndexFromTime(float) - Method in class com.jme3.cinematic.TimeLine
 
getKeyFrameTime(KeyFrame) - Method in class com.jme3.cinematic.TimeLine
 
getKeyInput() - Method in class com.jme3.system.android.OGLESContext
 
getKeyInput() - Method in class com.jme3.system.awt.AwtPanelsContext
 
getKeyInput() - Method in interface com.jme3.system.JmeContext
 
getKeyInput() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
 
getKeyInput() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
 
getKeyInput() - Method in class com.jme3.system.NullContext
 
getKnots() - Method in class com.jme3.math.Spline
This method returns NURBS' spline knots.
getKnots(int) - Method in class com.jme3.scene.shape.Surface
This method returns the knots for specified dimension (U knots - value: '0', V knots - value: '1').
getLabels() - Method in class com.jme3.renderer.Statistics
Returns a list of labels corresponding to each statistic.
getLacunarity() - Method in class com.jme3.terrain.noise.fractal.FractalSum
 
getLambda() - Method in class com.jme3.shadow.PssmShadowRenderer
returns the labda parameter
see PssmShadowRenderer.setLambda(float lambda)
getLanguage() - Method in class com.jme3.shader.Shader
Deprecated. Shaders no longer have a language variable, use Shader.ShaderSource.getLanguage() instead.
getLanguage() - Method in class com.jme3.shader.Shader.ShaderSource
 
getLanguage() - Method in class com.jme3.shader.ShaderKey
Deprecated. Use ShaderKey.getVertexShaderLanguage() instead.
getLastFrame() - Method in class com.jme3.scene.plugins.blender.animations.Ipo
This method returns the frame where last bezier triple center point of the specified bezier curve is located.
getLastFrame() - Method in class com.jme3.scene.plugins.blender.curves.BezierCurve
This method returns the frame where last bezier triple center point of the bezier curve is located.
getLastFrustumIntersection() - Method in class com.jme3.scene.Spatial
Returns this spatial's last frustum intersection result.
getLastKeyFrameIndex() - Method in class com.jme3.cinematic.TimeLine
 
getLastOggPage() - Method in class com.jme3.audio.plugins.CachedOggStream
 
getLastOggPage() - Method in class com.jme3.audio.plugins.UncachedOggStream
 
getLastStepDirection() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
 
getLateralFrictionDir1() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getLateralFrictionDir1(Vector3f) - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getLateralFrictionDir2() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getLateralFrictionDir2(Vector3f) - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getLateReverbDelay() - Method in class com.jme3.audio.Environment
 
getLateReverbGain() - Method in class com.jme3.audio.Environment
 
getLatitude() - Method in class jme3tools.navigation.Position
Return the position latitude in decimal format
getLayersToLoad() - Method in class com.jme3.asset.BlenderKey
This method returns layers to be loaded.
getLeft() - Method in class com.jme3.audio.Listener
 
getLeft() - Method in class com.jme3.renderer.Camera
getLeft retrieves the left axis of the camera.
getLeft(Vector3f) - Method in class com.jme3.renderer.Camera
getLeft retrieves the left axis of the camera.
getLeftChild() - Method in class com.jme3.collision.bih.BIHNode
 
getLeftLod() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
 
getLeftPlane() - Method in class com.jme3.collision.bih.BIHNode
 
getLeftQuad(TerrainQuad) - Method in interface com.jme3.terrain.geomipmap.NeighbourFinder
Get the TerrainQuad to the left of the supplied 'center' quad.
getLen() - Method in class com.jme3.effect.shapes.EmitterBoxShape
 
getLength() - Method in class com.jme3.animation.Animation
Returns the length in seconds of this animation
getLength() - Method in class com.jme3.animation.BoneTrack
 
getLength() - Method in class com.jme3.animation.PoseTrack
Deprecated.  
getLength() - Method in class com.jme3.animation.SpatialTrack
 
getLength() - Method in interface com.jme3.animation.Track
 
getLength() - Method in class com.jme3.cinematic.MotionPath
retruns the length of the path in world units
getLength() - Method in class com.jme3.scene.shape.Curve
This method returns the length of the curve.
getLevel() - Method in class com.jme3.network.message.ZIPCompressedMessage
 
getLifeTime() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getLight() - Method in class com.jme3.scene.control.LightControl
 
getLight() - Method in class com.jme3.scene.LightNode
 
getLightColor() - Method in class com.jme3.water.WaterFilter
returns the light color
getLightDensity() - Method in class com.jme3.post.filters.LightScatteringFilter
retiurns the light density
see LightScatteringFilter.setLightDensity(float lightDensity)
getLightDirection() - Method in class com.jme3.water.WaterFilter
gets the light direction
getLightMode() - Method in class com.jme3.material.TechniqueDef
Returns the light mode.
getLightPosition() - Method in class com.jme3.post.filters.LightScatteringFilter
returns the light position
getLights() - Method in class com.jme3.asset.BlenderKey.LoadingResults
This method returns all loaded lights.
getLimit() - Method in class com.jme3.math.Ray
getLimit returns the limit of the ray, aka the length.
getLimitSoftness() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
getLimitSoftness() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
 
getLine() - Method in class com.jme3.util.blockparser.Statement
 
getLinearDamping() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getLinearSleepingThreshold() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getLinearVelocity() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
Get the current linear velocity of this PhysicsRigidBody
getLinearVelocity(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
Get the current linear velocity of this PhysicsRigidBody
getLineColor() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns line color
getLineCount() - Method in class com.jme3.font.BitmapText
 
getLineDistance() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns minimum distance between lines
getLineHeight() - Method in class com.jme3.font.BitmapCharacterSet
 
getLineHeight(StringBlock) - Method in class com.jme3.font.BitmapFont
Gets the line height of a StringBlock.
getLineHeight() - Method in class com.jme3.font.BitmapText
 
getLineNumber() - Method in class com.jme3.util.blockparser.Statement
 
getLineThickness() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns the thickness of the lines drawn
getLineWidth(CharSequence) - Method in class com.jme3.font.BitmapFont
 
getLineWidth() - Method in class com.jme3.font.BitmapText
 
getLineWidth() - Method in class com.jme3.scene.Mesh
Returns the line width for line meshes.
getLineWrapMode() - Method in class com.jme3.font.BitmapText
 
getListener() - Method in class com.jme3.app.Application
 
getListeners(Class, boolean) - Method in class com.jme3.network.base.MessageListenerRegistry
 
getLoadedFeature(Long, BlenderContext.LoadedFeatureDataType) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the feature of a given memory address.
getLoadedFeature(String, BlenderContext.LoadedFeatureDataType) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the feature of a given name.
getLoadedFeatures() - Method in class com.jme3.asset.BlenderKey.LoadingResults
This method returns a bitwise flag describing what features of the blend file will be included in the result.
getLoc(Structure) - Method in class com.jme3.scene.plugins.blender.curves.CurvesHelper
This method returns the translation of the curve.
getLocalBatchHint() - Method in class com.jme3.scene.Spatial
 
getLocalCullHint() - Method in class com.jme3.scene.Spatial
 
getLocalLightList() - Method in class com.jme3.scene.Spatial
Returns the local LightList, which are the lights that were directly attached to this Spatial through the Spatial.addLight(com.jme3.light.Light) and Spatial.removeLight(com.jme3.light.Light) methods.
getLocalPointA() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getLocalPointA(Vector3f) - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getLocalPointB() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getLocalPointB(Vector3f) - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getLocalPosition() - Method in class com.jme3.animation.Bone
Returns the local position of the bone, relative to the parent bone.
getLocalQueueBucket() - Method in class com.jme3.scene.Spatial
 
getLocalRotation() - Method in class com.jme3.animation.Bone
Returns the local rotation of the bone, relative to the parent bone.
getLocalRotation() - Method in class com.jme3.scene.Spatial
getLocalRotation retrieves the local rotation of this node.
getLocalScale() - Method in class com.jme3.animation.Bone
Returns the local scale of the bone, relative to the parent bone.
getLocalScale() - Method in class com.jme3.scene.Spatial
getLocalScale retrieves the local scale of this node.
getLocalShadowMode() - Method in class com.jme3.scene.Spatial
 
getLocalToWorldMatrix(Matrix4f) - Method in class com.jme3.scene.Spatial
Creates a transform matrix that will convert from this spatials' local coordinate space to the world coordinate space based on the world transform.
getLocalTransform() - Method in class com.jme3.scene.Spatial
getLocalTransform retrieves the local transform of this spatial.
getLocalTranslation() - Method in class com.jme3.scene.Spatial
getLocalTranslation retrieves the local translation of this node.
getLocation() - Method in class com.jme3.audio.Listener
 
getLocation() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getLocation() - Method in class com.jme3.renderer.Camera
getLocation retrieves the location vector of the camera.
getLocation() - Method in class com.jme3.shader.ShaderVariable
 
getLocation(Vector2f) - Method in class jme3tools.optimize.TextureAtlas.TextureAtlasTile
Get the transformed texture coordinate for a given input location.
getLocatorCount() - Method in class com.jme3.asset.ImplHandler
 
getLod() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getLodBottom() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getLodCalculator() - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
 
getLodDistanceThreshold() - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
Gets the camera distance where the LOD level will change
getLodDistanceThreshold() - Method in interface com.jme3.terrain.geomipmap.lodcalc.LodThreshold
A distance of how far between each LOD threshold.
getLodDistanceThreshold() - Method in class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
 
getLodEntropies() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getLodLeft() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getLodLevel() - Method in class com.jme3.scene.Geometry
Returns the LOD level set with Geometry.setLodLevel(int).
getLodLevel(int) - Method in class com.jme3.scene.Mesh
Returns the lod level at the given index.
getLodMultiplier() - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
 
getLodMultiplier() - Method in class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
 
getLodRight() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getLodThread(List<Vector3f>, LodCalculator) - Method in class com.jme3.terrain.geomipmap.MultiTerrainLodControl
 
getLodThread(List<Vector3f>, LodCalculator) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
 
getLodTop() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getLogicalStreams() - Method in class com.jme3.audio.plugins.CachedOggStream
 
getLogicalStreams() - Method in class com.jme3.audio.plugins.UncachedOggStream
 
getLoLimit() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
getLongitude() - Method in class jme3tools.navigation.Position
Return the position longitude in decimal format
getLookAtOffset() - Method in class com.jme3.input.ChaseCamera
returns the offset from the target's position where the camera looks at
getLoopMode() - Method in class com.jme3.animation.AnimChannel
 
getLoopMode() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
retursthe loopMode of the animation
getLoopMode() - Method in interface com.jme3.cinematic.events.CinematicEvent
 
getLowerAngLimit() - Method in class com.jme3.bullet.joints.SliderJoint
 
getLowerLimit() - Method in class com.jme3.bullet.joints.HingeJoint
 
getLowerLimit() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
 
getLowerLinLimit() - Method in class com.jme3.bullet.joints.SliderJoint
 
getLowLife() - Method in class com.jme3.effect.ParticleEmitter
Get the low value of life.
getLuminance1() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns treshold for lines 1
getLuminance2() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns treshold for lines 2
getLuminance3() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns treshold for lines 3
getLuminance4() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns treshold for lines 4
getLuminance5() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns treshold for blobs
getMagFilter() - Method in class com.jme3.texture.Texture
 
getMagnitude() - Method in class com.jme3.terrain.noise.filter.PerturbFilter
 
getMainView(String) - Method in class com.jme3.renderer.RenderManager
Returns the main ViewPort with the given name.
getMainViews() - Method in class com.jme3.renderer.RenderManager
Returns a read-only list of all main ViewPorts
getManager() - Method in class com.jme3.asset.AssetInfo
 
getMargin() - Method in class com.jme3.bullet.collision.shapes.CollisionShape
 
getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.AbstractFilter
 
getMargin(int, int) - Method in interface com.jme3.terrain.noise.Filter
 
getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.HydraulicErodeFilter
 
getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.IterativeFilter
 
getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.OptimizedErode
 
getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.PerturbFilter
 
getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.SmoothFilter
 
getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.ThermalErodeFilter
 
getMass() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getMaterial() - Method in class com.jme3.post.Filter
Must return the material used for this filter.
getMaterial() - Method in class com.jme3.post.filters.BloomFilter
 
getMaterial() - Method in class com.jme3.post.filters.CartoonEdgeFilter
 
getMaterial() - Method in class com.jme3.post.filters.ColorOverlayFilter
 
getMaterial() - Method in class com.jme3.post.filters.CrossHatchFilter
 
getMaterial() - Method in class com.jme3.post.filters.DepthOfFieldFilter
 
getMaterial() - Method in class com.jme3.post.filters.FadeFilter
 
getMaterial() - Method in class com.jme3.post.filters.FogFilter
 
getMaterial() - Method in class com.jme3.post.filters.FXAAFilter
 
getMaterial() - Method in class com.jme3.post.filters.GammaCorrectionFilter
 
getMaterial() - Method in class com.jme3.post.filters.LightScatteringFilter
 
getMaterial() - Method in class com.jme3.post.filters.PosterizationFilter
 
getMaterial() - Method in class com.jme3.post.filters.RadialBlurFilter
 
getMaterial() - Method in class com.jme3.post.filters.TranslucentBucketFilter
 
getMaterial() - Method in class com.jme3.post.ssao.SSAOFilter
 
getMaterial() - Method in class com.jme3.scene.BatchNode
Returns the material that is used for the first batch of this BatchNode use getMaterial(Material material,int batchIndex) to get a material from a specific batch
getMaterial() - Method in class com.jme3.scene.Geometry
Returns the material that is used for this geometry.
getMaterial(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
 
getMaterial() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getMaterial(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getMaterial() - Method in interface com.jme3.terrain.Terrain
Returns the material that this terrain uses.
getMaterial(Vector3f) - Method in interface com.jme3.terrain.Terrain
Returns the material that this terrain uses.
getMaterial() - Method in class com.jme3.water.SimpleWaterProcessor
Get the water material from this processor, apply this to your water quad.
getMaterial() - Method in class com.jme3.water.WaterFilter
 
getMaterialDef() - Method in class com.jme3.material.Material
Get the material definition (j3md file info) that this material is implementing.
getMaterialExtension(String) - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet
Returns the MaterialExtension for a given Ogre3D base material name.
getMaterialExtensionSet() - Method in class com.jme3.scene.plugins.ogre.matext.OgreMaterialKey
Returns the MaterialExtensionSet previously set using OgreMaterialKey.setMaterialExtensionSet(com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet) method.
getMaterialIndex(Geometry) - Method in class com.jme3.scene.plugins.blender.meshes.MeshContext
Returns material index for the geometry.
getMaterialList() - Method in class com.jme3.scene.plugins.ogre.OgreMeshKey
 
getMaterialName() - Method in class com.jme3.scene.plugins.ogre.OgreMeshKey
 
getMaterialParam(String) - Method in class com.jme3.material.MaterialDef
Returns the material parameter with the given name.
getMaterialParams() - Method in class com.jme3.material.MaterialDef
Returns a collection of all material parameters declared in this material definition.
getMaterials() - Method in class com.jme3.asset.BlenderKey.LoadingResults
This method returns all loaded materials.
getMaterials(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.materials.MaterialHelper
This method returns the table of materials connected to the specified structure.
getMatrix(Structure, String) - Method in class com.jme3.scene.plugins.blender.objects.ObjectHelper
This method returns the matrix of a given name for the given structure.
getMatrix(Structure, String, boolean) - Method in class com.jme3.scene.plugins.blender.objects.ObjectHelper
This method returns the matrix of a given name for the given structure.
getMax(Vector3f) - Method in class com.jme3.bounding.BoundingBox
 
getMaxAmplitude() - Method in class com.jme3.water.WaterFilter
return the maximum wave amplitude
getMaxAngMotorForce() - Method in class com.jme3.bullet.joints.SliderJoint
 
getMaxDistance() - Method in class com.jme3.audio.AudioNode
 
getMaxDistance() - Method in class com.jme3.input.ChaseCamera
Returns the max zoom distance of the camera (default is 40)
getMaxFaultHeight() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
 
getMaximumValue() - Method in class com.jme3.terrain.GeoMap
 
getMaxLimitForce() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
getMaxLinMotorForce() - Method in class com.jme3.bullet.joints.SliderJoint
 
getMaxLod() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
The maximum lod supported by this terrain patch.
getMaxLod() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getMaxLod() - Method in interface com.jme3.terrain.Terrain
This is calculated by the specific LOD algorithm.
getMaxMotorForce() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
getMaxMotorImpulse() - Method in class com.jme3.bullet.joints.HingeJoint
 
getMaxNumParticles() - Method in class com.jme3.effect.ParticleEmitter
 
getMaxNumWeights() - Method in class com.jme3.scene.Mesh
Returns the maximum number of weights per vertex on this mesh.
getMaxNurbKnot() - Method in class com.jme3.math.Spline
This method returns the maximum nurb curve knot value.
getMaxRadius() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
 
getMaxRange() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
 
getMaxSlope() - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getMaxSuspensionForce() - Method in class com.jme3.bullet.objects.PhysicsVehicle
 
getMaxSuspensionForce() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getMaxSuspensionTravelCm() - Method in class com.jme3.bullet.objects.PhysicsVehicle
 
getMaxSuspensionTravelCm() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getMaxTextureSize() - Method in class com.jme3.asset.BlenderKey
 
getMaxVerticalRotation() - Method in class com.jme3.input.ChaseCamera
 
getMesh() - Method in class com.jme3.scene.Geometry
Returns the mseh to use for this geometry
getMeshContext(Long) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the mesh context for the given mesh old memory address.
getMeshNormal(int, int) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getMeshNormal(int, int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getMeshType() - Method in class com.jme3.effect.ParticleEmitter
Returns the mesh type used by the particle emitter.
getMessage() - Method in class com.jme3.network.base.MessageProtocol
Retrieves and removes an extracted message from the accumulated buffer or returns null if there are no more messages.
getMessage() - Method in class com.jme3.network.message.CompressedMessage
 
getMessageBuffer(Endpoint) - Method in class com.jme3.network.base.KernelAdapter
 
getMetersPerPixel() - Method in class jme3tools.navigation.MapModel2D
 
getMetersPerWu() - Method in class jme3tools.navigation.MapModel3D
Returns the meters per WU.
getMin(Vector3f) - Method in class com.jme3.bounding.BoundingBox
 
getMin() - Method in class com.jme3.effect.shapes.EmitterBoxShape
 
getMinDistance() - Method in class com.jme3.input.ChaseCamera
Returns the min zoom distance of the camera (default is 1)
getMinFaultHeight() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
 
getMinFilter() - Method in class com.jme3.texture.Texture
 
getMinNurbKnot() - Method in class com.jme3.math.Spline
This method returns the minimum nurb curve knot value.
getMinRadius() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
 
getMinRange() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
 
getMinutesPerPixel() - Method in class jme3tools.navigation.MapModel2D
Returns the number of minutes there are per pixel
getMinutesPerWu() - Method in class jme3tools.navigation.MapModel3D
Returns the number of minutes there are per WU.
getMinVerticalRotation() - Method in class com.jme3.input.ChaseCamera
 
getMipMapSizes() - Method in class com.jme3.texture.Image
Returns the mipmap sizes for this image.
getMode() - Method in class com.jme3.bullet.control.KinematicRagdollControl
retruns the mode of this control
getMode() - Method in class com.jme3.scene.Mesh
Returns the mesh mode
getModelBound() - Method in class com.jme3.scene.Geometry
 
getModelSpacePosition() - Method in class com.jme3.animation.Bone
Returns the position of the bone in model space.
getModelSpaceRotation() - Method in class com.jme3.animation.Bone
Returns the rotation of the bone in model space.
getModelSpaceScale() - Method in class com.jme3.animation.Bone
Returns the scale of the bone in model space.
getModeStart() - Method in class com.jme3.scene.Mesh
Set the mode start indices for Mesh.Mode.Hybrid mesh mode.
getModifiers(Long, String) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns modifiers for the object specified by its old memory address and the modifier type.
getMonitorMax() - Method in interface com.jme3.terrain.ProgressMonitor
The max value of the progress.
getMotionState() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getMotor() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
getMotor() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
 
getMotorTargetVelocity() - Method in class com.jme3.bullet.joints.HingeJoint
 
getMouseAxis() - Method in class com.jme3.input.controls.MouseAxisTrigger
 
getMouseButton() - Method in class com.jme3.input.controls.MouseButtonTrigger
 
getMouseInput() - Method in class com.jme3.system.android.OGLESContext
 
getMouseInput() - Method in class com.jme3.system.awt.AwtPanelsContext
 
getMouseInput() - Method in interface com.jme3.system.JmeContext
 
getMouseInput() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
 
getMouseInput() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
 
getMouseInput() - Method in class com.jme3.system.NullContext
 
getMoveSpeed() - Method in class com.jme3.input.FlyByCamera
Gets the move speed.
getMultiSamples() - Method in class com.jme3.texture.Image
 
getName() - Method in class com.jme3.animation.Animation
The name of the bone animation
getName() - Method in class com.jme3.animation.Bone
Returns the name of the bone, set in the constructor.
getName() - Method in class com.jme3.asset.AssetKey
 
getName() - Method in class com.jme3.input.controls.JoyAxisTrigger
 
getName() - Method in class com.jme3.input.controls.JoyButtonTrigger
 
getName() - Method in class com.jme3.input.controls.KeyTrigger
 
getName() - Method in class com.jme3.input.controls.MouseAxisTrigger
 
getName() - Method in class com.jme3.input.controls.MouseButtonTrigger
 
getName() - Method in class com.jme3.input.controls.TouchTrigger
 
getName() - Method in interface com.jme3.input.controls.Trigger
 
getName() - Method in class com.jme3.input.Joystick
Returns the name of this joystick.
getName(int) - Method in class com.jme3.input.KeyNames
 
getName() - Method in class com.jme3.light.Light
Return the light name.
getName() - Method in class com.jme3.material.Material
 
getName() - Method in class com.jme3.material.MaterialDef
The debug name of the material definition.
getName() - Method in class com.jme3.material.MatParam
Returns the name of the material parameter.
getName() - Method in class com.jme3.material.TechniqueDef
Returns the name of this technique as specified in the J3MD file.
getName() - Method in class com.jme3.post.Filter
returns the name of the filter
getName() - Method in class com.jme3.renderer.Camera
This method returns the cameras name.
getName() - Method in class com.jme3.renderer.ViewPort
Returns the name of the viewport as set in the constructor.
getName() - Method in class com.jme3.scene.plugins.blender.file.Structure
This method returns the name of the structure.
getName() - Method in class com.jme3.scene.plugins.blender.objects.Properties
This method returns the name of the property.
getName() - Method in class com.jme3.scene.Spatial
Returns the name of this spatial.
getName() - Method in class com.jme3.shader.Shader.ShaderSource
 
getName() - Method in class com.jme3.shader.ShaderVariable
 
getName() - Method in class com.jme3.terrain.geomipmap.grid.AssetTileLoader
 
getName() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
 
getName(int, int) - Method in interface com.jme3.terrain.heightmap.Namer
Gets a name for a heightmap tile given it's cell id
getName() - Method in class com.jme3.texture.Texture
 
getName() - Method in class jme3test.android.DemoLaunchEntry
 
getName() - Method in class jme3tools.shadercheck.CgcValidator
 
getName() - Method in class jme3tools.shadercheck.GpuAnalyzerValidator
 
getName() - Method in interface jme3tools.shadercheck.Validator
Returns the name of the validation tool
getNameMappings(String) - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet
 
getNbSamples() - Method in class com.jme3.post.filters.LightScatteringFilter
returns the nmber of samples for the radial blur
getNbWayPoints() - Method in class com.jme3.cinematic.MotionPath
return the number of waypoints of this path
getNegativeEnd(Vector3f) - Method in class com.jme3.math.LineSegment
 
getNewLod() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
 
getNifty() - Method in class com.jme3.niftygui.NiftyJmeDisplay
 
getNodeA() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getNodeB() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getNonTexturedMaterial(Material, int) - Method in class com.jme3.scene.plugins.blender.materials.MaterialHelper
This method returns a material similar to the one given but without textures.
getNormal() - Method in class com.jme3.collision.bih.BIHTriangle
 
getNormal() - Method in class com.jme3.math.Plane
getNormal retrieves the normal of the plane.
getNormal() - Method in class com.jme3.math.Triangle
obtains the unit length normal vector of this triangle, if set or calculated
getNormal(Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getNormal(float, float, Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getNormal(Vector2f) - Method in interface com.jme3.terrain.Terrain
Get the normal vector for the surface of the terrain at the specified X-Z coordinate.
getNormal() - Method in class jme3tools.optimize.OCTTriangle
 
getNormalScale() - Method in class com.jme3.water.WaterFilter
Returns the normal scales applied to the normal map
getNormalSensitivity() - Method in class com.jme3.post.filters.CartoonEdgeFilter
returns the normals sensitivity
form more details see CartoonEdgeFilter.setNormalSensitivity(float normalSensitivity)
getNormalThreshold() - Method in class com.jme3.post.filters.CartoonEdgeFilter
returns the normal threshold
for more details see CartoonEdgeFilter.setNormalThreshold(float normalThreshold)
getNormalVelocity() - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
This method returns the normal velocity factor.
getNormalWorldOnB() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getNormalWorldOnB(Vector3f) - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getNumChannels() - Method in class com.jme3.animation.AnimControl
 
getNumColorBuffers() - Method in class com.jme3.texture.FrameBuffer
 
getNumColors() - Method in class com.jme3.post.filters.PosterizationFilter
Returns number of color levels used
getNumComponents() - Method in class com.jme3.scene.VertexBuffer
 
getNumControls() - Method in class com.jme3.scene.Spatial
 
getNumElements() - Method in class com.jme3.scene.VertexBuffer
 
getNumImages() - Method in class com.jme3.cursors.plugins.JmeCursor
Queries the number of images contained in the cursor.
getNumLodLevels() - Method in class com.jme3.scene.Mesh
 
getNumMajorSubdivisions() - Method in class com.jme3.terrain.geomipmap.TerrainGrid
 
getNumMajorSubdivisions() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getNumMajorSubdivisions() - Method in interface com.jme3.terrain.Terrain
 
getNumSamples() - Method in class com.jme3.post.FilterPostProcessor
return the number of samples for antialiasing
getNumVisibleParticles() - Method in class com.jme3.effect.ParticleEmitter
Returns the number of visible particles (spawned but not dead).
getNumWheels() - Method in class com.jme3.bullet.objects.PhysicsVehicle
 
getObjectA() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getObjectB() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getObjectId() - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
 
getObjectId() - Method in class com.jme3.bullet.collision.shapes.CollisionShape
used internally
getObjectId() - Method in class com.jme3.bullet.joints.PhysicsJoint
 
getObjectId() - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
 
getObjects() - Method in class com.jme3.asset.BlenderKey.LoadingResults
This method returns all loaded objects.
getObjectType(Object) - Static method in class com.jme3.scene.UserData
 
getOctaves() - Method in class com.jme3.terrain.noise.fractal.FractalSum
 
getOffset() - Method in class com.jme3.scene.VertexBuffer
 
getOffset() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
Returns the current offset amount.
getOffset(Random, float, int[], float) - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
Generate a random value to add to the computed average
getOffset() - Method in class jme3tools.optimize.FastOctnode
 
getOffsetAmount() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
Returns the offset amount this terrain patch uses for textures.
getOffsetIndex(Geometry) - Method in class com.jme3.scene.BatchNode
 
getOggPage(int) - Method in class com.jme3.audio.plugins.CachedOggStream
 
getOggPage(int) - Method in class com.jme3.audio.plugins.UncachedOggStream
 
getOldMemoryAddress() - Method in class com.jme3.scene.plugins.blender.file.FileBlockHeader
This method returns the memory address.
getOldMemoryAddress() - Method in class com.jme3.scene.plugins.blender.file.Pointer
This method returns the old memory address of the structure pointed by the pointer.
getOldMemoryAddress() - Method in class com.jme3.scene.plugins.blender.file.Structure
This method returns the address of the structure.
getOrigin() - Method in class com.jme3.math.Line
getOrigin returns the origin of the line.
getOrigin() - Method in class com.jme3.math.LineSegment
 
getOrigin() - Method in class com.jme3.math.Ray
getOrigin retrieves the origin point of the ray.
getOuterAngle() - Method in class com.jme3.audio.AudioNode
 
getOuterRadius() - Method in class com.jme3.math.Ring
getOuterRadius returns the ring's outer radius.
getOuterRadius() - Method in class com.jme3.scene.shape.Torus
 
getOutputFrameBuffer() - Method in class com.jme3.renderer.ViewPort
Returns the framebuffer where this ViewPort's scenes are rendered to.
getOverlapping(int) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getOverlappingCount() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getOverlappingObjects() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
Another Object is overlapping with this GhostNode, if and if only there CollisionShapes overlaps.
getOverlappingObjects(long) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getP() - Method in class com.jme3.scene.shape.PQTorus
 
getPackedAngleCos() - Method in class com.jme3.light.SpotLight
for internal use only
getPage() - Method in class com.jme3.font.BitmapCharacter
 
getPage(int) - Method in class com.jme3.font.BitmapFont
 
getPageSize() - Method in class com.jme3.font.BitmapFont
 
getPaperColor() - Method in class com.jme3.post.filters.CrossHatchFilter
Returns paper background color
getParam(String) - Method in class com.jme3.material.Material
Returns the parameter set on this material with the given name, returns null if the parameter is not set.
getParams() - Method in class com.jme3.material.Material
Returns a collection of all parameters set on this material.
getParent() - Method in class com.jme3.animation.Bone
Returns parent bone of this bone, or null if it is a root bone.
getParent() - Method in class com.jme3.scene.Spatial
getParent retrieves this node's parent.
getParentKey() - Method in class com.jme3.asset.ImplHandler
 
getParticleInfluencer() - Method in class com.jme3.effect.ParticleEmitter
Returns the ParticleInfluencer that influences this particle emitter.
getParticles() - Method in class com.jme3.effect.ParticleEmitter
Returns a list of all particles (shouldn't be used in most cases).
getParticlesMaterial(Material, Integer, BlenderContext) - Method in class com.jme3.scene.plugins.blender.materials.MaterialHelper
This method converts the given material into particles-usable material.
getParticlesPerSec() - Method in class com.jme3.effect.ParticleEmitter
Get the number of particles to spawn per second.
getPartId0() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getPartId1() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getPassMaterial() - Method in class com.jme3.post.Filter.Pass
 
getPatch(int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getPatchSize() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getPath() - Method in class com.jme3.asset.ImplHandler.ImplThreadLocal
 
getPath() - Method in class com.jme3.cinematic.events.MotionTrack
retun the motion path this control follows
getPathSplineType() - Method in class com.jme3.cinematic.MotionPath
return the type of spline used for the path interpolation for this path
getPersistence() - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
 
getPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getPhysicsLocation() - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getPhysicsLocation() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getPhysicsLocation() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getPhysicsRotation() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getPhysicsRotation() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getPhysicsRotationMatrix(Matrix3f) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getPhysicsRotationMatrix() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
getPhysicsRotationMatrix(Matrix3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getPhysicsRotationMatrix() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getPhysicsSpace() - Method in class com.jme3.bullet.BulletAppState
 
getPhysicsSpace() - Method in class com.jme3.bullet.control.CharacterControl
 
getPhysicsSpace() - Method in class com.jme3.bullet.control.GhostControl
 
getPhysicsSpace() - Method in class com.jme3.bullet.control.KinematicRagdollControl
returns the physic space
getPhysicsSpace() - Method in interface com.jme3.bullet.control.PhysicsControl
 
getPhysicsSpace() - Method in class com.jme3.bullet.control.RigidBodyControl
 
getPhysicsSpace() - Method in class com.jme3.bullet.control.VehicleControl
 
getPhysicsSpace() - Static method in class com.jme3.bullet.PhysicsSpace
Get the current PhysicsSpace running on this thread
For parallel physics, this can also be called from the OpenGL thread to receive the PhysicsSpace
getPitch() - Method in class com.jme3.audio.AudioNode
 
getPivotA() - Method in class com.jme3.bullet.joints.PhysicsJoint
 
getPivotB() - Method in class com.jme3.bullet.joints.PhysicsJoint
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGenerator
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorBlend
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorClouds
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorDistnoise
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorMagic
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorMarble
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorMusgrave
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorNoise
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorStucci
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorVoronoi
 
getPixel(TexturePixel, float, float, float) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorWood
 
getPixelCentre() - Method in class jme3tools.navigation.MapModel2D
Returns the pixel (x,y) centre of the map
getPixelError() - Method in class com.jme3.terrain.geomipmap.lodcalc.PerspectiveLodCalculator
 
getPixelFormat() - Method in class com.jme3.system.android.AndroidConfigChooser
 
getPixelIO(Image.Format) - Static method in class com.jme3.scene.plugins.blender.textures.io.PixelIOFactory
This method returns pixel IO object for the specified format.
getPlaceholderAudio() - Static method in class com.jme3.util.PlaceholderAssets
 
getPlaceholderImage() - Static method in class com.jme3.util.PlaceholderAssets
 
getPlaceholderMaterial(AssetManager) - Static method in class com.jme3.util.PlaceholderAssets
 
getPlaceholderModel(AssetManager) - Static method in class com.jme3.util.PlaceholderAssets
 
getPlane() - Method in class com.jme3.bullet.collision.shapes.PlaneCollisionShape
 
getPlane() - Method in class com.jme3.water.SimpleWaterProcessor
returns the water plane
getPlanes() - Method in class com.jme3.scene.shape.Dome
Get the number of planar segments along the z-axis of the dome.
getPlaneState() - Method in class com.jme3.renderer.Camera
getPlaneState returns the state of the frustum planes.
getPlatform() - Method in class com.jme3.system.android.JmeAndroidSystem
 
getPlatform() - Static method in class com.jme3.system.JmeSystem
 
getPlatform() - Method in class com.jme3.system.JmeSystemDelegate
 
getPlayState() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
Returns the current playstate of the animation
getPlayState() - Method in interface com.jme3.cinematic.events.CinematicEvent
returns the PlayState of the animation
getPoint() - Method in class com.jme3.effect.shapes.EmitterPointShape
 
getPointerId() - Method in class com.jme3.input.event.TouchEvent
 
getPointerSize() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method returns the size of the pointer.
getPoints(Mesh) - Method in class com.jme3.bullet.collision.shapes.HullCollisionShape
 
getPoints() - Method in class com.jme3.scene.debug.SkeletonDebugger
 
getPoints() - Method in class com.jme3.shadow.BasicShadowRenderer
debug only
getPointSize() - Method in class com.jme3.scene.Mesh
Returns the size of points for point meshes
getPolyOffsetFactor() - Method in class com.jme3.material.RenderState
Retrieve the poly offset factor value.
getPolyOffsetUnits() - Method in class com.jme3.material.RenderState
Retrieve the poly offset units value.
getPorts() - Method in class com.jme3.network.message.ChannelInfoMessage
 
getPoseTransform() - Method in class com.jme3.scene.plugins.blender.animations.BoneContext
 
getPosition() - Method in class com.jme3.light.PointLight
Returns the world space position of the light.
getPosition() - Method in class com.jme3.light.SpotLight
 
getPosition() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method returns the position of the read cursor.
getPositionWorldOnA() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getPositionWorldOnA(Vector3f) - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getPositionWorldOnB() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getPositionWorldOnB(Vector3f) - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getPositiveEnd(Vector3f) - Method in class com.jme3.math.LineSegment
 
getPostRenderPasses() - Method in class com.jme3.post.Filter
returns the list of the postRender passes
getPostView(String) - Method in class com.jme3.renderer.RenderManager
Returns the post ViewPort with the given name.
getPostViews() - Method in class com.jme3.renderer.RenderManager
Returns a read-only list of all post ViewPorts
getPreferredSize() - Method in class com.jme3.font.BitmapFont
 
getPrefixedName() - Method in class com.jme3.material.MatParam
Returns the name with "m_" prefixed to it.
getPressure() - Method in class com.jme3.input.event.TouchEvent
 
getPreView(String) - Method in class com.jme3.renderer.RenderManager
Returns the pre ViewPort with the given name.
getPreViews() - Method in class com.jme3.renderer.RenderManager
Returns a read-only list of all pre ViewPorts
getPreviousLod() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getProcessor(Class<T>) - Method in class com.jme3.asset.ImplHandler
 
getProcessors() - Method in class com.jme3.renderer.ViewPort
Get the list of scene processors that were added to this ViewPort
getProcessorType() - Method in class com.jme3.asset.AssetKey
 
getProcessorType() - Method in class com.jme3.asset.MaterialKey
 
getProcessorType() - Method in class com.jme3.asset.ModelKey
 
getProcessorType() - Method in class com.jme3.asset.TextureKey
 
getProcessorType() - Method in class com.jme3.audio.AudioKey
 
getProjection() - Method in class com.jme3.math.Triangle
obtains the projection of the vertices relative to the line origin.
getProjectionMatrix() - Method in class com.jme3.renderer.Camera
 
getQ() - Method in class com.jme3.scene.shape.PQTorus
 
getQuad(int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getQuadrant(int) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
 
getQuadrant() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getQuadrant() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getQuality() - Method in class com.jme3.app.state.VideoRecorderAppState
Get the quality used to compress the video images.
getQuantity() - Method in class com.jme3.scene.Node
getQuantity returns the number of children this node maintains.
getQueue() - Method in class com.jme3.renderer.ViewPort
Internal use only.
getQueueBucket() - Method in class com.jme3.scene.Spatial
Returns this spatial's renderqueue bucket.
getR16() - Method in class com.jme3.scene.plugins.blender.textures.TexturePixel
 
getR8() - Method in class com.jme3.scene.plugins.blender.textures.TexturePixel
 
getRadialSamples() - Method in class com.jme3.scene.shape.Cylinder
 
getRadialSamples() - Method in class com.jme3.scene.shape.Dome
Get the number of samples radially around the main axis of the dome.
getRadialSamples() - Method in class com.jme3.scene.shape.PQTorus
 
getRadialSamples() - Method in class com.jme3.scene.shape.Sphere
 
getRadialSamples() - Method in class com.jme3.scene.shape.Torus
 
getRadius() - Method in class com.jme3.bounding.BoundingSphere
getRadius returns the radius of the bounding sphere.
getRadius() - Method in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
 
getRadius() - Method in class com.jme3.bullet.collision.shapes.ConeCollisionShape
 
getRadius() - Method in class com.jme3.bullet.collision.shapes.SphereCollisionShape
 
getRadius() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getRadius() - Method in class com.jme3.effect.shapes.EmitterSphereShape
 
getRadius() - Method in class com.jme3.light.PointLight
Returns the radius of the light influence.
getRadius() - Method in class com.jme3.scene.shape.Cylinder
 
getRadius() - Method in class com.jme3.scene.shape.Dome
Get the radius of the dome.
getRadius() - Method in class com.jme3.scene.shape.PQTorus
 
getRadius() - Method in class com.jme3.scene.shape.Sphere
 
getRadius() - Method in class com.jme3.terrain.noise.filter.OptimizedErode
 
getRadius() - Method in class com.jme3.terrain.noise.filter.SmoothFilter
 
getRadius() - Method in class com.jme3.water.WaterFilter
returns the radius of this effect
getRadius2() - Method in class com.jme3.scene.shape.Cylinder
 
getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterBoxShape
 
getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshConvexHullShape
This method fills the point with coordinates of randomly selected point inside a convex hull of randomly selected mesh.
getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshFaceShape
This method fills the point with coordinates of randomly selected point on a random face.
getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshVertexShape
This method fills the point with coordinates of randomly selected mesh vertex.
getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterPointShape
 
getRandomPoint(Vector3f) - Method in interface com.jme3.effect.shapes.EmitterShape
This method fills in the initial position of the particle.
getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterSphereShape
 
getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterBoxShape
This method fills the point with data.
getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshConvexHullShape
This method fills the point with coordinates of randomly selected point inside a convex hull of randomly selected mesh.
getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshFaceShape
This method fills the point with coordinates of randomly selected point on a random face.
getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshVertexShape
This method fills the point with coordinates of randomly selected mesh vertex.
getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterPointShape
This method fills the point with data.
getRandomPointAndNormal(Vector3f, Vector3f) - Method in interface com.jme3.effect.shapes.EmitterShape
This method fills in the initial position of the particle and its normal vector.
getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterSphereShape
 
getRange() - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
 
getReason() - Method in class com.jme3.network.message.DisconnectMessage
 
getRed() - Method in class com.jme3.math.ColorRGBA
 
getReduceMul() - Method in class com.jme3.post.filters.FXAAFilter
 
getRefDistance() - Method in class com.jme3.audio.AudioNode
 
getReflectDelay() - Method in class com.jme3.audio.Environment
 
getReflectGain() - Method in class com.jme3.audio.Environment
 
getReflectionBuffer() - Method in class com.jme3.water.ReflectionProcessor
Internal use only
returns the frame buffer
getReflectionCam() - Method in class com.jme3.water.ReflectionProcessor
returns the reflection cam
getReflectionClippingOffset() - Method in class com.jme3.water.SimpleWaterProcessor
returns the reflection clipping plane offset
getReflectionClipPlane() - Method in class com.jme3.water.ReflectionProcessor
returns the reflection clip plane
getReflectionDisplace() - Method in class com.jme3.water.WaterFilter
returns the reflection displace see WaterFilter.setReflectionDisplace(float)
getReflectionMapSize() - Method in class com.jme3.water.WaterFilter
returns the size of the reflection map
getRefractionClippingOffset() - Method in class com.jme3.water.SimpleWaterProcessor
returns the refraction clipping plane offset
getRefractionConstant() - Method in class com.jme3.water.WaterFilter
returns the refractoin constant
getRefractionStrength() - Method in class com.jme3.water.WaterFilter
returns the refractionStrenght
getRemoteAddress() - Method in class com.jme3.network.kernel.udp.UdpEndpoint
 
getRenderedSize() - Method in class com.jme3.font.BitmapCharacterSet
 
getRenderedTexture() - Method in class com.jme3.post.Filter
returns the rendered texture of this filter
getRenderedTexture() - Method in class com.jme3.post.Filter.Pass
 
getRenderer() - Method in class com.jme3.app.Application
 
getRenderer() - Method in class com.jme3.audio.AudioNode
 
getRenderer() - Method in class com.jme3.renderer.RenderManager
The renderer implementation used for rendering operations.
getRenderer() - Method in class com.jme3.system.android.OGLESContext
 
getRenderer() - Method in class com.jme3.system.AppSettings
Get the renderer
getRenderer() - Method in class com.jme3.system.awt.AwtPanelsContext
 
getRenderer() - Method in interface com.jme3.system.JmeContext
 
getRenderer() - Method in class com.jme3.system.lwjgl.LwjglContext
 
getRenderer() - Method in class com.jme3.system.NullContext
 
getRenderFrameBuffer() - Method in class com.jme3.post.Filter
returns the default pass frame buffer
getRenderFrameBuffer() - Method in class com.jme3.post.Filter.Pass
 
getRenderHeight() - Method in class com.jme3.water.SimpleWaterProcessor
returns the height of the reflection and refraction textures
getRenderManager() - Method in class com.jme3.app.Application
 
getRenderState() - Method in class com.jme3.material.TechniqueDef
Returns the render state that this technique is using
getRenderWidth() - Method in class com.jme3.water.SimpleWaterProcessor
returns the width of the reflection and refraction textures
getRequiredCaps() - Method in class com.jme3.material.TechniqueDef
Gets the renderer capabilities that are required by this technique.
getResolution() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
 
getResolution() - Method in class com.jme3.system.android.AndroidTimer
 
getResolution() - Method in class com.jme3.system.lwjgl.LwjglSmoothingTimer
 
getResolution() - Method in class com.jme3.system.lwjgl.LwjglTimer
 
getResolution() - Method in class com.jme3.system.NanoTimer
 
getResolution() - Method in class com.jme3.system.Timer
Returns the resolution of the timer.
getResource(String) - Method in class com.jme3.niftygui.NiftyJmeDisplay.ResourceLocationJme
 
getResource(String) - Static method in class com.jme3.system.JmeSystem
 
getResource(String) - Method in class com.jme3.system.JmeSystemDelegate
 
getResourceAsStream(String) - Method in class com.jme3.niftygui.NiftyJmeDisplay.ResourceLocationJme
 
getResourceAsStream(String) - Static method in class com.jme3.system.JmeSystem
 
getResourceAsStream(String) - Method in class com.jme3.system.JmeSystemDelegate
 
getRestitution() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
 
getRestitution() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
getRestitutionDirAng() - Method in class com.jme3.bullet.joints.SliderJoint
 
getRestitutionDirLin() - Method in class com.jme3.bullet.joints.SliderJoint
 
getRestitutionLimAng() - Method in class com.jme3.bullet.joints.SliderJoint
 
getRestitutionLimLin() - Method in class com.jme3.bullet.joints.SliderJoint
 
getRestitutionOrthoAng() - Method in class com.jme3.bullet.joints.SliderJoint
 
getRestitutionOrthoLin() - Method in class com.jme3.bullet.joints.SliderJoint
 
getRestLength() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getResultTexture() - Method in class com.jme3.scene.plugins.blender.textures.CombinedTexture
 
getResultUVS() - Method in class com.jme3.scene.plugins.blender.textures.CombinedTexture
 
getReverbFilter() - Method in class com.jme3.audio.AudioNode
 
getRightChild() - Method in class com.jme3.collision.bih.BIHNode
 
getRightLod() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
 
getRightPlane() - Method in class com.jme3.collision.bih.BIHNode
 
getRightQuad(TerrainQuad) - Method in interface com.jme3.terrain.geomipmap.NeighbourFinder
Get the TerrainQuad to the right of the supplied 'center' quad.
getRollInfluence() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getRoomRolloffFactor() - Method in class com.jme3.audio.Environment
 
getRootNode() - Method in class com.jme3.app.SimpleApplication
Retrieves rootNode
getRoots() - Method in class com.jme3.animation.Skeleton
returns the array of all root bones of this skeleton
getRotateSpeed() - Method in class com.jme3.effect.ParticleEmitter
Returns the rotation speed in radians/sec for particles.
getRotation() - Method in class com.jme3.audio.Listener
 
getRotation() - Method in class com.jme3.cinematic.events.MotionTrack
returns the rotation of the target
getRotation(Quaternion) - Method in class com.jme3.math.Transform
Stores this rotation value into the given Quaternion.
getRotation() - Method in class com.jme3.math.Transform
Return the rotation quaternion in this matrix.
getRotation() - Method in class com.jme3.renderer.Camera
getRotation retrieves the rotation quaternion of the camera.
getRotationalLimitMotor(int) - Method in class com.jme3.bullet.joints.SixDofJoint
returns one of the three RotationalLimitMotors of this 6DofJoint which allow manipulating the rotational axes
getRotationColumn(int) - Method in class com.jme3.math.Quaternion
getRotationColumn returns one of three columns specified by the parameter.
getRotationColumn(int, Vector3f) - Method in class com.jme3.math.Quaternion
getRotationColumn returns one of three columns specified by the parameter.
getRotations() - Method in class com.jme3.animation.BoneTrack
return the array of rotations of this track
getRotations() - Method in class com.jme3.animation.SpatialTrack
 
getRotationSensitivity() - Method in class com.jme3.input.ChaseCamera
Returns the rotation sensitivity
getRotationSpeed() - Method in class com.jme3.input.FlyByCamera
Gets the move speed.
getRoughness() - Method in class com.jme3.terrain.noise.fractal.FractalSum
 
getRow(int) - Method in class com.jme3.math.Matrix3f
getColumn returns one of three rows as specified by the parameter.
getRow(int, Vector3f) - Method in class com.jme3.math.Matrix3f
getRow returns one of three rows as specified by the parameter.
getSampleDist() - Method in class com.jme3.post.filters.RadialBlurFilter
Deprecated. use RadialBlurFilter.getSampleDistance()
getSampleDistance() - Method in class com.jme3.post.filters.RadialBlurFilter
return the sample distance
getSampleRadius() - Method in class com.jme3.post.ssao.SSAOFilter
returns the sample radius
see {link setSampleRadius(float sampleRadius)}
getSampleRate() - Method in class com.jme3.audio.AudioData
 
getSamples() - Method in class com.jme3.system.AppSettings
Get the number of samples
getSamples() - Method in class com.jme3.texture.FrameBuffer
 
getSampleStrength() - Method in class com.jme3.post.filters.RadialBlurFilter
Returns the sample Strength
getSavableVersion(Class<? extends Savable>) - Method in interface com.jme3.export.InputCapsule
 
getSavableVersion(Class<? extends Savable>) - Static method in class com.jme3.export.SavableClassUtil
 
getSavableVersion(Class<? extends Savable>) - Method in class com.jme3.export.xml.DOMInputCapsule
 
getSavableVersions(Class<? extends Savable>) - Static method in class com.jme3.export.SavableClassUtil
 
getSavedSavableVersion(Object, Class<? extends Savable>, int[], int) - Static method in class com.jme3.export.SavableClassUtil
 
getScale() - Method in class com.jme3.bullet.collision.shapes.CollisionShape
 
getScale() - Method in class com.jme3.math.Transform
Return the scale vector in this matrix.
getScale(Vector3f) - Method in class com.jme3.math.Transform
Stores this scale value into the given vector3f.
getScale() - Method in class com.jme3.post.ssao.SSAOFilter
returns the scale
see SSAOFilter.setScale(float scale)
getScale(Matrix4f) - Method in class com.jme3.scene.plugins.blender.objects.ObjectHelper
This method returns the scale from the given matrix.
getScale() - Method in class com.jme3.terrain.noise.basis.FilteredBasis
 
getScale() - Method in interface com.jme3.terrain.noise.Basis
 
getScale() - Method in class com.jme3.terrain.noise.basis.Noise
 
getScaledHeightAtPoint(int, int) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
getScaledHeightAtPoint returns the scaled value at the point provided.
getScaledHeightAtPoint(int, int) - Method in interface com.jme3.terrain.heightmap.HeightMap
getScaledHeightAtPoint returns the scaled value at the point provided.
getScaledHeightMap() - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
Build a new array of height data with the scaled values.
getScaledHeightMap() - Method in interface com.jme3.terrain.heightmap.HeightMap
 
getScaleFactor() - Method in class com.jme3.input.event.TouchEvent
 
getScales() - Method in class com.jme3.animation.BoneTrack
returns the array of scales for this track
getScales() - Method in class com.jme3.animation.SpatialTrack
 
getScaleSpan() - Method in class com.jme3.input.event.TouchEvent
 
getScene() - Method in class com.jme3.cinematic.Cinematic
 
getScenes() - Method in class com.jme3.asset.BlenderKey.LoadingResults
This method returns all loaded scenes.
getScenes() - Method in class com.jme3.renderer.ViewPort
Returns a list of all attached scenes.
getScore(String) - Method in class com.jme3.bullet.control.ragdoll.RagdollPreset.LexiconEntry
 
getScreenCoordinates(Vector3f) - Method in class com.jme3.renderer.Camera
Converts the given position from world space to screen space.
getScreenCoordinates(Vector3f, Vector3f) - Method in class com.jme3.renderer.Camera
Converts the given position from world space to screen space.
getSdnaIndex() - Method in class com.jme3.scene.plugins.blender.file.FileBlockHeader
This method returns the sdna index.
getSecond() - Method in class com.jme3.font.Kerning
 
getSecondCounter() - Method in class com.jme3.app.StatsAppState
 
getSeed() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
 
getSeed() - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
 
getSegmentsLength() - Method in class com.jme3.math.Spline
returns a list of float representing the segments lenght
getSerializedData() - Method in class com.jme3.animation.CompactArray
return a float array of serialized data
getSerializedSize() - Method in class com.jme3.animation.CompactArray
 
getSerializer(Class) - Static method in class com.jme3.network.serializing.Serializer
 
getSerializer(Class, boolean) - Static method in class com.jme3.network.serializing.Serializer
 
getSerializer() - Method in class com.jme3.network.serializing.SerializerRegistration
Get the serializer.
getSerializerRegistration(Class) - Static method in class com.jme3.network.serializing.Serializer
 
getSerializerRegistration(Class, boolean) - Static method in class com.jme3.network.serializing.Serializer
 
getServer() - Method in class com.jme3.network.base.DefaultServer.Connection
 
getServer() - Method in interface com.jme3.network.HostedConnection
Returns the Server instance that is hosting this connection.
getSettings() - Method in class com.jme3.system.android.OGLESContext
 
getSettings() - Method in class com.jme3.system.awt.AwtPanelsContext
 
getSettings() - Method in interface com.jme3.system.JmeContext
 
getSettings() - Method in class com.jme3.system.lwjgl.LwjglContext
 
getSettings() - Method in class com.jme3.system.NullContext
 
getSettingsDialogImage() - Method in class com.jme3.system.AppSettings
Get the settings dialog image
getShader() - Method in class com.jme3.material.Technique
Returns the shader currently used by this technique instance.
getShaderLanguage() - Method in class com.jme3.material.TechniqueDef
Deprecated. Use TechniqueDef.getVertexShaderLanguage() instead.
getShaderParamDefine(String) - Method in class com.jme3.material.TechniqueDef
Returns the define name which the given material parameter influences.
getShaderPresetDefines() - Method in class com.jme3.material.TechniqueDef
Returns the DefineList for the preset defines.
getShadowCamera() - Method in class com.jme3.shadow.BasicShadowRenderer
debug only returns the shadow camera
getShadowCompareMode() - Method in class com.jme3.texture.Texture
 
getShadowIntensity() - Method in class com.jme3.shadow.PssmShadowRenderer
returns the shdaow intensity
see PssmShadowRenderer.setShadowIntensity(float shadowIntensity)
getShadowMode() - Method in class com.jme3.material.TechniqueDef
Returns the shadow mode.
getShadowMode() - Method in class com.jme3.scene.Spatial
 
getShadowQueueContent(RenderQueue.ShadowMode) - Method in class com.jme3.renderer.queue.RenderQueue
 
getShadowZExtend() - Method in class com.jme3.shadow.PssmShadowRenderer
How far the shadows are rendered in the view see PssmShadowRenderer.setShadowZExtend(float zFar)
getShape() - Method in class com.jme3.effect.ParticleEmitter
 
getShapeType() - Method in class com.jme3.water.WaterFilter
returns the shape of the water area
getShininess() - Method in class com.jme3.water.WaterFilter
return the shininess factor of the water
getShoreHardness() - Method in class com.jme3.water.WaterFilter
Return the shoreHardeness
getShortBuffer(VertexBuffer.Type) - Method in class com.jme3.scene.Mesh
Get the VertexBuffer data stored on this mesh in short format.
getSide() - Method in class jme3tools.optimize.FastOctnode
 
getSimulateMouse() - Method in class com.jme3.input.android.AndroidInput
 
getSimulateMouse() - Method in class com.jme3.input.InputManager
Returns state of simulation of mouse events.
getSimulateMouse() - Method in interface com.jme3.input.TouchInput
Deprecated. Use TouchInput.isSimulateMouse().
getSize() - Method in class com.jme3.scene.plugins.blender.file.FileBlockHeader
This method returns the size of the data stored in this block.
getSize() - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
 
getSize() - Method in class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
 
getSize() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
Returns the size of this terrain patch.
getSize() - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
getSize returns the size of one side the height map.
getSize() - Method in interface com.jme3.terrain.heightmap.HeightMap
getSize returns the size of one side the height map.
getSkeleton() - Method in class com.jme3.animation.AnimControl
 
getSkeleton() - Method in class com.jme3.animation.SkeletonControl
returns the skeleton of this control
getSkeleton(Long) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method returns the skeleton for the specified OMA of its owner.
getSkidInfo() - Method in class com.jme3.bullet.objects.VehicleWheel
returns how much the wheel skids on the ground (for skid sounds/smoke etc.)
0.0 = wheels are sliding, 1.0 = wheels have traction.
getSkidInfo(long, int) - Method in class com.jme3.bullet.objects.VehicleWheel
 
getSlot() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
Do not use.
getSocket() - Method in class com.jme3.network.kernel.udp.UdpKernel.HostThread
 
getSoftnessDirAng() - Method in class com.jme3.bullet.joints.SliderJoint
 
getSoftnessDirLin() - Method in class com.jme3.bullet.joints.SliderJoint
 
getSoftnessLimAng() - Method in class com.jme3.bullet.joints.SliderJoint
 
getSoftnessLimLin() - Method in class com.jme3.bullet.joints.SliderJoint
 
getSoftnessOrthoAng() - Method in class com.jme3.bullet.joints.SliderJoint
 
getSoftnessOrthoLin() - Method in class com.jme3.bullet.joints.SliderJoint
 
getSoftTextDialogInput() - Static method in class com.jme3.system.JmeSystem
 
getSoftTextDialogInput() - Method in class com.jme3.system.JmeSystemDelegate
 
getSortId() - Method in class com.jme3.material.Material
Returns the sorting ID or sorting index for this material.
getSource() - Method in class com.jme3.network.kernel.EndpointEvent
 
getSource() - Method in class com.jme3.network.kernel.Envelope
 
getSource() - Method in class com.jme3.shader.Shader.ShaderSource
 
getSources() - Method in class com.jme3.shader.Shader
 
getSpaceId() - Method in class com.jme3.bullet.PhysicsSpace
// * used internally // * @return the dynamicsWorld //
getSpanMax() - Method in class com.jme3.post.filters.FXAAFilter
 
getSpatial() - Method in class com.jme3.cinematic.events.MotionTrack
 
getSpatial() - Method in class com.jme3.scene.control.AbstractControl
 
getSpeed() - Method in class com.jme3.animation.AnimChannel
 
getSpeed() - Method in class com.jme3.bullet.BulletAppState
 
getSpeed() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
returns the speed of the animation.
getSpeed() - Method in interface com.jme3.cinematic.events.CinematicEvent
returns the speed of the animation
getSpeed() - Method in class com.jme3.water.WaterFilter
retruns the speed of the waves
getSpline() - Method in class com.jme3.cinematic.MotionPath
 
getSpotInnerAngle() - Method in class com.jme3.light.SpotLight
returns the spot inner angle
getSpotOuterAngle() - Method in class com.jme3.light.SpotLight
returns the spot outer angle
getSpotRange() - Method in class com.jme3.light.SpotLight
 
getStart() - Method in class com.jme3.scene.shape.Line
 
getStartColor() - Method in class com.jme3.effect.ParticleEmitter
Get the start color of the particles spawned.
getStartSize() - Method in class com.jme3.effect.ParticleEmitter
Get the start color of the particles spawned.
getState(Class<T>) - Method in class com.jme3.app.state.AppStateManager
Returns the first state that is an instance of subclass of the specified class.
getStateManager() - Method in class com.jme3.app.Application
 
getStates() - Method in class com.jme3.app.state.AppStateManager
 
getStatistics() - Method in class com.jme3.renderer.android.OGLESShaderRenderer
 
getStatistics() - Method in class com.jme3.renderer.lwjgl.LwjglGL1Renderer
 
getStatistics() - Method in class com.jme3.renderer.lwjgl.LwjglRenderer
 
getStatistics() - Method in interface com.jme3.renderer.Renderer
The statistics allow tracking of how data per frame, such as number of objects rendered, number of triangles, etc.
getStatistics() - Method in class com.jme3.system.NullRenderer
 
getStatsView() - Method in class com.jme3.app.StatsAppState
 
getStatus() - Method in class com.jme3.audio.AudioNode
 
getStencilBits() - Method in class com.jme3.system.AppSettings
Get the number of stencil bits
getSteps() - Method in class com.jme3.scene.shape.PQTorus
 
getStepScale() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
Returns the step scale that stretches the height map.
getStorageFolder() - Method in class com.jme3.system.android.JmeAndroidSystem
 
getStorageFolder() - Static method in class com.jme3.system.JmeSystem
 
getStorageFolder() - Method in class com.jme3.system.JmeSystemDelegate
 
getStrCourse() - Method in class jme3tools.navigation.NavCalculator
Getter method for the true course
getStrength() - Method in class com.jme3.post.filters.PosterizationFilter
Returns current strength value, i.e.
getStride() - Method in class com.jme3.scene.VertexBuffer
 
getString(String) - Method in class com.jme3.system.AppSettings
Get a string from the settings.
getStructure(int) - Method in class com.jme3.scene.plugins.blender.file.DnaBlockData
This method returns the structure of the given index.
getStructure(String) - Method in class com.jme3.scene.plugins.blender.file.DnaBlockData
This method returns a structure of the given name.
getStructure(BlenderContext) - Method in class com.jme3.scene.plugins.blender.file.FileBlockHeader
This method returns the structure described by the header filled with appropriate data.
getStructuresCount() - Method in class com.jme3.scene.plugins.blender.file.DnaBlockData
This method returns the amount of the structures.
getSubPixelShift() - Method in class com.jme3.post.filters.FXAAFilter
 
getSubPropertiesNames() - Method in class com.jme3.scene.plugins.blender.objects.Properties
 
getSunScale() - Method in class com.jme3.water.WaterFilter
gets the scale of the sun
getSurfaceTangentFactor() - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
This method returns the surface tangent factor.
getSurfaceTangentRotation() - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
This method returns the surface tangent rotation factor.
getSuspensionCompression() - Method in class com.jme3.bullet.objects.PhysicsVehicle
 
getSuspensionDamping() - Method in class com.jme3.bullet.objects.PhysicsVehicle
 
getSuspensionStiffness() - Method in class com.jme3.bullet.objects.PhysicsVehicle
 
getSuspensionStiffness() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getTalus() - Method in class com.jme3.terrain.noise.filter.OptimizedErode
 
getTaperScale(float[], float, float) - Method in class com.jme3.scene.plugins.blender.curves.CurvesHelper
This method returns the taper scale that should be applied to the object.
getTargetAngMotorVelocity() - Method in class com.jme3.bullet.joints.SliderJoint
 
getTargetBoneIndex() - Method in class com.jme3.animation.BoneTrack
 
getTargetIndex() - Method in class com.jme3.texture.FrameBuffer
 
getTargetLinMotorVelocity() - Method in class com.jme3.bullet.joints.SliderJoint
 
getTargetMeshIndex() - Method in class com.jme3.animation.Pose
 
getTargets() - Method in class com.jme3.animation.SkeletonControl
returns the targets meshes of this control
getTargetVelocity() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
getTau() - Method in class com.jme3.bullet.joints.Point2PointJoint
 
getTechniqueDef(String) - Method in class com.jme3.material.MaterialDef
Returns a technique definition with the given name.
getTerminating() - Method in class com.jme3.app.state.AppStateManager
 
getTerrain() - Method in class com.jme3.terrain.geomipmap.NormalRecalcControl
 
getTerrainIntersection(Ray, CollisionResults) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamTerrainPicker
 
getTerrainIntersection(Ray, CollisionResults) - Method in interface com.jme3.terrain.geomipmap.picking.TerrainPicker
Ask for the point of intersection between the given ray and the terrain.
getTerrainQuadAt(Vector3f) - Method in class com.jme3.terrain.geomipmap.grid.AssetTileLoader
 
getTerrainQuadAt(Vector3f) - Method in class com.jme3.terrain.geomipmap.grid.FractalTileLoader
 
getTerrainQuadAt(Vector3f) - Method in class com.jme3.terrain.geomipmap.grid.ImageTileLoader
 
getTerrainQuadAt(Vector3f) - Method in interface com.jme3.terrain.geomipmap.TerrainGridTileLoader
 
getTerrainSize() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getTerrainSize() - Method in interface com.jme3.terrain.Terrain
Used for painting to get the number of vertices along the edge of the terrain.
getTex(float, float, Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getText() - Method in class com.jme3.font.BitmapText
 
getText() - Method in class com.jme3.niftygui.RenderFontJme
 
getTexture() - Method in class com.jme3.niftygui.RenderImageJme
 
getTexture(Structure, Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.TextureHelper
This class returns a texture read from the file or from packed blender data.
getTexture() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
 
getTextureFromImage(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.TextureHelper
This class returns a texture read from the file or from packed blender data.
getTextureMapping(String) - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtension
Retreives a mapping from an Ogre3D base material texture alias to a jME3 texture param
getTextureMode() - Method in class com.jme3.scene.shape.Sphere
 
getTextureParam(String) - Method in class com.jme3.material.Material
Returns the texture parameter set on this material with the given name, returns null if the parameter is not set.
getTextures() - Method in class com.jme3.asset.BlenderKey.LoadingResults
This method returns all loaded textures.
getTexturesCount() - Method in class com.jme3.scene.plugins.blender.textures.CombinedTexture
 
getTextureTypeHint() - Method in class com.jme3.asset.TextureKey
 
getTextureValue() - Method in class com.jme3.material.MatParamTexture
 
getThreadingType() - Method in class com.jme3.bullet.BulletAppState
 
getTileCell(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
Centered at 0,0.
getTime() - Method in class com.jme3.animation.AnimChannel
 
getTime() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
 
getTime() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
 
getTime() - Method in interface com.jme3.cinematic.events.CinematicEvent
returns the current time of the cinematic event
getTime() - Method in class com.jme3.input.event.InputEvent
The time when the event occurred.
getTime() - Method in class com.jme3.system.android.AndroidTimer
 
getTime() - Method in class com.jme3.system.lwjgl.LwjglSmoothingTimer
 
getTime() - Method in class com.jme3.system.lwjgl.LwjglTimer
 
getTime() - Method in class com.jme3.system.NanoTimer
 
getTime() - Method in class com.jme3.system.Timer
Returns the current time in ticks.
getTimeInSeconds() - Method in class com.jme3.system.android.AndroidTimer
Returns the time in seconds.
getTimeInSeconds() - Method in class com.jme3.system.lwjgl.LwjglTimer
 
getTimeInSeconds() - Method in class com.jme3.system.NanoTimer
Returns the time in seconds.
getTimeInSeconds() - Method in class com.jme3.system.Timer
Returns the time in seconds.
getTimeOffset() - Method in class com.jme3.audio.AudioNode
 
getTimePerFrame() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
 
getTimePerFrame() - Method in class com.jme3.system.android.AndroidTimer
 
getTimePerFrame() - Method in class com.jme3.system.lwjgl.LwjglSmoothingTimer
 
getTimePerFrame() - Method in class com.jme3.system.lwjgl.LwjglTimer
 
getTimePerFrame() - Method in class com.jme3.system.NanoTimer
 
getTimePerFrame() - Method in class com.jme3.system.Timer
Returns the time, in seconds, between the last call and the current one.
getTimer() - Method in class com.jme3.app.Application
 
getTimer() - Method in class com.jme3.system.android.OGLESContext
 
getTimer() - Method in class com.jme3.system.awt.AwtPanelsContext
 
getTimer() - Method in interface com.jme3.system.JmeContext
 
getTimer() - Method in class com.jme3.system.lwjgl.LwjglContext
 
getTimer() - Method in class com.jme3.system.NullContext
 
getTimes() - Method in class com.jme3.animation.BoneTrack
returns the arrays of time for this track
getTimes() - Method in class com.jme3.animation.SpatialTrack
 
getTinAndAlpha(ByteBuffer, Image.Format, boolean, float[]) - Method in class com.jme3.scene.plugins.blender.textures.blending.TextureBlenderLuminance
This method return texture intensity and alpha value.
getTitle() - Method in class com.jme3.system.AppSettings
Get the application title
getTopLod() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
 
getTopQuad(TerrainQuad) - Method in interface com.jme3.terrain.geomipmap.NeighbourFinder
Get the TerrainQuad above the supplied 'center' quad.
getTotalLength() - Method in class com.jme3.math.Spline
return the total lenght of the spline
getTotalMass() - Method in class com.jme3.bullet.control.KinematicRagdollControl
 
getTotalObjectSize() - Method in class com.jme3.animation.CompactArray
 
getTotalSize() - Method in class com.jme3.scene.plugins.blender.file.DynamicArray
This method returns the total amount of data stored in the array.
getTotalSize() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
Returns the total size of the terrain.
getTotalSize() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
getTouchInput() - Method in class com.jme3.system.android.OGLESContext
 
getTouchInput() - Method in class com.jme3.system.awt.AwtPanelsContext
 
getTouchInput() - Method in interface com.jme3.system.JmeContext
 
getTouchInput() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
 
getTouchInput() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
 
getTouchInput() - Method in class com.jme3.system.NullContext
 
getTrack(Object, Skeleton, Animation) - Method in class com.jme3.scene.plugins.blender.constraints.Constraint
This method returns the bone traces for the bone that is affected by the given constraint.
getTracks() - Method in class com.jme3.animation.Animation
Returns the tracks set in Animation.setTracks(com.jme3.animation.Track[]).
getTracks(Structure, Skeleton, BlenderContext) - Method in class com.jme3.scene.plugins.blender.animations.ArmatureHelper
This method retuns the bone tracks for animation.
getTrailingRotationInertia() - Method in class com.jme3.input.ChaseCamera
returns the trailing rotation inertia
getTrailingSensitivity() - Method in class com.jme3.input.ChaseCamera
returns the trailing sensitivity
getTransformation(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.objects.ObjectHelper
This method calculates local transformation for the object.
getTransforms(Geometry) - Method in class com.jme3.scene.BatchNode
 
getTransforms(Geometry) - Method in class com.jme3.scene.SimpleBatchNode
 
getTranslation() - Method in class com.jme3.math.Transform
Return the translation vector in this matrix.
getTranslation(Vector3f) - Method in class com.jme3.math.Transform
Stores this translation value into the given vector3f.
getTranslationalLimitMotor() - Method in class com.jme3.bullet.joints.SixDofJoint
returns the TranslationalLimitMotor of this 6DofJoint which allows manipulating the translational axis
getTranslations() - Method in class com.jme3.animation.BoneTrack
returns the array of translations of this track
getTranslations() - Method in class com.jme3.animation.SpatialTrack
 
getTraveledDistance() - Method in class com.jme3.cinematic.events.MotionTrack
return the distance traveled by the spatial on the path
getTriangle(int, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.collision.bih.BIHTree
 
getTriangle(Triangle) - Method in class com.jme3.collision.CollisionResult
 
getTriangle(int, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.scene.Mesh
Gets the triangle vertex positions at the given triangle index and stores them into the v1, v2, v3 arguments.
getTriangle(int, Triangle) - Method in class com.jme3.scene.Mesh
Gets the triangle vertex positions at the given triangle index and stores them into the Triangle argument.
getTriangle(int, int[]) - Method in class com.jme3.scene.Mesh
Gets the triangle vertex indices at the given triangle index and stores them into the given int array.
getTriangle(float, float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
Get the triangle of this geometry at the specified local coordinate.
getTriangleAtPoint(float, float, Vector3f, Vector3f) - Method in class com.jme3.terrain.geomipmap.LODGeomap
Get a representation of the underlying triangle at the given point, translated to world coordinates.
getTriangleAtPoint(float, float) - Method in class com.jme3.terrain.geomipmap.LODGeomap
Get the triangle that the point is on.
getTriangleCount() - Method in class com.jme3.asset.BlenderKey.LoadingResults
 
getTriangleCount() - Method in class com.jme3.scene.Geometry
Returns this geometry's mesh triangle count.
getTriangleCount(int) - Method in class com.jme3.scene.Mesh
Returns the triangle count for the given LOD level.
getTriangleCount() - Method in class com.jme3.scene.Mesh
Returns how many triangles or elements are on this Mesh.
getTriangleCount() - Method in class com.jme3.scene.Node
getTriangleCount returns the number of triangles contained in all sub-branches of this node that contain geometry.
getTriangleCount() - Method in class com.jme3.scene.Spatial
 
getTriangleIndex() - Method in class com.jme3.collision.CollisionResult
 
getTriangleIndex() - Method in class jme3tools.optimize.OCTTriangle
 
getTriangleIndexVertexArray(Mesh) - Static method in class com.jme3.bullet.util.NativeMeshUtil
 
getTriangles(float, float, TerrainPatch) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamTerrainPicker
Request the triangles (in world coord space) of a TerrainBlock that correspond to the given grid location.
getTrimmedIndices() - Method in class jme3tools.converters.model.strip.PrimitiveGroup
 
getTrisPerPixel() - Method in class com.jme3.scene.control.LodControl
Returns the triangles per pixel value.
getTrueCourse() - Method in class jme3tools.navigation.NavCalculator
Getter method for the true course
getTrueHeightAtPoint(int, int) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
getTrueHeightAtPoint returns the non-scaled value at the point provided.
getTrueHeightAtPoint(int, int) - Method in interface com.jme3.terrain.heightmap.HeightMap
getTrueHeightAtPoint returns the non-scaled value at the point provided.
getTupleSize() - Method in class com.jme3.animation.CompactArray
serialized size of one object element
getTupleSize() - Method in class com.jme3.animation.CompactQuaternionArray
 
getTupleSize() - Method in class com.jme3.animation.CompactVector3Array
 
getType() - Method in class com.jme3.bounding.BoundingBox
 
getType() - Method in class com.jme3.bounding.BoundingSphere
 
getType() - Method in class com.jme3.bounding.BoundingVolume
getType returns the type of bounding volume this is.
getType() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
 
getType() - Method in class com.jme3.input.event.TouchEvent
Returns the type of touch event.
getType() - Method in class com.jme3.light.AmbientLight
 
getType() - Method in class com.jme3.light.DirectionalLight
 
getType() - Method in class com.jme3.light.Light
Returns the light type
getType() - Method in class com.jme3.light.PointLight
 
getType() - Method in class com.jme3.light.SpotLight
 
getType() - Method in class com.jme3.math.Spline
return the type of the spline
getType() - Method in class com.jme3.network.kernel.EndpointEvent
 
getType() - Method in class com.jme3.network.message.DisconnectMessage
 
getType() - Method in class com.jme3.network.serializing.SerializerRegistration
Get the class type.
getType() - Method in class com.jme3.scene.plugins.blender.curves.BezierCurve
This method returns the type of the bezier curve.
getType() - Method in class com.jme3.scene.plugins.blender.file.Structure
This method returns the type of the structure.
getType() - Method in class com.jme3.scene.plugins.blender.modifiers.Modifier
This method returns blender's type of modifier.
getType() - Method in class com.jme3.scene.plugins.blender.objects.Properties
This method returns the type of the property.
getType() - Method in class com.jme3.scene.shape.Surface
This method returns the type of the surface.
getType() - Method in class com.jme3.shader.Shader.ShaderSource
 
getType() - Method in class com.jme3.system.android.OGLESContext
 
getType() - Method in class com.jme3.system.awt.AwtPanelsContext
 
getType() - Method in interface com.jme3.system.JmeContext
 
getType() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
 
getType() - Method in class com.jme3.system.lwjgl.LwjglCanvas
 
getType() - Method in class com.jme3.system.lwjgl.LwjglDisplay
 
getType() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
 
getType() - Method in class com.jme3.system.NullContext
 
getType() - Method in class com.jme3.texture.Texture
 
getType() - Method in class com.jme3.texture.Texture2D
 
getType() - Method in class com.jme3.texture.Texture3D
 
getType() - Method in class com.jme3.texture.TextureArray
 
getType() - Method in class com.jme3.texture.TextureCubeMap
 
getTypeClass() - Method in class com.jme3.asset.ImplHandler.ImplThreadLocal
 
getTypeString() - Method in class jme3tools.converters.model.strip.PrimitiveGroup
 
getUControlPointsAmount() - Method in class com.jme3.scene.shape.Surface
This method returns the amount of U control points.
getUnderWaterFogDistance() - Method in class com.jme3.water.WaterFilter
returns the distance of the fog when under water
getUniform(String) - Method in class com.jme3.shader.Shader
 
getUniformMap() - Method in class com.jme3.shader.Shader
 
getUnit() - Method in class com.jme3.material.MatParamTexture
 
getUp() - Method in class com.jme3.audio.Listener
 
getUp() - Method in class com.jme3.math.Ring
getUp returns the ring's up vector.
getUp() - Method in class com.jme3.renderer.Camera
getUp retrieves the up axis of the camera.
getUp(Vector3f) - Method in class com.jme3.renderer.Camera
getUp retrieves the up axis of the camera.
getUpAxis() - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getUpdatedPatch() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
 
getUpperAngLimit() - Method in class com.jme3.bullet.joints.SliderJoint
 
getUpperLimit() - Method in class com.jme3.bullet.joints.HingeJoint
 
getUpperLimit() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
 
getUpperLinLimit() - Method in class com.jme3.bullet.joints.SliderJoint
 
getUpVector() - Method in class com.jme3.input.ChaseCamera
Returns the up vector of the camera used for the lookAt on the target
getUsage() - Method in class com.jme3.scene.VertexBuffer
 
getUsedWorld() - Method in class com.jme3.asset.BlenderKey
This mehtod returns the name of the WORLD data block taht should be used during file loading.
getUserData(String) - Method in class com.jme3.scene.Spatial
 
getUserDataKeys() - Method in class com.jme3.scene.Spatial
 
getUserObject() - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
 
getUserSelection() - Method in class com.jme3.app.SettingsDialog
 
getUV(int, int, Vector2f) - Method in class com.jme3.terrain.GeoMap
 
getUV(int, Vector2f) - Method in class com.jme3.terrain.GeoMap
 
getUV(int, int, Vector2f, Vector2f, float, int) - Method in class com.jme3.terrain.geomipmap.LODGeomap
 
getUVCoordinates(Geometry) - Method in class com.jme3.scene.plugins.blender.meshes.MeshContext
This method returns the mesh's UV-coordinates.
getValue() - Method in class com.jme3.input.event.JoyAxisEvent
The value of the axis.
getValue() - Method in class com.jme3.material.MatParam
Returns the value of this material parameter.
getValue() - Method in class com.jme3.post.filters.FadeFilter
return the current value of the fading can be used to chack if fade is complete (eg value=1)
getValue() - Method in class com.jme3.scene.plugins.blender.objects.Properties
This method returns the value of the property.
getValue() - Method in class com.jme3.scene.UserData
 
getValue() - Method in class com.jme3.shader.Uniform
 
getValue(int, int) - Method in class com.jme3.terrain.GeoMap
Returns the height value for a given point.
getValue(int) - Method in class com.jme3.terrain.GeoMap
Returns the height value at the given index.
getValue() - Method in class com.jme3.util.IntMap.Entry
 
getValue(int) - Method in class com.jme3.util.ListMap
 
getValueAsString() - Method in class com.jme3.material.MatParam
Returns the material parameter value as it would appear in a J3M file.
getVarType() - Method in class com.jme3.material.MatParam
Returns the material parameter type.
getVarType() - Method in class com.jme3.shader.Uniform
 
getVControlPointsAmount() - Method in class com.jme3.scene.shape.Surface
This method returns the amount of V control points.
getVector2Array(FloatBuffer) - Static method in class com.jme3.util.BufferUtils
Generates a Vector2f array from the given FloatBuffer.
getVector3Array(FloatBuffer) - Static method in class com.jme3.util.BufferUtils
Generates a Vector3f array from the given FloatBuffer.
getVehicleId() - Method in class com.jme3.bullet.objects.PhysicsVehicle
used internally
getVelocity() - Method in class com.jme3.audio.AudioNode
 
getVelocity() - Method in class com.jme3.audio.Listener
 
getVelocityVariation() - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
 
getVelocityVariation() - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
 
getVelocityVariation() - Method in interface com.jme3.effect.influencers.ParticleInfluencer
This method returns the velocity variation.
getVelocityVariation() - Method in class com.jme3.effect.ParticleEmitter
Deprecated. This method is deprecated. Use ParticleEmitter.getParticleInfluencer().getVelocityVariation(); instead.
getVersion() - Method in class com.jme3.network.base.DefaultClient
 
getVersion() - Method in class com.jme3.network.base.DefaultServer
 
getVersion() - Method in interface com.jme3.network.Client
Returns the game-specific version of the server this client should be able to connect to.
getVersion() - Method in class com.jme3.network.message.ClientRegistrationMessage
 
getVersion() - Method in interface com.jme3.network.Server
Returns the game-specific version of this server used for detecting mismatched clients.
getVersionNumber() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method returns the blender version number where the file was created.
getVertexCount() - Method in class com.jme3.asset.BlenderKey.LoadingResults
 
getVertexCount() - Method in class com.jme3.scene.Geometry
Returns this geometry's mesh vertex count.
getVertexCount() - Method in class com.jme3.scene.Mesh
Returns the number of vertices on this mesh.
getVertexCount() - Method in class com.jme3.scene.Node
getVertexCount returns the number of vertices contained in all sub-branches of this node that contain geometry.
getVertexCount(int) - Method in class com.jme3.scene.plugins.blender.meshes.MeshContext
 
getVertexCount() - Method in class com.jme3.scene.Spatial
 
getVertexReferenceMap(int) - Method in class com.jme3.scene.plugins.blender.meshes.MeshContext
This method returns the vertex reference map.
getVertexShaderLanguage() - Method in class com.jme3.material.TechniqueDef
Returns the language of the vertex shader used in this technique.
getVertexShaderLanguage() - Method in class com.jme3.shader.ShaderKey
 
getVertexShaderName() - Method in class com.jme3.material.TechniqueDef
Returns the name of the vertex shader used by the technique, or null if no vertex shader is specified.
getVerticalAlignment() - Method in class com.jme3.font.BitmapText
 
getVerticalRotation() - Method in class com.jme3.input.ChaseCamera
returns the current vertical rotation around the target in radians.
getVertices() - Method in class com.jme3.bullet.util.DebugMeshCallback
 
getVerticesColors(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.meshes.MeshHelper
This method returns the vertices colors.
getVertName() - Method in class com.jme3.shader.ShaderKey
 
getView(int, View, ViewGroup) - Method in class jme3test.android.DemoLaunchAdapter
 
getViewDirection() - Method in class com.jme3.bullet.control.CharacterControl
 
getViewMatrix() - Method in class com.jme3.renderer.Camera
 
getViewPort() - Method in class com.jme3.app.Application
 
getViewPortBottom() - Method in class com.jme3.renderer.Camera
getViewPortBottom gets the bottom boundary of the viewport
getViewPortLeft() - Method in class com.jme3.renderer.Camera
getViewPortLeft gets the left boundary of the viewport
getViewportPixelHeight() - Method in class jme3tools.navigation.MapModel2D
Returns the height of the viewport in pixels
getViewportPixelWidth() - Method in class jme3tools.navigation.MapModel2D
Returns the width of the viewport in pixels
getViewPortRight() - Method in class com.jme3.renderer.Camera
getViewPortRight gets the right boundary of the viewport
getViewPortTop() - Method in class com.jme3.renderer.Camera
getViewPortTop gets the top boundary of the viewport
getViewProjectionMatrix() - Method in class com.jme3.renderer.Camera
 
getVolume() - Method in class com.jme3.audio.AudioNode
 
getVolume() - Method in class com.jme3.audio.Listener
 
getVolume() - Method in class com.jme3.audio.LowPassFilter
 
getVolume() - Method in class com.jme3.bounding.BoundingBox
 
getVolume() - Method in class com.jme3.bounding.BoundingSphere
 
getVolume() - Method in class com.jme3.bounding.BoundingVolume
 
getVolume() - Method in class com.jme3.niftygui.SoundHandleJme
 
getVxOffset() - Method in class com.jme3.post.filters.FXAAFilter
 
getW() - Method in class com.jme3.math.Quaternion
 
getW() - Method in class com.jme3.math.Vector4f
 
getWalkDirection() - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
getWaterColor() - Method in class com.jme3.water.WaterFilter
returns the color of the water
getWaterDepth() - Method in class com.jme3.water.SimpleWaterProcessor
return the water depth
getWaterHeight() - Method in class com.jme3.water.WaterFilter
gets the height of the water plane
getWaterTransparency() - Method in class com.jme3.water.SimpleWaterProcessor
returns water transparency
getWaterTransparency() - Method in class com.jme3.water.WaterFilter
returns the waterTransparency value
getWaveScale() - Method in class com.jme3.water.WaterFilter
returns the scale factor of the waves height map
getWayPoint(int) - Method in class com.jme3.cinematic.MotionPath
returns the waypoint at the given index
getWayPointIndexForDistance(float) - Method in class com.jme3.cinematic.MotionPath
compute the index of the waypoint and the interpolation value according to a distance returns a vector 2 containing the index in the x field and the interpolation value in the y field
getWeights() - Method in class com.jme3.math.Spline
This method returns NURBS' spline weights.
getWeightThreshold() - Method in class com.jme3.bullet.control.KinematicRagdollControl
 
getWheel(int) - Method in class com.jme3.bullet.objects.PhysicsVehicle
You can get access to the single wheels via this method.
getWheel() - Method in class com.jme3.input.event.MouseMotionEvent
Current mouse wheel value
getWheelId() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getWheelsDampingCompression() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getWheelsDampingRelaxation() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getWheelSpatial() - Method in class com.jme3.bullet.objects.VehicleWheel
 
getWidth() - Method in class com.jme3.cursors.plugins.JmeCursor
Queries the cursor's width.
getWidth() - Method in class com.jme3.font.BitmapCharacter
 
getWidth() - Method in class com.jme3.font.BitmapCharacterSet
 
getWidth() - Method in class com.jme3.niftygui.RenderDeviceJme
 
getWidth(String) - Method in class com.jme3.niftygui.RenderFontJme
get font width of the given string.
getWidth(String, float) - Method in class com.jme3.niftygui.RenderFontJme
 
getWidth() - Method in class com.jme3.niftygui.RenderImageJme
 
getWidth() - Method in class com.jme3.renderer.Camera
 
getWidth() - Method in class com.jme3.scene.shape.PQTorus
 
getWidth() - Method in class com.jme3.scene.shape.Quad
 
getWidth() - Method in class com.jme3.system.AppSettings
Get the width
getWidth() - Method in class com.jme3.terrain.GeoMap
Returns the width of this Geomap
getWidth() - Method in class com.jme3.texture.FrameBuffer
 
getWidth() - Method in class com.jme3.texture.Image
getWidth returns the width of this image.
getWidth() - Method in class jme3tools.optimize.TextureAtlas.TextureAtlasTile
 
getWindDirection() - Method in class com.jme3.water.WaterFilter
returns the wind direction
getWires() - Method in class com.jme3.scene.debug.SkeletonDebugger
 
getWorldBindings() - Method in class com.jme3.material.TechniqueDef
Returns a list of world parameters that are used by this technique definition.
getWorldBindInversePosition() - Method in class com.jme3.animation.Bone
Returns the inverse world bind pose position.
getWorldBindInverseRotation() - Method in class com.jme3.animation.Bone
Returns the inverse world bind pose rotation.
getWorldBindInverseScale() - Method in class com.jme3.animation.Bone
Returns the inverse world bind pose scale.
getWorldBindPosition() - Method in class com.jme3.animation.Bone
Returns the world bind pose position.
getWorldBindRotation() - Method in class com.jme3.animation.Bone
Returns the world bind pose rotation.
getWorldBindScale() - Method in class com.jme3.animation.Bone
Returns the world bind pose scale.
getWorldBindUniforms() - Method in class com.jme3.material.Technique
Returns a list of uniforms that implements the world parameters that were requested by the material definition.
getWorldBound() - Method in class com.jme3.scene.Spatial
getWorldBound retrieves the world bound at this node level.
getWorldCoordinates(Vector2f, float) - Method in class com.jme3.renderer.Camera
 
getWorldCoordinates(Vector2f, float, Vector3f) - Method in class com.jme3.renderer.Camera
 
getWorldHeight() - Method in class jme3tools.navigation.MapModel3D
Returns the height of the viewport in pixels.
getWorldLightList() - Method in class com.jme3.scene.Spatial
Returns the world LightList, containing the lights combined from all this Spatial's parents up to and including this Spatial's lights.
getWorldLocation() - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
 
getWorldMatrix() - Method in class com.jme3.scene.Geometry
A matrix that transforms the mesh from model space to world space.
getWorldMax() - Method in class com.jme3.bullet.PhysicsSpace
 
getWorldMin() - Method in class com.jme3.bullet.PhysicsSpace
 
getWorldRotation() - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
 
getWorldRotation() - Method in class com.jme3.scene.Spatial
getWorldRotation retrieves the absolute rotation of the Spatial.
getWorldRotationQuat() - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
 
getWorldScale() - Method in class com.jme3.scene.Spatial
getWorldScale retrieves the absolute scale factor of the spatial.
getWorldScaleCached() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getWorldTransform() - Method in class com.jme3.scene.Spatial
getWorldTransform retrieves the world transformation of the spatial.
getWorldTranslation() - Method in class com.jme3.scene.Spatial
getWorldTranslation retrieves the absolute translation of the spatial.
getWorldTranslationCached() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
getWorldWidth() - Method in class jme3tools.navigation.MapModel3D
Returns the width of the viewport in pixels.
getWrap(Texture.WrapAxis) - Method in class com.jme3.texture.Texture
getWrap returns the wrap mode for a given coordinate axis on this texture.
getWrap(Texture.WrapAxis) - Method in class com.jme3.texture.Texture2D
getWrap returns the wrap mode for a given coordinate axis on this texture.
getWrap(Texture.WrapAxis) - Method in class com.jme3.texture.Texture3D
getWrap returns the wrap mode for a given coordinate axis on this texture.
getWrap(Texture.WrapAxis) - Method in class com.jme3.texture.TextureArray
 
getWrap(Texture.WrapAxis) - Method in class com.jme3.texture.TextureCubeMap
getWrap returns the wrap mode for a given coordinate axis on this texture.
getX() - Method in class com.jme3.font.BitmapCharacter
 
getX() - Method in class com.jme3.input.event.MouseButtonEvent
The X coordinate of the mouse when the event was generated.
getX() - Method in class com.jme3.input.event.MouseMotionEvent
Current X coordinate
getX() - Method in class com.jme3.input.event.TouchEvent
 
getX() - Method in class com.jme3.math.Quaternion
 
getX() - Method in class com.jme3.math.Vector2f
 
getX() - Method in class com.jme3.math.Vector3f
 
getX() - Method in class com.jme3.math.Vector4f
 
getX() - Method in class jme3tools.optimize.TextureAtlas.TextureAtlasTile
 
getXAdvance() - Method in class com.jme3.font.BitmapCharacter
 
getXAxisIndex() - Method in class com.jme3.input.Joystick
Gets the index number for the X axis on the joystick.
getXExtent() - Method in class com.jme3.bounding.BoundingBox
 
getXExtent() - Method in class com.jme3.scene.shape.AbstractBox
Get the x-axis size (extent) of this box.
getXHotSpot() - Method in class com.jme3.cursors.plugins.JmeCursor
Queries the cursor's X hotspot coordinate.
getXOffset() - Method in class com.jme3.font.BitmapCharacter
 
getY() - Method in class com.jme3.font.BitmapCharacter
 
getY() - Method in class com.jme3.input.event.MouseButtonEvent
The Y coordinate of the mouse when the event was generated.
getY() - Method in class com.jme3.input.event.MouseMotionEvent
Current Y coordinate
getY() - Method in class com.jme3.input.event.TouchEvent
 
getY() - Method in class com.jme3.math.Quaternion
 
getY() - Method in class com.jme3.math.Vector2f
 
getY() - Method in class com.jme3.math.Vector3f
 
getY() - Method in class com.jme3.math.Vector4f
 
getY() - Method in class jme3tools.optimize.TextureAtlas.TextureAtlasTile
 
getYAxisIndex() - Method in class com.jme3.input.Joystick
Gets the index number for the Y axis on the joystick.
getYExtent() - Method in class com.jme3.bounding.BoundingBox
 
getYExtent() - Method in class com.jme3.scene.shape.AbstractBox
Get the y-axis size (extent) of this box.
getYHotSpot() - Method in class com.jme3.cursors.plugins.JmeCursor
Queries the cursor's Y hotspot coordinate.
getYOffset() - Method in class com.jme3.font.BitmapCharacter
 
getZ() - Method in class com.jme3.math.Quaternion
 
getZ() - Method in class com.jme3.math.Vector3f
 
getZ() - Method in class com.jme3.math.Vector4f
 
getZExtent() - Method in class com.jme3.bounding.BoundingBox
 
getZExtent() - Method in class com.jme3.scene.shape.AbstractBox
Get the z-axis size (extent) of this box.
getZoomSensitivity() - Method in class com.jme3.input.ChaseCamera
returns the zoom sensitivity
getZSamples() - Method in class com.jme3.scene.shape.Sphere
 
gFactor - Variable in class com.jme3.scene.plugins.blender.textures.generating.TextureGenerator.BrightnessAndContrastData
 
GhostControl - Class in com.jme3.bullet.control
A GhostControl moves with the spatial it is attached to and can be used to check overlaps with other physics objects (e.g.
GhostControl() - Constructor for class com.jme3.bullet.control.GhostControl
 
GhostControl(CollisionShape) - Constructor for class com.jme3.bullet.control.GhostControl
 
GImpactCollisionShape - Class in com.jme3.bullet.collision.shapes
Basic mesh collision shape
GImpactCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.GImpactCollisionShape
 
GImpactCollisionShape(Mesh) - Constructor for class com.jme3.bullet.collision.shapes.GImpactCollisionShape
creates a collision shape from the given Mesh
GL1Renderer - Interface in com.jme3.renderer
Renderer sub-interface that is used for non-shader based renderers.
GLSLLoader - Class in com.jme3.shader.plugins
GLSL File parser that supports #import pre-processor statement
GLSLLoader() - Constructor for class com.jme3.shader.plugins.GLSLLoader
 
glVertexAttribPointer(int, int, int, boolean, int, int) - Static method in class com.jme3.renderer.android.Android22Workaround
 
GpuAnalyzerValidator - Class in jme3tools.shadercheck
Shader validator implementation for AMD's GPUShaderAnalyser.
GpuAnalyzerValidator() - Constructor for class jme3tools.shadercheck.GpuAnalyzerValidator
 
Gray - Static variable in class com.jme3.math.ColorRGBA
the color gray (.5,.5,.5).
greatCircleSailing(Position, Position) - Method in class jme3tools.navigation.NavCalculator
Determines a great circle track between two positions
Green - Static variable in class com.jme3.math.ColorRGBA
the color green (0,1,0).
green - Variable in class com.jme3.scene.plugins.blender.textures.TexturePixel
The pixel data.
Grid - Class in com.jme3.scene.debug
Simple grid shape.
Grid(int, int, float) - Constructor for class com.jme3.scene.debug.Grid
Creates a grid debug shape.
gridLocation - Variable in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
 
gridMoved(Vector3f) - Method in interface com.jme3.terrain.geomipmap.TerrainGridListener
 
gridOffset - Variable in class com.jme3.terrain.geomipmap.TerrainGrid
 
gridOrigin - Variable in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
 
gridSpacing - Variable in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
 
gsort(Object[], Comparator) - Static method in class com.jme3.util.SortUtil
procedure optimizedGnomeSort(a[]) pos := 1 last := 0 while pos < length(a) if (a[pos] >= a[pos-1]) if (last != 0) pos := last last := 0 end if pos := pos + 1 else swap a[pos] and a[pos-1] if (pos > 1) if (last == 0) last := pos end if pos := pos - 1 else pos := pos + 1 end if end if end while end procedure
GuiComparator - Class in com.jme3.renderer.queue
GuiComparator sorts geometries back-to-front based on their Z position.
GuiComparator() - Constructor for class com.jme3.renderer.queue.GuiComparator
 
guiFont - Variable in class com.jme3.app.SimpleApplication
 
guiFont - Variable in class com.jme3.app.StatsAppState
 
guiNode - Variable in class com.jme3.app.SimpleApplication
 
guiNode - Variable in class com.jme3.app.StatsAppState
 
GuiTrack - Class in com.jme3.cinematic.events
 
GuiTrack() - Constructor for class com.jme3.cinematic.events.GuiTrack
 
GuiTrack(Nifty, String) - Constructor for class com.jme3.cinematic.events.GuiTrack
 
GuiTrack(Nifty, String, float) - Constructor for class com.jme3.cinematic.events.GuiTrack
 
GuiTrack(Nifty, String, LoopMode) - Constructor for class com.jme3.cinematic.events.GuiTrack
 
GuiTrack(Nifty, String, float, LoopMode) - Constructor for class com.jme3.cinematic.events.GuiTrack
 
guiViewPort - Variable in class com.jme3.app.Application
 
GZIPCompressedMessage - Class in com.jme3.network.message
GZIPCompressedMessage is the class that you need to use should you want to compress a message using Gzip.
GZIPCompressedMessage() - Constructor for class com.jme3.network.message.GZIPCompressedMessage
 
GZIPCompressedMessage(Message) - Constructor for class com.jme3.network.message.GZIPCompressedMessage
 
GZIPSerializer - Class in com.jme3.network.serializing.serializers
Serializes GZIP messages.
GZIPSerializer() - Constructor for class com.jme3.network.serializing.serializers.GZIPSerializer
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z