com.badlogic.gdx.backends.android
Class AndroidGraphicsLiveWallpaper
java.lang.Object
com.badlogic.gdx.backends.android.AndroidGraphics
com.badlogic.gdx.backends.android.AndroidGraphicsLiveWallpaper
- All Implemented Interfaces:
- android.opengl.GLSurfaceView.Renderer, Graphics
public final class AndroidGraphicsLiveWallpaper
- extends AndroidGraphics
A subclass of AndroidGraphics specialized for live wallpaper applications.
- Author:
- mzechner
| Methods inherited from class com.badlogic.gdx.backends.android.AndroidGraphics |
clearManagedCaches, getBufferFormat, getDeltaTime, getDensity, getDesktopDisplayMode, getDisplayModes, getFramesPerSecond, getGL20, getGL30, getHeight, getPpcX, getPpcY, getPpiX, getPpiY, getRawDeltaTime, getType, getView, getWidth, isContinuousRendering, isFullscreen, isGL30Available, onPauseGLSurfaceView, onResumeGLSurfaceView, onSurfaceChanged, onSurfaceCreated, requestRendering, setContinuousRendering, setDisplayMode, setDisplayMode, setTitle, setVSync, supportsDisplayModeChange, supportsExtension |
AndroidGraphicsLiveWallpaper
public AndroidGraphicsLiveWallpaper(AndroidLiveWallpaper lwp,
AndroidApplicationConfiguration config,
ResolutionStrategy resolutionStrategy)
onDestroyGLSurfaceView
public void onDestroyGLSurfaceView()
onDrawFrame
public void onDrawFrame(javax.microedition.khronos.opengles.GL10 gl)
- Specified by:
onDrawFrame in interface android.opengl.GLSurfaceView.Renderer- Overrides:
onDrawFrame in class AndroidGraphics
Copyright © 2014. All Rights Reserved.