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

E

E - Static variable in class jme3tools.navigation.Coordinate
 
efficientData - Variable in class com.jme3.texture.Image
 
eglconfig_array - Static variable in class jme3test.android.R.array
 
eglconfig_prompt - Static variable in class jme3test.android.R.string
 
eglconfig_text - Static variable in class jme3test.android.R.string
 
eglConfigType - Variable in class com.jme3.app.AndroidHarness
ConfigType.FASTEST is RGB565, GLSurfaceView default ConfigType.BEST is RGBA8888 or better if supported by the hardware
eglConfigVerboseLogging - Variable in class com.jme3.app.AndroidHarness
If true all valid and not valid egl configs are logged
eigen - Variable in class com.jme3.util.TempVars
Eigen
Eigen3f - Class in com.jme3.math
 
Eigen3f() - Constructor for class com.jme3.math.Eigen3f
 
Eigen3f(Matrix3f) - Constructor for class com.jme3.math.Eigen3f
 
ELEMENT_FLOATBUFFER - Static variable in class com.jme3.export.xml.XMLExporter
 
ELEMENT_KEY - Static variable in class com.jme3.export.xml.XMLExporter
 
ELEMENT_MAPENTRY - Static variable in class com.jme3.export.xml.XMLExporter
 
ELEMENT_VALUE - Static variable in class com.jme3.export.xml.XMLExporter
 
emitAllParticles() - Method in class com.jme3.effect.ParticleEmitter
Instantly emits all the particles possible to be emitted.
EmitterBoxShape - Class in com.jme3.effect.shapes
 
EmitterBoxShape() - Constructor for class com.jme3.effect.shapes.EmitterBoxShape
 
EmitterBoxShape(Vector3f, Vector3f) - Constructor for class com.jme3.effect.shapes.EmitterBoxShape
 
EmitterMeshConvexHullShape - Class in com.jme3.effect.shapes
This emiter shape emits the particles from the given shape's interior constrained by its convex hull (a geometry that tightly wraps the mesh).
EmitterMeshConvexHullShape() - Constructor for class com.jme3.effect.shapes.EmitterMeshConvexHullShape
Empty constructor.
EmitterMeshConvexHullShape(List<Mesh>) - Constructor for class com.jme3.effect.shapes.EmitterMeshConvexHullShape
Constructor.
EmitterMeshFaceShape - Class in com.jme3.effect.shapes
This emiter shape emits the particles from the given shape's faces.
EmitterMeshFaceShape() - Constructor for class com.jme3.effect.shapes.EmitterMeshFaceShape
Empty constructor.
EmitterMeshFaceShape(List<Mesh>) - Constructor for class com.jme3.effect.shapes.EmitterMeshFaceShape
Constructor.
EmitterMeshVertexShape - Class in com.jme3.effect.shapes
This emiter shape emits the particles from the given shape's vertices
EmitterMeshVertexShape() - Constructor for class com.jme3.effect.shapes.EmitterMeshVertexShape
Empty constructor.
EmitterMeshVertexShape(List<Mesh>) - Constructor for class com.jme3.effect.shapes.EmitterMeshVertexShape
Constructor.
EmitterPointShape - Class in com.jme3.effect.shapes
 
EmitterPointShape() - Constructor for class com.jme3.effect.shapes.EmitterPointShape
 
EmitterPointShape(Vector3f) - Constructor for class com.jme3.effect.shapes.EmitterPointShape
 
EmitterShape - Interface in com.jme3.effect.shapes
This interface declares methods used by all shapes that represent particle emitters.
EmitterSphereShape - Class in com.jme3.effect.shapes
 
EmitterSphereShape() - Constructor for class com.jme3.effect.shapes.EmitterSphereShape
 
EmitterSphereShape(Vector3f, float) - Constructor for class com.jme3.effect.shapes.EmitterSphereShape
 
EmptyParticleInfluencer - Class in com.jme3.effect.influencers
This influencer does not influence particle at all.
EmptyParticleInfluencer() - Constructor for class com.jme3.effect.influencers.EmptyParticleInfluencer
 
ENABLE_COMPRESSION - Static variable in class com.jme3.renderer.android.TextureUtil
 
enableClip(int, int, int, int) - Method in class com.jme3.niftygui.RenderDeviceJme
 
enabled - Variable in class com.jme3.bullet.control.CharacterControl
 
enabled - Variable in class com.jme3.bullet.control.GhostControl
 
enabled - Variable in class com.jme3.bullet.control.KinematicRagdollControl
 
enabled - Variable in class com.jme3.bullet.control.RigidBodyControl
 
enabled - Variable in class com.jme3.bullet.control.VehicleControl
 
enabled - Variable in class com.jme3.input.ChaseCamera
 
enabled - Variable in class com.jme3.input.FlyByCamera
 
enabled - Variable in class com.jme3.light.Light
If light is disabled, it will not have any
enabled - Variable in class com.jme3.post.Filter
 
enabled - Variable in class com.jme3.scene.control.AbstractControl
 
