jjdh.opengl.initialization
Class FrameCreator
java.lang.Object
jjdh.opengl.initialization.FrameCreator
public class FrameCreator
- extends Object
Constructor Summary |
private |
FrameCreator()
This is a Factory and should not be instantiated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STANDARD_DIMENSION
protected static Dimension STANDARD_DIMENSION
environment
protected static final GraphicsEnvironment environment
defaultDevice
protected static final GraphicsDevice defaultDevice
FrameCreator
private FrameCreator()
- This is a Factory and should not be instantiated
supportsFullscreen
public static boolean supportsFullscreen()
supportsDisplayChange
public static boolean supportsDisplayChange()
getDisplayModes
public static DisplayMode[] getDisplayModes()
getDisplayMode
public static DisplayMode getDisplayMode()
shutdown
public static void shutdown()
setFullScreenWindow
protected static void setFullScreenWindow(Window window)
setDisplayMode
protected static void setDisplayMode(DisplayMode newMode)
createFrame
protected static void createFrame(StandardSystemContext context,
OpenGLProgram program)
createFrame
protected static void createFrame(StandardSystemContext context,
OpenGLProgram program,
Dimension dimension)
createFrame
protected static void createFrame(StandardSystemContext context,
OpenGLProgram program,
boolean fullscreenDesired,
DisplayMode newMode)
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.