Package playn.java
Class GLFWGraphics
java.lang.Object
playn.core.Graphics
playn.java.JavaGraphics
playn.java.LWJGLGraphics
playn.java.GLFWGraphics
public class GLFWGraphics extends LWJGLGraphics
-
Nested Class Summary
Nested classes/interfaces inherited from class playn.core.Graphics
playn.core.Graphics.Orientation, playn.core.Graphics.OrientationDetail -
Field Summary
Fields inherited from class playn.core.Graphics
defaultRenderTarget, deviceOrient, gl, orientDetail, viewSize -
Constructor Summary
Constructors Constructor Description GLFWGraphics(JavaPlatform jplat, long window) -
Method Summary
Modifier and Type Method Description IDimensionscreenSize()voidsetSize(int width, int height, boolean fullscreen)Methods inherited from class playn.java.JavaGraphics
createCanvas, createGradient, createPath, layoutText, layoutText, registerFontMethods inherited from class playn.core.Graphics
createCanvas, createCanvas, createTexture, createTexture, scale
-
Constructor Details
-
GLFWGraphics
-
-
Method Details
-
setSize
public void setSize(int width, int height, boolean fullscreen)- Specified by:
setSizein classJavaGraphics
-
screenSize
- Specified by:
screenSizein classplayn.core.Graphics
-