Uses of Interface
com.badlogic.gdx.Graphics
-
Packages that use Graphics Package Description com.badlogic.gdx com.badlogic.gdx.graphics.profiling -
-
Uses of Graphics in com.badlogic.gdx
Classes in com.badlogic.gdx that implement Graphics Modifier and Type Class Description classAbstractGraphicsFields in com.badlogic.gdx declared as Graphics Modifier and Type Field Description static GraphicsGdx. graphicsMethods in com.badlogic.gdx that return Graphics Modifier and Type Method Description GraphicsApplication. getGraphics() -
Uses of Graphics in com.badlogic.gdx.graphics.profiling
Constructors in com.badlogic.gdx.graphics.profiling with parameters of type Graphics Constructor Description GLProfiler(Graphics graphics)Create a new instance of GLProfiler to monitor aGraphicsinstance's gl calls
-