Index
All Classes and Interfaces|All Packages
A
- addAxis(InputDevice.MotionRange) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- addAxis(String, String, int, float) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
- addButton(int) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- addEvent(InputEvent) - Method in class com.jme3.input.android.AndroidJoyInput
- addEvent(InputEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- addGlSurfaceView() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Adds the glSurfaceView to the screen immediately, saving the current app instance.
- addImage(byte[]) - Method in class com.jme3.app.state.MjpegFileWriter
- addImage(Bitmap) - Method in class com.jme3.app.state.MjpegFileWriter
- addImage(Bitmap, float) - Method in class com.jme3.app.state.MjpegFileWriter
- addListeners(GLSurfaceView) - Method in class com.jme3.input.android.AndroidInputHandler
- addListeners(GLSurfaceView) - Method in class com.jme3.input.android.AndroidInputHandler14
- alAuxiliaryEffectSloti(int, int, int) - Method in class com.jme3.audio.android.AndroidEFX
- alBufferData(int, int, ByteBuffer, int, int) - Method in class com.jme3.audio.android.AndroidAL
- alcDevicePauseSOFT() - Method in class com.jme3.audio.android.AndroidALC
- alcDeviceResumeSOFT() - Method in class com.jme3.audio.android.AndroidALC
- alcGetInteger(int, IntBuffer, int) - Method in class com.jme3.audio.android.AndroidALC
- alcGetString(int) - Method in class com.jme3.audio.android.AndroidALC
- alcIsExtensionPresent(String) - Method in class com.jme3.audio.android.AndroidALC
- alDeleteAuxiliaryEffectSlots(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
- alDeleteBuffers(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidAL
- alDeleteEffects(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
- alDeleteFilters(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
- alDeleteSources(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidAL
- alEffectf(int, int, float) - Method in class com.jme3.audio.android.AndroidEFX
- alEffecti(int, int, int) - Method in class com.jme3.audio.android.AndroidEFX
- alFilterf(int, int, float) - Method in class com.jme3.audio.android.AndroidEFX
- alFilteri(int, int, int) - Method in class com.jme3.audio.android.AndroidEFX
- alGenAuxiliaryEffectSlots(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
- alGenBuffers(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidAL
- alGenEffects(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
- alGenFilters(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
- alGenSources() - Method in class com.jme3.audio.android.AndroidAL
- alGetError() - Method in class com.jme3.audio.android.AndroidAL
- alGetSourcei(int, int) - Method in class com.jme3.audio.android.AndroidAL
- alGetString(int) - Method in class com.jme3.audio.android.AndroidAL
- alListener(int, FloatBuffer) - Method in class com.jme3.audio.android.AndroidAL
- alListener3f(int, float, float, float) - Method in class com.jme3.audio.android.AndroidAL
- alListenerf(int, float) - Method in class com.jme3.audio.android.AndroidAL
- allocate(int) - Method in class com.jme3.util.AndroidBufferAllocator
-
Deprecated.
- allocate(int) - Method in class com.jme3.util.AndroidNativeBufferAllocator
- alSource3f(int, int, float, float, float) - Method in class com.jme3.audio.android.AndroidAL
- alSource3i(int, int, int, int, int) - Method in class com.jme3.audio.android.AndroidAL
- alSourcef(int, int, float) - Method in class com.jme3.audio.android.AndroidAL
- alSourcei(int, int, int) - Method in class com.jme3.audio.android.AndroidAL
- alSourcePause(int) - Method in class com.jme3.audio.android.AndroidAL
- alSourcePlay(int) - Method in class com.jme3.audio.android.AndroidAL
- alSourceQueueBuffers(int, int, IntBuffer) - Method in class com.jme3.audio.android.AndroidAL
- alSourceStop(int) - Method in class com.jme3.audio.android.AndroidAL
- alSourceUnqueueBuffers(int, int, IntBuffer) - Method in class com.jme3.audio.android.AndroidAL
- AndroidAL - Class in com.jme3.audio.android
- AndroidAL() - Constructor for class com.jme3.audio.android.AndroidAL
- AndroidALC - Class in com.jme3.audio.android
- AndroidALC() - Constructor for class com.jme3.audio.android.AndroidALC
- AndroidAudioData - Class in com.jme3.audio.android
- AndroidAudioData() - Constructor for class com.jme3.audio.android.AndroidAudioData
- AndroidAudioData(int) - Constructor for class com.jme3.audio.android.AndroidAudioData
- AndroidAudioLoader - Class in com.jme3.audio.plugins
-
AndroidAudioLoaderwill create anAndroidAudioDataobject with the specified asset key. - AndroidAudioLoader() - Constructor for class com.jme3.audio.plugins.AndroidAudioLoader
- AndroidBufferAllocator - Class in com.jme3.util
-
Deprecated.
- AndroidBufferAllocator() - Constructor for class com.jme3.util.AndroidBufferAllocator
-
Deprecated.
- AndroidBufferImageLoader - Class in com.jme3.texture.plugins
-
Loads textures using Android's Bitmap class, but does not have the RGBA8 alpha bug.
- AndroidBufferImageLoader() - Constructor for class com.jme3.texture.plugins.AndroidBufferImageLoader
- AndroidConfigChooser - Class in com.jme3.system.android
-
AndroidConfigChooser is used to determine the best suited EGL Config
- AndroidConfigChooser(AppSettings) - Constructor for class com.jme3.system.android.AndroidConfigChooser
- AndroidEFX - Class in com.jme3.audio.android
- AndroidEFX() - Constructor for class com.jme3.audio.android.AndroidEFX
- AndroidGestureProcessor - Class in com.jme3.input.android
-
AndroidGestureHandler uses Gesture type listeners to create jME TouchEvents for gestures.
- AndroidGestureProcessor(AndroidTouchInput) - Constructor for class com.jme3.input.android.AndroidGestureProcessor
- AndroidGL - Class in com.jme3.renderer.android
- AndroidGL() - Constructor for class com.jme3.renderer.android.AndroidGL
- AndroidHarness - Class in com.jme3.app
-
AndroidHarnesswraps a jme application object and runs it on Android - AndroidHarness() - Constructor for class com.jme3.app.AndroidHarness
- AndroidHarnessFragment - Class in com.jme3.app
- AndroidHarnessFragment() - Constructor for class com.jme3.app.AndroidHarnessFragment
- androidInput - Variable in class com.jme3.input.android.AndroidTouchInput
- androidInput - Variable in class com.jme3.system.android.OGLESContext
- AndroidInputHandler - Class in com.jme3.input.android
-
AndroidInputis the main class that connects the Android system inputs to jME. - AndroidInputHandler() - Constructor for class com.jme3.input.android.AndroidInputHandler
- AndroidInputHandler14 - Class in com.jme3.input.android
-
AndroidInputHandler14extendsAndroidInputHandlerto add the onHover and onGenericMotion events that where added in Android rev 14 (Android 4.0).
The onGenericMotion events are the main interface to Joystick axes. - AndroidInputHandler14() - Constructor for class com.jme3.input.android.AndroidInputHandler14
- AndroidJoyInput - Class in com.jme3.input.android
-
Main class that manages various joystick devices.
- AndroidJoyInput(AndroidInputHandler) - Constructor for class com.jme3.input.android.AndroidJoyInput
- AndroidJoyInput14 - Class in com.jme3.input.android
-
AndroidJoyInput14extendsAndroidJoyInputto include support for physical joysticks/gamepads. - AndroidJoyInput14(AndroidInputHandler) - Constructor for class com.jme3.input.android.AndroidJoyInput14
- AndroidJoystick(InputManager, JoyInput, InputDevice, int, String) - Constructor for class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- AndroidJoystickJoyInput14 - Class in com.jme3.input.android
-
Main class that creates and manages Android inputs for physical gamepads/joysticks.
- AndroidJoystickJoyInput14(AndroidJoyInput) - Constructor for class com.jme3.input.android.AndroidJoystickJoyInput14
- AndroidJoystickJoyInput14.AndroidJoystick - Class in com.jme3.input.android
- AndroidKeyMapping - Class in com.jme3.input.android
-
AndroidKeyMapping is just a utility to convert the Android keyCodes into jME KeyCodes so that events received in jME's KeyEvent will match between Desktop and Android.
- AndroidLocator - Class in com.jme3.asset.plugins
- AndroidLocator() - Constructor for class com.jme3.asset.plugins.AndroidLocator
- AndroidLocator.AndroidAssetInfo - Class in com.jme3.asset.plugins
- AndroidLogHandler - Class in com.jme3.util
-
Converts from Java based logging (
Loggerto Android based loggingLog. - AndroidLogHandler() - Constructor for class com.jme3.util.AndroidLogHandler
- AndroidNativeBufferAllocator - Class in com.jme3.util
-
Allocates and destroys direct byte buffers using native code.
- AndroidNativeBufferAllocator() - Constructor for class com.jme3.util.AndroidNativeBufferAllocator
- AndroidNativeImageLoader - Class in com.jme3.texture.plugins
-
Native image loader to deal with filetypes that support alpha channels.
- AndroidNativeImageLoader() - Constructor for class com.jme3.texture.plugins.AndroidNativeImageLoader
- AndroidScreenshots - Class in com.jme3.util
- AndroidSensorJoyInput - Class in com.jme3.input.android
-
AndroidSensorJoyInput converts the Android Sensor system into Joystick events.
- AndroidSensorJoyInput(AndroidJoyInput) - Constructor for class com.jme3.input.android.AndroidSensorJoyInput
- AndroidSensorJoyInput.AndroidSensorJoystick - Class in com.jme3.input.android
- AndroidSensorJoyInput.AndroidSensorJoystickAxis - Class in com.jme3.input.android
- AndroidSensorJoystick(InputManager, JoyInput, int, String) - Constructor for class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
- AndroidSensorJoystickAxis(InputManager, Joystick, int, String, String, boolean, boolean, float, float) - Constructor for class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
- AndroidTouchInput - Class in com.jme3.input.android
-
AndroidTouchInput is the base class that receives touch inputs from the Android system and creates the TouchEvents for jME.
- AndroidTouchInput(AndroidInputHandler) - Constructor for class com.jme3.input.android.AndroidTouchInput
- AndroidTouchInput14 - Class in com.jme3.input.android
-
AndroidTouchHandler14 extends AndroidTouchHandler to process the onHover events added in Android rev 14 (Android 4.0).
- AndroidTouchInput14(AndroidInputHandler) - Constructor for class com.jme3.input.android.AndroidTouchInput14
- app - Variable in class com.jme3.app.AndroidHarness
-
The jme3 application object
- appClass - Variable in class com.jme3.app.AndroidHarness
-
The application class to start
- appClass - Variable in class com.jme3.app.AndroidHarnessFragment
-
The application class to start
- appStep(AppStep) - Method in class com.jme3.app.DefaultAndroidProfiler
- appSubStep(String...) - Method in class com.jme3.app.DefaultAndroidProfiler
- assetKey - Variable in class com.jme3.audio.android.AndroidAudioData
- audioRendererType - Variable in class com.jme3.app.AndroidHarness
-
Sets the type of Audio Renderer to be used.
- audioRendererType - Variable in class com.jme3.app.AndroidHarnessFragment
-
Sets the type of Audio Renderer to be used.
- audioRendererType - Variable in class com.jme3.view.surfaceview.JmeSurfaceView
- autoFlush - Variable in class com.jme3.system.android.OGLESContext
B
- bindAppStateToActivityLifeCycle(boolean) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Binds/Unbinds the game life cycle to the holder activity life cycle.
- bitRate - Variable in class com.jme3.audio.plugins.NativeVorbisFile
C
- calibrateCenter() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
- channels - Variable in class com.jme3.audio.plugins.NativeVorbisFile
- checkEGLError(EGL10) - Static method in class com.jme3.renderer.android.RendererUtil
-
Checks for an EGL error and throws a
RendererExceptionif there is one. - checkGLError() - Static method in class com.jme3.renderer.android.RendererUtil
-
Checks for an OpenGL error and throws a
RendererExceptionif there is one. - checkGLErrorForced() - Static method in class com.jme3.renderer.android.RendererUtil
-
Checks for an OpenGL error and throws a
RendererExceptionif there is one. - chooseConfig(EGL10, EGLDisplay) - Method in class com.jme3.system.android.AndroidConfigChooser
-
Gets called by the GLSurfaceView class to return the best config
- cleanup() - Method in class com.jme3.app.state.VideoRecorderAppState
- clearResources() - Method in class com.jme3.audio.plugins.NativeVorbisFile
-
Clears the native resources and destroys the buffer
NativeVorbisFile.ovfreference. - close() - Method in class com.jme3.util.AndroidLogHandler
- com.jme3.app - package com.jme3.app
- com.jme3.app.state - package com.jme3.app.state
- com.jme3.asset.plugins - package com.jme3.asset.plugins
- com.jme3.audio.android - package com.jme3.audio.android
-
audio support for Android devices
- com.jme3.audio.plugins - package com.jme3.audio.plugins
- com.jme3.input.android - package com.jme3.input.android
-
user-input classes specific to Android devices
- com.jme3.renderer.android - package com.jme3.renderer.android
-
graphics-rendering code specific to Android devices
- com.jme3.system.android - package com.jme3.system.android
- com.jme3.texture.plugins - package com.jme3.texture.plugins
- com.jme3.util - package com.jme3.util
- com.jme3.view.surfaceview - package com.jme3.view.surfaceview
-
Holds
JmeSurfaceViewwith some lifecycle interfaces. - convertScreenShot(ByteBuffer, Bitmap) - Static method in class com.jme3.util.AndroidScreenshots
-
Convert OpenGL GLES20.GL_RGBA to Bitmap.Config.ARGB_8888 and store result in a Bitmap
- create() - Method in class com.jme3.system.android.OGLESContext
- create(boolean) - Method in class com.jme3.system.android.OGLESContext
- createALC() - Method in class com.jme3.audio.android.AndroidALC
- created - Variable in class com.jme3.system.android.OGLESContext
- createDestructableClone() - Method in class com.jme3.audio.android.AndroidAudioData
- createLayout() - Method in class com.jme3.app.AndroidHarnessFragment
- createView(Context) - Method in class com.jme3.system.android.OGLESContext
-
createViewcreates the GLSurfaceView that the renderer will draw to. - ctx - Variable in class com.jme3.app.AndroidHarness
- currentVolume - Variable in class com.jme3.audio.android.AndroidAudioData
D
- DefaultAndroidProfiler - Class in com.jme3.app
-
An AppProfiler implementation that integrates the per-frame application-wide timings for update versus render into the Android systrace utility.
- DefaultAndroidProfiler() - Constructor for class com.jme3.app.DefaultAndroidProfiler
- deinitInThread() - Method in class com.jme3.system.android.OGLESContext
-
De-initialize in the OpenGL thread.
- deleteObject(Object) - Method in class com.jme3.audio.android.AndroidAudioData
- destroy() - Method in class com.jme3.app.AndroidHarness
- destroy() - Method in class com.jme3.app.AndroidHarnessFragment
- destroy() - Method in class com.jme3.input.android.AndroidJoyInput
- destroy() - Method in class com.jme3.input.android.AndroidJoyInput14
- destroy() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
- destroy() - Method in class com.jme3.input.android.AndroidSensorJoyInput
- destroy() - Method in class com.jme3.input.android.AndroidTouchInput
- destroy() - Method in class com.jme3.input.android.TouchEventPool
- destroy() - Method in class com.jme3.system.android.OGLESContext
- destroy() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- destroy(boolean) - Method in class com.jme3.system.android.OGLESContext
- DESTROY_WHEN_FINISH - Enum constant in enum class com.jme3.view.surfaceview.JmeSurfaceView.DestructionPolicy
-
Finishes the game context with the activity context (ignores the static memory
JmeSurfaceView.GameState.legacyApplication) as a result of dispatchingActivity.finish(). - destroyALC() - Method in class com.jme3.audio.android.AndroidALC
- destroyDirectBuffer(Buffer) - Method in class com.jme3.util.AndroidBufferAllocator
-
Deprecated.Searches the inner direct buffer of the Android-specific wrapped buffer classes and destroys it using the reflection allocator method.
- destroyDirectBuffer(Buffer) - Method in class com.jme3.util.AndroidNativeBufferAllocator
- disableSensors - Static variable in class com.jme3.input.android.AndroidJoyInput
- duration - Variable in class com.jme3.audio.plugins.NativeVorbisFile
E
- eglAlphaBits - Variable in class com.jme3.app.AndroidHarness
-
Sets the desired number of Alpha bits for the surfaceview.
- eglAlphaBits - Variable in class com.jme3.app.AndroidHarnessFragment
-
Sets the desired number of Alpha bits for the surfaceview.
- eglBitsPerPixel - Variable in class com.jme3.app.AndroidHarness
-
Sets the desired RGB size for the surfaceview.
- eglBitsPerPixel - Variable in class com.jme3.app.AndroidHarnessFragment
-
Sets the desired RGB size for the surfaceview.
- eglDepthBits - Variable in class com.jme3.app.AndroidHarness
-
The number of depth bits specifies the precision of the depth buffer.
- eglDepthBits - Variable in class com.jme3.app.AndroidHarnessFragment
-
The number of depth bits specifies the precision of the depth buffer.
- eglSamples - Variable in class com.jme3.app.AndroidHarness
-
Sets the number of samples to use for multisampling.
Leave 0 (default) to disable multisampling.
Set to 2 or 4 to enable multisampling. - eglSamples - Variable in class com.jme3.app.AndroidHarnessFragment
-
Sets the number of samples to use for multisampling.
Leave 0 (default) to disable multisampling.
Set to 2 or 4 to enable multisampling. - eglStencilBits - Variable in class com.jme3.app.AndroidHarness
-
Set the number of stencil bits.
- eglStencilBits - Variable in class com.jme3.app.AndroidHarnessFragment
-
Set the number of stencil bits.
- ENABLE_ERROR_CHECKING - Static variable in class com.jme3.renderer.android.RendererUtil
-
When set to true, every OpenGL call will check for errors and throw an exception if there is one, if false, no error checking is performed.
- 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."
- exitDialogMessage - Variable in class com.jme3.app.AndroidHarnessFragment
-
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?"
- exitDialogTitle - Variable in class com.jme3.app.AndroidHarnessFragment
-
Title of the exit dialog, default is "Do you want to exit?"
F
- fd - Variable in class com.jme3.audio.plugins.NativeVorbisFile
- finishAVI() - Method in class com.jme3.app.state.MjpegFileWriter
- finishOnAppStop - Variable in class com.jme3.app.AndroidHarness
-
if true finish this activity when the jme app is stopped
- finishOnAppStop - Variable in class com.jme3.app.AndroidHarnessFragment
-
if true finish this activity when the jme app is stopped
- flush() - Method in class com.jme3.util.AndroidLogHandler
- frameLayout - Variable in class com.jme3.app.AndroidHarness
- frameLayout - Variable in class com.jme3.app.AndroidHarnessFragment
- frameRate - Variable in class com.jme3.app.AndroidHarness
-
Set the desired frame rate.
- frameRate - Variable in class com.jme3.app.AndroidHarnessFragment
-
Set the desired frame rate.
G
- gainFocus() - Method in class com.jme3.app.AndroidHarness
- gainFocus() - Method in class com.jme3.app.AndroidHarnessFragment
- gainFocus() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- generateMouseEvent(TouchEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- getAction(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- getAndroidAxes() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- getAppSettings() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the game window settings.
- getAssetKey() - Method in class com.jme3.audio.android.AndroidAudioData
- getAudioRendererType() - Static method in class com.jme3.system.android.JmeAndroidSystem
- getAudioRendererType() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the audio renderer in String.
- getAxis(int) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- getButton(int) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- getCurrentVolume() - Method in class com.jme3.audio.android.AndroidAudioData
- getDataType() - Method in class com.jme3.audio.android.AndroidAudioData
- getDestructionPolicy() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the current destruction policy.
- getDisplays() - Method in class com.jme3.system.android.OGLESContext
- getDuration() - Method in class com.jme3.audio.android.AndroidAudioData
- getEglAlphaBits() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the Embedded gL alpha(opacity) bits.
- getEglBitsPerPixel() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the bits/pixel for Embedded gL
- getEglDepthBits() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the memory representing the EGL depth in bits.
- getEglSamples() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the number of samples to use for multi-sampling.
- getEglStencilBits() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the number of stencil buffer bits.
- getFile() - Method in class com.jme3.app.state.VideoRecorderAppState
- getFramebufferHeight() - Method in class com.jme3.system.android.OGLESContext
-
Returns the height of the input surface.
- getFramebufferWidth() - Method in class com.jme3.system.android.OGLESContext
-
Returns the width of the input surface.
- getFrameRate() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
- getFrameRate() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the limited FrameRate level for egl INFO.
- getFreeTouchEvent() - Method in class com.jme3.input.android.AndroidTouchInput
- getGestureDetector() - Method in class com.jme3.input.android.AndroidTouchInput
- getGlEsVersion() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the current device GL_ES version.
- getInputTimeNanos() - Method in class com.jme3.input.android.AndroidJoyInput
- getInputTimeNanos() - Method in class com.jme3.input.android.AndroidTouchInput
- getJmeApplication() - Method in class com.jme3.app.AndroidHarness
- getJmeApplication() - Method in class com.jme3.app.AndroidHarnessFragment
- getJmeKey(int) - Static method in class com.jme3.input.android.AndroidKeyMapping
- getJmeX(float) - Method in class com.jme3.input.android.AndroidTouchInput
- getJmeY(float) - Method in class com.jme3.input.android.AndroidTouchInput
- getJoyInput() - Method in class com.jme3.input.android.AndroidInputHandler
- getJoyInput() - Method in class com.jme3.system.android.OGLESContext
- getJoystickAxisValue() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
- getKeyInput() - Method in class com.jme3.system.android.OGLESContext
- getLastRawValue() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
- getLegacyApplication() - Static method in class com.jme3.view.surfaceview.JmeSurfaceView.GameState
-
Returns the current application state.
- getLegacyApplication() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the jme app instance.
- getMaxRawValue() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
- getMouseInput() - Method in class com.jme3.system.android.OGLESContext
- getNextFreeEvent() - Method in class com.jme3.input.android.TouchEventPool
-
Fetches a touch event from the reuse pool
- getOpenCLContext() - Method in class com.jme3.system.android.OGLESContext
- getPlatform() - Method in class com.jme3.system.android.JmeAndroidSystem
- getPlatformAssetConfigURL() - Method in class com.jme3.system.android.JmeAndroidSystem
- getPointerId(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- getPointerIndex(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- getPovXAxis() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- getPovXAxis() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
- getPovYAxis() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- getPovYAxis() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
- getPrimaryDisplay() - Method in class com.jme3.system.android.OGLESContext
- getQuality() - Method in class com.jme3.app.state.VideoRecorderAppState
-
Get the quality used to compress the video images.
- getRenderer() - Method in class com.jme3.system.android.OGLESContext
- getResolution() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
- getScaleDetector() - Method in class com.jme3.input.android.AndroidTouchInput
- getSettings() - Method in class com.jme3.system.android.OGLESContext
- getStorageFolder(JmeSystem.StorageFolderType) - Method in class com.jme3.system.android.JmeAndroidSystem
- getSystemListener() - Method in class com.jme3.system.android.OGLESContext
-
Accesses the listener that receives events related to this context.
- getTime() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
- getTimePerFrame() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
- getTimer() - Method in class com.jme3.system.android.OGLESContext
- getTouchInput() - Method in class com.jme3.input.android.AndroidInputHandler
- getTouchInput() - Method in class com.jme3.system.android.OGLESContext
- getType() - Method in class com.jme3.system.android.OGLESContext
- getUniqueId() - Method in class com.jme3.audio.android.AndroidAudioData
- getView() - Method in class com.jme3.input.android.AndroidInputHandler
- getView() - Static method in class com.jme3.system.android.JmeAndroidSystem
- getWindowXPosition() - Method in class com.jme3.system.android.OGLESContext
-
Returns the screen X coordinate of the left edge of the content area.
- getWindowYPosition() - Method in class com.jme3.system.android.OGLESContext
-
Returns the screen Y coordinate of the top edge of the content area.
- getXAxis() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- getXAxis() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
- getXAxisIndex() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- getYAxis() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- getYAxis() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
- getYAxisIndex() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- glActiveTexture(int) - Method in class com.jme3.renderer.android.AndroidGL
- glAlphaFunc(int, float) - Method in class com.jme3.renderer.android.AndroidGL
- glAttachShader(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBeginQuery(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBindBuffer(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBindFramebufferEXT(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBindRenderbufferEXT(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBindTexture(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBindVertexArray(int) - Method in class com.jme3.renderer.android.AndroidGL
- glBlendEquationSeparate(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBlendFunc(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBlendFuncSeparate(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferData(int, long, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferData(int, ByteBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferData(int, FloatBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferData(int, IntBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferData(int, ShortBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferSubData(int, long, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferSubData(int, long, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferSubData(int, long, ShortBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glCheckFramebufferStatusEXT(int) - Method in class com.jme3.renderer.android.AndroidGL
- glClear(int) - Method in class com.jme3.renderer.android.AndroidGL
- glClearColor(float, float, float, float) - Method in class com.jme3.renderer.android.AndroidGL
- glClientWaitSync(Object, int, long) - Method in class com.jme3.renderer.android.AndroidGL
- glColorMask(boolean, boolean, boolean, boolean) - Method in class com.jme3.renderer.android.AndroidGL
- glCompileShader(int) - Method in class com.jme3.renderer.android.AndroidGL
- glCompressedTexImage2D(int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glCompressedTexImage3D(int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glCreateProgram() - Method in class com.jme3.renderer.android.AndroidGL
- glCreateShader(int) - Method in class com.jme3.renderer.android.AndroidGL
- glCullFace(int) - Method in class com.jme3.renderer.android.AndroidGL
- glDeleteBuffers(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glDeleteFramebuffersEXT(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glDeleteProgram(int) - Method in class com.jme3.renderer.android.AndroidGL
- glDeleteRenderbuffersEXT(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glDeleteShader(int) - Method in class com.jme3.renderer.android.AndroidGL
- glDeleteSync(Object) - Method in class com.jme3.renderer.android.AndroidGL
- glDeleteTextures(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glDeleteVertexArrays(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glDepthFunc(int) - Method in class com.jme3.renderer.android.AndroidGL
- glDepthMask(boolean) - Method in class com.jme3.renderer.android.AndroidGL
- glDepthRange(double, double) - Method in class com.jme3.renderer.android.AndroidGL
- glDetachShader(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glDisable(int) - Method in class com.jme3.renderer.android.AndroidGL
- glDisableVertexAttribArray(int) - Method in class com.jme3.renderer.android.AndroidGL
- glDrawArrays(int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glDrawArraysInstancedARB(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glDrawBuffer(int) - Method in class com.jme3.renderer.android.AndroidGL
- glDrawBuffers(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glDrawElementsInstancedARB(int, int, int, long, int) - Method in class com.jme3.renderer.android.AndroidGL
- glDrawRangeElements(int, int, int, int, int, long) - Method in class com.jme3.renderer.android.AndroidGL
- glEnable(int) - Method in class com.jme3.renderer.android.AndroidGL
- glEnableVertexAttribArray(int) - Method in class com.jme3.renderer.android.AndroidGL
- glEndQuery(int) - Method in class com.jme3.renderer.android.AndroidGL
- glFenceSync(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glGenBuffers(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGenerateMipmapEXT(int) - Method in class com.jme3.renderer.android.AndroidGL
- glGenFramebuffersEXT(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGenQueries(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGenRenderbuffersEXT(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGenTextures(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGenVertexArrays(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGetAttribLocation(int, String) - Method in class com.jme3.renderer.android.AndroidGL
- glGetBoolean(int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGetBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGetError() - Method in class com.jme3.renderer.android.AndroidGL
- glGetFloat(int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGetInteger(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGetMultisample(int, int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGetProgram(int, int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGetProgramInfoLog(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glGetQueryObjectiv(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glGetQueryObjectui64(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glGetShader(int, int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGetShaderInfoLog(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glGetString(int) - Method in class com.jme3.renderer.android.AndroidGL
- glGetUniformLocation(int, String) - Method in class com.jme3.renderer.android.AndroidGL
- glIsEnabled(int) - Method in class com.jme3.renderer.android.AndroidGL
- glLineWidth(float) - Method in class com.jme3.renderer.android.AndroidGL
- glLinkProgram(int) - Method in class com.jme3.renderer.android.AndroidGL
- glPixelStorei(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glPointSize(float) - Method in class com.jme3.renderer.android.AndroidGL
- glPolygonMode(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glPolygonOffset(float, float) - Method in class com.jme3.renderer.android.AndroidGL
- glReadBuffer(int) - Method in class com.jme3.renderer.android.AndroidGL
- glReadPixels(int, int, int, int, int, int, long) - Method in class com.jme3.renderer.android.AndroidGL
- glReadPixels(int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glRenderbufferStorageEXT(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glScissor(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glShaderSource(int, String[], IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glStencilFuncSeparate(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glStencilOpSeparate(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glTexImage2D(int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glTexImage2DMultisample(int, int, int, int, int, boolean) - Method in class com.jme3.renderer.android.AndroidGL
- glTexImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glTexParameterf(int, int, float) - Method in class com.jme3.renderer.android.AndroidGL
- glTexParameteri(int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glTexSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform1(int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform1(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform1f(int, float) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform1i(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform2(int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform2(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform2f(int, float, float) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform3(int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform3(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform3f(int, float, float, float) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform4(int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform4(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform4f(int, float, float, float, float) - Method in class com.jme3.renderer.android.AndroidGL
- glUniformMatrix3(int, boolean, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniformMatrix4(int, boolean, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUseProgram(int) - Method in class com.jme3.renderer.android.AndroidGL
- glVertexAttribDivisorARB(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class com.jme3.renderer.android.AndroidGL
- glViewport(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
H
- handleError(String, Throwable) - Method in class com.jme3.app.AndroidHarness
-
Called when an error has occurred.
- handleError(String, Throwable) - Method in class com.jme3.app.AndroidHarnessFragment
-
Called when an error has occurred.
- handleError(String, Throwable) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- handleExitHook - Variable in class com.jme3.app.AndroidHarness
-
set to false if you don't want the harness to handle the exit hook
- handleExitHook - Variable in class com.jme3.app.AndroidHarnessFragment
-
set to false if you don't want the harness to handle the exit hook
I
- initialize() - Method in class com.jme3.app.AndroidHarness
- initialize() - Method in class com.jme3.app.AndroidHarnessFragment
- initialize() - Method in class com.jme3.input.android.AndroidJoyInput
- initialize() - Method in class com.jme3.input.android.AndroidTouchInput
- initialize() - Method in class com.jme3.input.android.TouchEventPool
- initialize() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- initialize(AppStateManager, Application) - Method in class com.jme3.app.state.VideoRecorderAppState
- initialize(AppSettings) - Method in class com.jme3.system.android.JmeAndroidSystem
- initializeLogHandler() - Method in class com.jme3.app.AndroidHarness
-
Removes the standard Android log handler due to an issue with not logging entries lower than INFO level and adds a handler that produces JME formatted log messages.
- initializeLogHandler() - Method in class com.jme3.app.AndroidHarnessFragment
-
Removes the standard Android log handler due to an issue with not logging entries lower than INFO level and adds a handler that produces JME formatted log messages.
- initInThread() - Method in class com.jme3.system.android.OGLESContext
- inputHandler - Variable in class com.jme3.input.android.AndroidJoyInput
- intBytes(int) - Static method in class com.jme3.app.state.MjpegFileWriter
- invertX(float) - Method in class com.jme3.input.android.AndroidTouchInput
- invertY(float) - Method in class com.jme3.input.android.AndroidTouchInput
- isAppStateBoundToActivityLifeCycle() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Checks whether the current game application life cycle is bound to the activity life cycle.
- isChanged() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
- isCreated() - Method in class com.jme3.audio.android.AndroidALC
- isCreated() - Method in class com.jme3.system.android.OGLESContext
- isEmpty() - Method in class com.jme3.util.RingBuffer
- isEmulateKeyBoard() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Checks if the keyboard interfacing is enabled.
- isEmulateMouse() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Checks whether the mouse interfacing is enabled or not.
- isExitOnEscPressed() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Checks whether the exit on esc press is activated.
- isFirstUpdatePassed() - Static method in class com.jme3.view.surfaceview.JmeSurfaceView.GameState
-
Tests the first update flag.
- isGLThreadPaused - Variable in class com.jme3.app.AndroidHarness
- isGLThreadPaused() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Checks whether the GLThread is paused or not.
- isInitialized() - Method in class com.jme3.input.android.AndroidJoyInput
- isInitialized() - Method in class com.jme3.input.android.AndroidTouchInput
- isMouseEventsInvertX() - Method in class com.jme3.input.android.AndroidTouchInput
- isMouseEventsInvertY() - Method in class com.jme3.input.android.AndroidTouchInput
- IsoTimer(float) - Constructor for class com.jme3.app.state.VideoRecorderAppState.IsoTimer
- isRenderable() - Method in class com.jme3.system.android.OGLESContext
- isShowErrorDialog() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Checks whether the error dialog is enabled upon encountering exceptions/errors.
- isShowEscExitPrompt() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Checks whether the system would show an exit prompt dialog when the esc keyboard input is invoked.
- isSimulateKeyboard() - Method in class com.jme3.input.android.AndroidTouchInput
- isSimulateMouse() - Method in class com.jme3.input.android.AndroidTouchInput
- isUseJoyStickEvents() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Checks whether joystick interfacing is enabled or not.
- iterator() - Method in class com.jme3.util.RingBuffer
J
- JmeAndroidSystem - Class in com.jme3.system.android
- JmeAndroidSystem() - Constructor for class com.jme3.system.android.JmeAndroidSystem
- JmeSurfaceView - Class in com.jme3.view.surfaceview
-
A RelativeLayout class holder that wraps a
GLSurfaceViewas a renderer UI component and usesOGLESContextas a renderer context to render a jme game on an android view for custom xml designs. The main idea ofJmeSurfaceViewclass is to start a jMonkeyEngine application in aSystemListenercontext on a GL_ES thread, then the game is rendered and updated through aGLSurfaceViewcomponent with a delay of user's choice using aHandler, during the delay, the user has the ability to handle a couple of actions asynchronously as displaying a progress bar on a SplashScreen or an image or even play a preface game music of choice. - JmeSurfaceView(Context) - Constructor for class com.jme3.view.surfaceview.JmeSurfaceView
-
Instantiates a default surface view holder without XML attributes.
- JmeSurfaceView(Context, AttributeSet) - Constructor for class com.jme3.view.surfaceview.JmeSurfaceView
-
Instantiates a surface view holder with XML attributes from an XML document.
- JmeSurfaceView(Context, AttributeSet, int) - Constructor for class com.jme3.view.surfaceview.JmeSurfaceView
-
Instantiates a surface view holder with XML attributes and a default style attribute.
- JmeSurfaceView(Context, AttributeSet, int, int) - Constructor for class com.jme3.view.surfaceview.JmeSurfaceView
-
Instantiates a surface view holder with XML attributes, default style attribute and a default style resource.
- JmeSurfaceView.DestructionPolicy - Enum Class in com.jme3.view.surfaceview
-
Determines whether the app context would be destructed as a result of dispatching
Activity.finish()with the holder activity context in case ofJmeSurfaceView.DestructionPolicy.DESTROY_WHEN_FINISHor be spared for a second use in case ofJmeSurfaceView.DestructionPolicy.KEEP_WHEN_FINISH. - JmeSurfaceView.GameState - Class in com.jme3.view.surfaceview
-
Used as a static memory to protect the game context from destruction by Activity#onDestroy().
- joyInput - Variable in class com.jme3.input.android.AndroidInputHandler
- joystickEventsEnabled - Variable in class com.jme3.app.AndroidHarness
-
If true Android Sensors are used as simulated Joysticks.
- joystickEventsEnabled - Variable in class com.jme3.app.AndroidHarnessFragment
-
If true Android Sensors are used as simulated Joysticks.
- joystickList - Variable in class com.jme3.input.android.AndroidJoyInput
K
- KEEP_WHEN_FINISH - Enum constant in enum class com.jme3.view.surfaceview.JmeSurfaceView.DestructionPolicy
-
Spares the game context inside a static memory
JmeSurfaceView.GameState.legacyApplicationwhen the activity context is destroyed dispatchingActivity.finish(), but theApplicationstills in the background. - keyEventsEnabled - Variable in class com.jme3.app.AndroidHarness
-
If true KeyEvents are generated from TouchEvents
- keyEventsEnabled - Variable in class com.jme3.app.AndroidHarnessFragment
-
If true KeyEvents are generated from TouchEvents
L
- lastUpdateTime - Variable in class com.jme3.system.android.OGLESContext
- layoutDisplay() - Method in class com.jme3.app.AndroidHarness
- listener - Variable in class com.jme3.system.android.OGLESContext
- load(AssetInfo) - Method in class com.jme3.audio.plugins.AndroidAudioLoader
- load(AssetInfo) - Method in class com.jme3.audio.plugins.NativeVorbisLoader
- load(AssetInfo) - Method in class com.jme3.texture.plugins.AndroidBufferImageLoader
- load(AssetInfo) - Method in class com.jme3.texture.plugins.AndroidNativeImageLoader
- loadJoystick(int, InputManager) - Method in class com.jme3.input.android.AndroidSensorJoyInput
- loadJoysticks(int, InputManager) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
- loadJoysticks(InputManager) - Method in class com.jme3.input.android.AndroidJoyInput
- loadJoysticks(InputManager) - Method in class com.jme3.input.android.AndroidJoyInput14
- loadSettings(AppSettings) - Method in class com.jme3.input.android.AndroidInputHandler
- loadSettings(AppSettings) - Method in class com.jme3.input.android.AndroidJoyInput
- loadSettings(AppSettings) - Method in class com.jme3.input.android.AndroidTouchInput
- locate(AssetManager, AssetKey) - Method in class com.jme3.asset.plugins.AndroidLocator
- logger - Static variable in class com.jme3.app.AndroidHarness
- loggerNameToTag(String) - Static method in class com.jme3.util.AndroidLogHandler
-
Returns the short logger tag for the given logger name.
- loseFocus() - Method in class com.jme3.app.AndroidHarness
- loseFocus() - Method in class com.jme3.app.AndroidHarnessFragment
- loseFocus() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
M
- maxResolutionDimension - Variable in class com.jme3.app.AndroidHarnessFragment
-
Set the maximum resolution for the surfaceview in either the width or height screen direction depending on the screen size.
- minFrameDuration - Variable in class com.jme3.system.android.OGLESContext
- MjpegFileWriter - Class in com.jme3.app.state
-
Released under BSD License
- MjpegFileWriter(File, int, int, double) - Constructor for class com.jme3.app.state.MjpegFileWriter
- MjpegFileWriter(File, int, int, double, int) - Constructor for class com.jme3.app.state.MjpegFileWriter
- mouseEventsEnabled - Variable in class com.jme3.app.AndroidHarness
-
If true MouseEvents are generated from TouchEvents
- mouseEventsEnabled - Variable in class com.jme3.app.AndroidHarnessFragment
-
If true MouseEvents are generated from TouchEvents
- mouseEventsInvertX - Variable in class com.jme3.app.AndroidHarness
-
Flip X axis
- mouseEventsInvertX - Variable in class com.jme3.app.AndroidHarnessFragment
-
Flip X axis
- mouseEventsInvertY - Variable in class com.jme3.app.AndroidHarness
-
Flip Y axis
- mouseEventsInvertY - Variable in class com.jme3.app.AndroidHarnessFragment
-
Flip Y axis
N
- NativeVorbisFile - Class in com.jme3.audio.plugins
-
Represents the android implementation for the native vorbis file decoder. This decoder initializes an OggVorbis_File from an already opened file designated by the
NativeVorbisFile.fd. - NativeVorbisFile(int, long, long) - Constructor for class com.jme3.audio.plugins.NativeVorbisFile
-
Initializes an ogg vorbis native file from a file descriptor [fd] of an already opened file.
- NativeVorbisLoader - Class in com.jme3.audio.plugins
- NativeVorbisLoader() - Constructor for class com.jme3.audio.plugins.NativeVorbisLoader
- needClose - Variable in class com.jme3.system.android.OGLESContext
- newAudioRenderer(AppSettings) - Method in class com.jme3.system.android.JmeAndroidSystem
- newContext(AppSettings, JmeContext.Type) - Method in class com.jme3.system.android.JmeAndroidSystem
- numPointers - Variable in class com.jme3.input.android.AndroidTouchInput
O
- OGLESContext - Class in com.jme3.system.android
- OGLESContext() - Constructor for class com.jme3.system.android.OGLESContext
- onAccuracyChanged(Sensor, int) - Method in class com.jme3.input.android.AndroidSensorJoyInput
- onActivityCreated(Bundle) - Method in class com.jme3.app.AndroidHarnessFragment
- onAttach(Activity) - Method in class com.jme3.app.AndroidHarnessFragment
- onClick(DialogInterface, int) - Method in class com.jme3.app.AndroidHarness
-
Called by the android alert dialog, terminate the activity and OpenGL rendering
- onClick(DialogInterface, int) - Method in class com.jme3.app.AndroidHarnessFragment
-
Called by the android alert dialog, terminate the activity and OpenGL rendering
- onClick(DialogInterface, int) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- onCreate(Bundle) - Method in class com.jme3.app.AndroidHarness
- onCreate(Bundle) - Method in class com.jme3.app.AndroidHarnessFragment
-
This Fragment uses setRetainInstance(true) so the onCreate method will only be called once.
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.jme3.app.AndroidHarnessFragment
-
Called by the system to create the View hierarchy associated with this Fragment.
- onDestroy() - Method in class com.jme3.app.AndroidHarness
- onDestroy() - Method in class com.jme3.app.AndroidHarnessFragment
-
Called by the system when the application is being destroyed.
- onDestroyView() - Method in class com.jme3.app.AndroidHarnessFragment
-
Called by the Android system each time the Activity is destroyed or recreated.
- onDetach() - Method in class com.jme3.app.AndroidHarnessFragment
- onDoubleTap(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onDoubleTapEvent(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onDown(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onDrawFrame(GL10) - Method in class com.jme3.system.android.OGLESContext
- onExceptionThrown(Throwable) - Method in interface com.jme3.view.surfaceview.OnExceptionThrown
-
Listens for a thrown exception or a thrown error.
- OnExceptionThrown - Interface in com.jme3.view.surfaceview
-
An interface designed to listen for exceptions and fire an event when an exception is thrown.
- onFling(MotionEvent, MotionEvent, float, float) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onGenericMotion(MotionEvent) - Method in class com.jme3.input.android.AndroidJoyInput14
- onGenericMotion(MotionEvent) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
- onGenericMotion(View, MotionEvent) - Method in class com.jme3.input.android.AndroidInputHandler14
- onHover(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput14
- onHover(View, MotionEvent) - Method in class com.jme3.input.android.AndroidInputHandler14
- onKey(KeyEvent) - Method in class com.jme3.input.android.AndroidJoyInput14
- onKey(KeyEvent) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
- onKey(KeyEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- onKey(View, int, KeyEvent) - Method in class com.jme3.input.android.AndroidInputHandler
- onKey(View, int, KeyEvent) - Method in class com.jme3.input.android.AndroidInputHandler14
- onLayoutChange(View, int, int, int, int, int, int, int, int) - Method in class com.jme3.app.AndroidHarnessFragment
- onLayoutDrawn(LegacyApplication, View) - Method in interface com.jme3.view.surfaceview.OnLayoutDrawn
-
Dispatched when the layout is drawn on the screen.
- OnLayoutDrawn - Interface in com.jme3.view.surfaceview
-
An interface used for dispatching an event when the layout holding the
GLSurfaceViewis drawn, the event is dispatched on the user activity context thread. - onLongPress(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onPause() - Method in class com.jme3.app.AndroidHarness
- onPause() - Method in class com.jme3.app.AndroidHarnessFragment
-
When the Fragment pauses (i.e.
- onRenderCompletion(LegacyApplication, AppSettings) - Method in interface com.jme3.view.surfaceview.OnRendererCompleted
-
Invoked when the user delay finishes, on the first update of the game, the event is dispatched on the enclosing Activity context thread.
- OnRendererCompleted - Interface in com.jme3.view.surfaceview
-
An interface used for invoking an event when the user delay finishes, on the first update of the game.
- OnRendererStarted - Interface in com.jme3.view.surfaceview
-
An interface used for invoking an event when the application is started explicitly from
JmeSurfaceView.startRenderer(int). - onRenderStart(LegacyApplication, View) - Method in interface com.jme3.view.surfaceview.OnRendererStarted
-
Invoked when the game application is started by the
LegacyApplication.start(), the event is dispatched on the holder Activity context thread. - onRestart() - Method in class com.jme3.app.AndroidHarness
- onResume() - Method in class com.jme3.app.AndroidHarness
- onResume() - Method in class com.jme3.app.AndroidHarnessFragment
-
When the Fragment resumes (i.e.
- onRetainNonConfigurationInstance() - Method in class com.jme3.app.AndroidHarness
- onScale(ScaleGestureDetector) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onScaleBegin(ScaleGestureDetector) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onScaleEnd(ScaleGestureDetector) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onScroll(MotionEvent, MotionEvent, float, float) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onSensorChanged(SensorEvent) - Method in class com.jme3.input.android.AndroidSensorJoyInput
- onShowPress(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onSingleTapConfirmed(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onSingleTapUp(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onStart() - Method in class com.jme3.app.AndroidHarness
- onStart() - Method in class com.jme3.app.AndroidHarnessFragment
- onStateChanged(LifecycleOwner, Lifecycle.Event) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
A state change observer to the holder Activity life cycle, used to keep this android view up-to-date with the holder activity life cycle.
- onStop() - Method in class com.jme3.app.AndroidHarness
- onStop() - Method in class com.jme3.app.AndroidHarnessFragment
- onSurfaceChanged(GL10, int, int) - Method in class com.jme3.system.android.OGLESContext
- onSurfaceCreated(GL10, EGLConfig) - Method in class com.jme3.system.android.OGLESContext
- onTouch(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- onTouch(View, MotionEvent) - Method in class com.jme3.input.android.AndroidInputHandler
- onTouch(String, TouchEvent, float) - Method in class com.jme3.app.AndroidHarness
-
Gets called by the InputManager on all touch/drag/scale events
- onTouch(String, TouchEvent, float) - Method in class com.jme3.app.AndroidHarnessFragment
-
Gets called by the InputManager on all touch/drag/scale events
- openFileDescriptor() - Method in class com.jme3.asset.plugins.AndroidLocator.AndroidAssetInfo
- openStream() - Method in class com.jme3.asset.plugins.AndroidLocator.AndroidAssetInfo
- ovf - Variable in class com.jme3.audio.plugins.NativeVorbisFile
P
- pauseJoysticks() - Method in class com.jme3.input.android.AndroidJoyInput
-
Pauses the joystick device listeners to save battery life if they are not needed.
- pauseJoysticks() - Method in class com.jme3.input.android.AndroidJoyInput14
-
Pauses the joystick device listeners to save battery life if they are not needed.
- pauseJoysticks() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
- pauseSensors() - Method in class com.jme3.input.android.AndroidSensorJoyInput
-
Pauses the sensors to save battery life if the sensors are not needed.
- pop() - Method in class com.jme3.util.RingBuffer
- publish(LogRecord) - Method in class com.jme3.util.AndroidLogHandler
- push(T) - Method in class com.jme3.util.RingBuffer
R
- readIntoArray(byte[], int, int) - Method in class com.jme3.audio.plugins.NativeVorbisFile
-
Reads the vorbis file into a primitive byte buffer [buf] with an [offset] indicating the start byte and a [length] indicating the end byte on the output buffer.
- readIntoBuffer(ByteBuffer) - Method in class com.jme3.audio.plugins.NativeVorbisFile
-
Reads the vorbis file into a direct
ByteBuffer, starting from offset [0] till the buffer end on the output buffer. - removeListeners(GLSurfaceView) - Method in class com.jme3.input.android.AndroidInputHandler
- removeListeners(GLSurfaceView) - Method in class com.jme3.input.android.AndroidInputHandler14
- removeSplashScreen() - Method in class com.jme3.app.AndroidHarness
- removeSplashScreen() - Method in class com.jme3.app.AndroidHarnessFragment
- renderable - Variable in class com.jme3.system.android.OGLESContext
- renderer - Variable in class com.jme3.system.android.OGLESContext
- RendererUtil - Class in com.jme3.renderer.android
-
Utility class used by the OGLESShaderRenderer and sister classes.
- requestClose(boolean) - Method in class com.jme3.app.AndroidHarness
- requestClose(boolean) - Method in class com.jme3.app.AndroidHarnessFragment
- requestClose(boolean) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- requestDialog(int, String, String, SoftTextDialogInputListener) - Method in class com.jme3.system.android.OGLESContext
- rescale(float, float) - Method in class com.jme3.app.AndroidHarness
- rescale(float, float) - Method in class com.jme3.app.AndroidHarnessFragment
- rescale(float, float) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- reset() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
- resetObject() - Method in class com.jme3.audio.android.AndroidAudioData
- resetStats() - Method in class com.jme3.renderer.android.AndroidGL
- reshape(int, int) - Method in class com.jme3.app.AndroidHarness
- reshape(int, int) - Method in class com.jme3.app.AndroidHarnessFragment
- reshape(int, int) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- restart() - Method in class com.jme3.system.android.OGLESContext
- resumeJoysticks() - Method in class com.jme3.input.android.AndroidJoyInput
-
Resumes the joystick device listeners.
- resumeJoysticks() - Method in class com.jme3.input.android.AndroidJoyInput14
-
Resumes the joystick device listeners.
- resumeJoysticks() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
- resumeSensors() - Method in class com.jme3.input.android.AndroidSensorJoyInput
-
Resumes the sensors.
- RingBuffer<T> - Class in com.jme3.util
-
Ring buffer (fixed size queue) implementation using a circular array (array with wrap-around).
- RingBuffer(int) - Constructor for class com.jme3.util.RingBuffer
S
- sampleRate - Variable in class com.jme3.audio.plugins.NativeVorbisFile
- screenFullScreen - Variable in class com.jme3.app.AndroidHarness
-
Set the screen window mode.
- screenShowTitle - Variable in class com.jme3.app.AndroidHarness
-
if screenShowTitle is true while screenFullScreen is false, then the title bar is also displayed under the notification bar
- seekable - Variable in class com.jme3.audio.plugins.NativeVorbisFile
- seekTime(double) - Method in class com.jme3.audio.plugins.NativeVorbisFile
-
Seeks to a playback time relative to the decompressed pcm (Pulse-code modulation) stream.
- setAppSettings(AppSettings) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the appSettings instance.
- setAssetKey(AssetKey<?>) - Method in class com.jme3.audio.android.AndroidAudioData
- setAudioRendererType(String) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the audioRenderer type.
- setAutoFlushFrames(boolean) - Method in class com.jme3.system.android.OGLESContext
- setCurRawValue(float) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
- setCurrentVolume(float) - Method in class com.jme3.audio.android.AndroidAudioData
- setDestructionPolicy(JmeSurfaceView.DestructionPolicy) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the current destruction policy, destruction policy
JmeSurfaceView.DestructionPolicy.KEEP_WHEN_FINISHensures that we protect the app state usingJmeSurfaceView.GameState.legacyApplicationstatic memory when the activity finishes, whileJmeSurfaceView.DestructionPolicy.DESTROY_WHEN_FINISHdestroys the game context with the activity onDestroy(). - setEglAlphaBits(int) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the memory representing the alpha of embedded gl in bits.
- setEglBitsPerPixel(int) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the memory representing each pixel in bits.
- setEglDepthBits(int) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the EGL depth in bits.
- setEglSamples(int) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the number of samples to use for multi-sampling.
- setEglStencilBits(int) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the number of stencil buffer bits.
- setEmulateKeyBoard(boolean) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Enables keyboard interfacing.
- setEmulateMouse(boolean) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Enables mouse interfacing.
- setExitOnEscPressed(boolean) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Determines whether the system would exit on pressing the keyboard esc button.
- setFile(File) - Method in class com.jme3.app.state.VideoRecorderAppState
- setFirstUpdatePassed(boolean) - Static method in class com.jme3.view.surfaceview.JmeSurfaceView.GameState
-
Adjusts the first update flag.
- setFrameRate(int) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Limits the frame rate (fps) in the second.
- setGestureDetector(GestureDetector) - Method in class com.jme3.input.android.AndroidTouchInput
- setGLThreadPaused(boolean) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets GL Thread paused.
- setInputListener(RawInputListener) - Method in class com.jme3.input.android.AndroidJoyInput
- setInputListener(RawInputListener) - Method in class com.jme3.input.android.AndroidTouchInput
- setJoyRumble(int, float) - Method in class com.jme3.input.android.AndroidJoyInput
- setLegacyApplication(LegacyApplication) - Static method in class com.jme3.view.surfaceview.JmeSurfaceView.GameState
-
Replaces the current application state.
- setLegacyApplication(LegacyApplication) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the jme game instance that will be engaged into the
SystemListener. - setMaxRawValue(float) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
- setOmitHistoricEvents(boolean) - Method in class com.jme3.input.android.AndroidTouchInput
- setOnExceptionThrown(OnExceptionThrown) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the listener that will fire when an exception is thrown.
- setOnLayoutDrawn(OnLayoutDrawn) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the listener that will dispatch an event when the layout is drawn by
JmeSurfaceView.addGlSurfaceView(). - setOnRendererCompleted(OnRendererCompleted) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the listener for the completion of rendering, ie : when the GL thread holding the
JmeSurfaceViewjoins the UI thread, after asynchronous rendering. - setOnRendererStarted(OnRendererStarted) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Sets the listener that will fire after initializing the game.
- setQuality(float) - Method in class com.jme3.app.state.VideoRecorderAppState
-
Set the video image quality from 0(worst/smallest) to 1(best/largest).
- setRootPath(String) - Method in class com.jme3.asset.plugins.AndroidLocator
- setScaleDetector(ScaleGestureDetector) - Method in class com.jme3.input.android.AndroidTouchInput
- setSettings(AppSettings) - Method in class com.jme3.system.android.OGLESContext
- setShowErrorDialog(boolean) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Determines whether the error dialog would be shown on encountering exceptions.
- setShowEscExitPrompt(boolean) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Determines whether to show an exit prompt dialog when the esc keyboard button is invoked.
- setSimulateKeyboard(boolean) - Method in class com.jme3.input.android.AndroidTouchInput
- setSimulateMouse(boolean) - Method in class com.jme3.input.android.AndroidTouchInput
- setSystemListener(SystemListener) - Method in class com.jme3.system.android.OGLESContext
- settings - Variable in class com.jme3.system.android.AndroidConfigChooser
- settings - Variable in class com.jme3.system.android.OGLESContext
- setTitle(String) - Method in class com.jme3.system.android.OGLESContext
- setUseJoyStickEvents(boolean) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Enables joystick interfacing for a jme-game
- setView(GLSurfaceView) - Method in class com.jme3.input.android.AndroidJoyInput
- setView(GLSurfaceView) - Method in class com.jme3.input.android.AndroidSensorJoyInput
- setView(View) - Method in class com.jme3.input.android.AndroidInputHandler
- setView(View) - Static method in class com.jme3.system.android.JmeAndroidSystem
- setXAxis(JoystickAxis) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
- setYAxis(JoystickAxis) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
- shortBytes(short) - Static method in class com.jme3.app.state.MjpegFileWriter
- showErrorDialog(Throwable, String) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Displays an error dialog with a throwable title(error/exception), message and 3 buttons.
- showSoftKeyboard(boolean) - Method in class com.jme3.system.android.JmeAndroidSystem
- size() - Method in class com.jme3.util.RingBuffer
- splashImageView - Variable in class com.jme3.app.AndroidHarness
- splashImageView - Variable in class com.jme3.app.AndroidHarnessFragment
- splashPicID - Variable in class com.jme3.app.AndroidHarness
-
Splash Screen picture Resource ID.
- splashPicID - Variable in class com.jme3.app.AndroidHarnessFragment
-
Splash Screen picture Resource ID.
- spStep(SpStep, String...) - Method in class com.jme3.app.DefaultAndroidProfiler
- startRenderer(int) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Starts the jmeRenderer on a GlSurfaceView attached to a RelativeLayout.
- storeEvent(TouchEvent) - Method in class com.jme3.input.android.TouchEventPool
-
Stores the TouchEvent back in the pool for later reuse.
- swapInt(int) - Static method in class com.jme3.app.state.MjpegFileWriter
- swapShort(short) - Static method in class com.jme3.app.state.MjpegFileWriter
T
- timer - Variable in class com.jme3.system.android.OGLESContext
- totalBytes - Variable in class com.jme3.audio.plugins.NativeVorbisFile
- TouchEventPool - Class in com.jme3.input.android
-
TouchEventPool provides a RingBuffer of jME TouchEvents to help with garbage collection on Android.
- TouchEventPool(int) - Constructor for class com.jme3.input.android.TouchEventPool
- touchInput - Variable in class com.jme3.input.android.AndroidInputHandler
U
- update() - Method in class com.jme3.app.AndroidHarness
- update() - Method in class com.jme3.app.AndroidHarnessFragment
- update() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
- update() - Method in class com.jme3.input.android.AndroidJoyInput
- update() - Method in class com.jme3.input.android.AndroidSensorJoyInput
- update() - Method in class com.jme3.input.android.AndroidTouchInput
- update() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
V
- valueOf(String) - Static method in enum class com.jme3.view.surfaceview.JmeSurfaceView.DestructionPolicy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.jme3.view.surfaceview.JmeSurfaceView.DestructionPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VideoRecorderAppState - Class in com.jme3.app.state
-
A Video recording AppState that records the screen output into an AVI file with M-JPEG content.
- VideoRecorderAppState() - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
Using this constructor the video files will be written sequentially to the user's home directory with a quality of 0.8 and a framerate of 30fps.
- VideoRecorderAppState(float) - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
Using this constructor the video files will be written sequentially to the user's home directory.
- VideoRecorderAppState(float, int) - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
Using this constructor the video files will be written sequentially to the user's home directory.
- VideoRecorderAppState(File) - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
This constructor allows you to specify the output file of the video.
- VideoRecorderAppState(File, float) - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
This constructor allows you to specify the output file of the video as well as the quality
- VideoRecorderAppState(File, float, int) - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
This constructor allows you to specify the output file of the video as well as the quality.
- VideoRecorderAppState.IsoTimer - Class in com.jme3.app.state
- view - Variable in class com.jme3.app.AndroidHarness
- view - Variable in class com.jme3.app.AndroidHarnessFragment
- view - Variable in class com.jme3.input.android.AndroidInputHandler
- vpStep(VpStep, ViewPort, RenderQueue.Bucket) - Method in class com.jme3.app.DefaultAndroidProfiler
W
- waitFor(boolean) - Method in class com.jme3.system.android.OGLESContext
- writeImageFile(OutputStream, String, ByteBuffer, int, int) - Method in class com.jme3.system.android.JmeAndroidSystem
- writeImageToBytes(Bitmap, float) - Method in class com.jme3.app.state.MjpegFileWriter
All Classes and Interfaces|All Packages
AndroidNativeBufferAllocatorinstead.