|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.global.Settings
public class Settings
Settings
is a singleton that holds general settings that configure Imaging classes instantiation.
Method Summary | |
---|---|
javax.media.opengl.GLCapabilities |
getGLCapabilities()
Returns a copy of the current GL 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. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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 javax.media.opengl.GLCapabilities getGLCapabilities()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |