com.badlogic.gdx.backends.android
Class AndroidGraphicsLiveWallpaper

java.lang.Object
  extended by com.badlogic.gdx.backends.android.AndroidGraphics
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.badlogic.gdx.Graphics
Graphics.BufferFormat, Graphics.DisplayMode, Graphics.GraphicsType
 
Constructor Summary
AndroidGraphicsLiveWallpaper(AndroidLiveWallpaper lwp, AndroidApplicationConfiguration config, ResolutionStrategy resolutionStrategy)
           
 
Method Summary
 void onDestroyGLSurfaceView()
           
 void onDrawFrame(javax.microedition.khronos.opengles.GL10 gl)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndroidGraphicsLiveWallpaper

public AndroidGraphicsLiveWallpaper(AndroidLiveWallpaper lwp,
                                    AndroidApplicationConfiguration config,
                                    ResolutionStrategy resolutionStrategy)
Method Detail

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.