Modifier and Type | Method and Description |
---|---|
static com.jogamp.opengl.GLProfile |
detectProfile() |
com.jogamp.opengl.GLCapabilities |
getGLCapabilities()
Returns a copy of the current GL2 capabilities.
|
static Settings |
getInstance()
Return the single allowed instance of Settings.
|
boolean |
isHardwareAccelerated()
Returns true if hardware acceleration is used for 3d graphics.
|
void |
setHardwareAccelerated(boolean hardwareAccelerated)
Modifies the acceleration status for all
ICanvas.Canvas
instantiations. |
String |
toString() |
public static com.jogamp.opengl.GLProfile detectProfile()
public static Settings getInstance()
public void setHardwareAccelerated(boolean hardwareAccelerated)
ICanvas.Canvas
instantiations. This doesn't modify the status of canvases that have
allready been instantiated.public boolean isHardwareAccelerated()
public com.jogamp.opengl.GLCapabilities getGLCapabilities()
Copyright © 2016. All rights reserved.