enableDebug(AssetManager) - Method in class com.jme3.bullet.PhysicsSpace
Enable debug display for physics
enableDebugShape(AssetManager, Node) - Method in class com.jme3.cinematic.MotionPath
enable the display of the path and the waypoints
enableMotor(boolean, float, float) - Method in class com.jme3.bullet.joints.HingeJoint
 
enableMouseCursor(MouseCursor) - Method in class com.jme3.niftygui.RenderDeviceJme
 
enableSpring(int, boolean) - Method in class com.jme3.bullet.joints.SixDofSpringJoint
 
endDocument() - Method in class com.jme3.scene.plugins.ogre.MeshLoader
 
endDocument() - Method in class com.jme3.scene.plugins.ogre.SceneLoader
 
endElement(String, String, String) - Method in class com.jme3.scene.plugins.ogre.MeshLoader
 
endElement(String, String, String) - Method in class com.jme3.scene.plugins.ogre.SceneLoader
 
endElement(String, String, String) - Method in class com.jme3.scene.plugins.ogre.SkeletonLoader
 
endFrame() - Method in class com.jme3.niftygui.RenderDeviceJme
 
endInput() - Method in class com.jme3.input.InputManager
Callback from RawInputListener.
endInput() - Method in interface com.jme3.input.RawInputListener
Called after a batch of input was sent to this RawInputListener.
endInput() - Method in class com.jme3.niftygui.InputSystemJme
 
Endpoint - Interface in com.jme3.network.kernel
An abstract endpoint in a Kernel that can be used for sending/receiving messages within the kernel space.
EndpointEvent - Class in com.jme3.network.kernel
Provides information about an added or removed connection.
EndpointEvent(Kernel, Endpoint, EndpointEvent.Type) - Constructor for class com.jme3.network.kernel.EndpointEvent
 
EndpointEvent.Type - Enum in com.jme3.network.kernel
 
enqueue(Callable<V>) - Method in class com.jme3.app.Application
Enqueues a task/callable object to execute in the jME3 rendering thread.
enqueue(Callable<V>) - Method in class com.jme3.bullet.PhysicsSpace
calls the callable on the next physics tick (ensuring e.g.
enqueue(Callable<V>) - Method in class com.jme3.scene.control.UpdateControl
Enqueues a task/callable object to execute in the jME3 rendering thread.
enqueueOnThisThread(Callable<V>) - Static method in class com.jme3.bullet.PhysicsSpace
 
enqueueWrite(Endpoint, DatagramPacket) - Method in class com.jme3.network.kernel.udp.UdpKernel
 
ensureCapacity(float[], int) - Method in class com.jme3.animation.CompactArray
Ensure the capacity for the given array and the given size
ensureLargeEnough(FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
Ensures there is at least the required number of entries left after the current position of the buffer.
ensureLargeEnough(ShortBuffer, int) - Static method in class com.jme3.util.BufferUtils
 
ensureLargeEnough(ByteBuffer, int) - Static method in class com.jme3.util.BufferUtils
 
ensurePositiveVolumeBBox() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
EntropyComputeUtil - Class in com.jme3.terrain.geomipmap.lodcalc.util
Computes the entropy value δ (delta) for a given terrain block and LOD level.
EntropyComputeUtil() - Constructor for class com.jme3.terrain.geomipmap.lodcalc.util.EntropyComputeUtil
 
entrySet() - Method in class com.jme3.util.ListMap
 
EnumSerializer - Class in com.jme3.network.serializing.serializers
Enum serializer.
EnumSerializer() - Constructor for class com.jme3.network.serializing.serializers.EnumSerializer
 
Envelope - Class in com.jme3.network.kernel
Encapsulates a received piece of data.
Envelope(Endpoint, byte[], boolean) - Constructor for class com.jme3.network.kernel.Envelope
Creates an incoming envelope holding the data from the specified source.
Environment - Class in com.jme3.audio
Audio environment, for reverb effects.
Environment() - Constructor for class com.jme3.audio.Environment
 
Environment(Environment) - Constructor for class com.jme3.audio.Environment
 
Environment(float, float, float, float, float, float, float, float, float, float) - Constructor for class com.jme3.audio.Environment
 
Environment(float[]) - Constructor for class com.jme3.audio.Environment
 
equals(Object) - Method in class com.jme3.asset.AssetKey
 
equals(Object) - Method in class com.jme3.asset.BlenderKey
 
equals(Object) - Method in class com.jme3.asset.TextureKey
 
equals(Object) - Method in class com.jme3.audio.AudioKey
 
equals(Object) - Method in class com.jme3.collision.CollisionResult
 
equals(Object) - Method in class com.jme3.material.MatParam
 
equals(Object) - Method in class com.jme3.material.RenderState
returns true if the given renderState is equall to this one
equals(Object) - Method in class com.jme3.math.ColorRGBA
equals returns true if this color is logically equivalent to a given color.
equals(Object) - Method in class com.jme3.math.Matrix3f
are these two matrices the same? they are is they both have the same mXX values.
equals(Object) - Method in class com.jme3.math.Matrix4f
are these two matrices the same? they are is they both have the same mXX values.
equals(Object) - Method in class com.jme3.math.Quaternion
equals determines if two quaternions are logically equal, that is, if the values of (x, y, z, w) are the same for both quaternions.
equals(Object) - Method in class com.jme3.math.Vector2f
are these two vectors the same? they are is they both have the same x and y values.
equals(Object) - Method in class com.jme3.math.Vector3f
are these two vectors the same? they are is they both have the same x,y, and z values.
equals(Object) - Method in class com.jme3.math.Vector4f
are these two vectors the same? they are is they both have the same x,y, and z values.
equals(Object) - Method in class com.jme3.scene.plugins.blender.file.Pointer
 
equals(Object) - Method in class com.jme3.scene.plugins.blender.objects.Properties
 
equals(Object) - Method in class com.jme3.scene.plugins.OBJLoader.Vertex
 
equals(Object) - Method in class com.jme3.scene.plugins.ogre.matext.OgreMaterialKey
 
equals(Object) - Method in class com.jme3.scene.plugins.ogre.OgreMeshKey
 
equals(Object) - Method in class com.jme3.shader.ShaderKey
 
equals(Object) - Method in class com.jme3.terrain.geomipmap.picking.TerrainPickData
 
equals(Object) - Method in class com.jme3.texture.Image
 
equals(Object) - Method in class com.jme3.texture.Texture
 
equals(Object) - Method in class com.jme3.texture.Texture2D
 
equals(Object) - Method in class com.jme3.texture.Texture3D
 
equals(Object) - Method in class com.jme3.texture.TextureCubeMap
 
equals(Vector3f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
Checks to see if the given Vector3f is equals to the data stored in the buffer at the given data index.
equals(Vector2f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
Checks to see if the given Vector2f is equals to the data stored in the buffer at the given data index.
equals(Object) - Method in class com.jme3.util.SafeArrayList
 
equalTo(T) - Static method in class com.jme3.network.Filters
Creates a filter that returns true for inputs that are .equals() equivalent to the specified value.
erodeTerrain() - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
erodeTerrain is a convenience method that applies the FIR filter to a given height map.
error - Variable in class com.jme3.network.ClientStateListener.DisconnectInfo
 
ERROR - Static variable in class com.jme3.network.message.DisconnectMessage
 
ErrorListener<S> - Interface in com.jme3.network
Notified when errors happen on a connection.
establishParentKey(AssetKey) - Method in class com.jme3.asset.ImplHandler
Establishes the asset key that is used for tracking dependent assets that have failed to load.
evaluate(int, int) - Method in class com.jme3.scene.plugins.blender.curves.BezierCurve
This method evaluates the data for the specified frame.
evaluateListBase(BlenderContext) - Method in class com.jme3.scene.plugins.blender.file.Structure
This methos should be used on structures that are of a 'ListBase' type.
eventDispatchImpulseThreshold - Variable in class com.jme3.bullet.control.KinematicRagdollControl
 
EVENTS_PENDING - Static variable in interface com.jme3.network.kernel.Kernel
A marker envelope returned from read() that indicates that there are events pending.
excludeFromLoading(int) - Method in class com.jme3.asset.BlenderKey
This method removes features from being loaded.
execute(float) - Method in interface com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorWood.WaveForm
 
executor - Variable in class com.jme3.asset.ThreadingManager
 
executor - Variable in class com.jme3.bullet.BulletAppState
 
executor - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
 
exitDialogMessage - Variable in class com.jme3.app.AndroidHarness
Message of the exit dialog, default is "Use your home key to bring this app into the background or exit to terminate it."
exitDialogTitle - Variable in class com.jme3.app.AndroidHarness
Title of the exit dialog, default is "Do you want to exit?"
exp(float) - Static method in class com.jme3.math.FastMath
Returns E^fValue
exposeObject(String, Object) - Method in class com.jme3.network.rmi.ObjectStore
 
extension - Variable in class com.jme3.asset.AssetKey
 
extractNativeLib(String, String) - Static method in class com.jme3.system.Natives
 
extractNativeLib(String, String, boolean) - Static method in class com.jme3.system.Natives
 
extractNativeLib(String, String, boolean, boolean) - Static method in class com.jme3.system.Natives
 
extractNativeLibs(Platform, AppSettings) - Static method in class com.jme3.system.Natives
 
extractVertexData(Mesh) - Method in class com.jme3.scene.Mesh
Extracts the vertex attributes from the given mesh into this mesh, by using this mesh's index buffer to index into the attributes of the other mesh.
extrapolateLinear(float, float, float) - Static method in class com.jme3.math.FastMath
Linear extrapolation from startValue to endValue by the given scale.
extrapolateLinear(float, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
Linear extrapolation from startValue to endValue by the given scale.
extrapolateLinear(float, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
Linear extrapolation from startValue to endValue by the given scale.

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