public class Morpheus_JOGL_01_Java
extends java.lang.Object
Provides methods for setting JOGL and Java3D string information, and so can be passed into other probes for those environments while not requiring them to be present for its own functioning.
Constructor and Description |
---|
Morpheus_JOGL_01_Java() |
Modifier and Type | Method and Description |
---|---|
boolean |
getHasJOGL()
Return the flag indicating that JOGL/OpenGL has been found.
|
java.lang.String |
getProbeConciseString()
Construct newline-delimited string of concise-format Java environment
information.
|
java.lang.String |
getProbeVerboseString()
Dump of all available Java system properties in newline-delimited string.
|
void |
setHasJOGL(boolean a)
Set the flag indicating the presence of JOGL.
|
void |
setJava3DVersion(java.lang.String s)
Set the Java3D version string.
|
void |
setJOGLVersion(java.lang.String s)
Set the JOGL version string.
|
void |
setOpenGLVersion(java.lang.String s)
Set the opengl version string.
|
public java.lang.String getProbeConciseString()
public java.lang.String getProbeVerboseString()
public void setOpenGLVersion(java.lang.String s)
s
- new opengl version string.public void setJOGLVersion(java.lang.String s)
s
- new JOGL version string.public void setHasJOGL(boolean a)
a
- flag value (true/false).public boolean getHasJOGL()
public void setJava3DVersion(java.lang.String s)
s
- new Java3D version string.