Uses of Class
jgl.wt.awt.GLU
-
Packages that use GLU Package Description jgl.glu jgl.wt.awt org.jzy3d.painters -
-
Uses of GLU in jgl.glu
Constructors in jgl.glu with parameters of type GLU Constructor Description GLUnurbsObj(GL myGL, GLU myGLU)
-
Uses of GLU in jgl.wt.awt
Fields in jgl.wt.awt declared as GLU Modifier and Type Field Description protected GLU
GLApplet. myGLU
protected GLU
GLCanvas. myGLU
Methods in jgl.wt.awt that return GLU Modifier and Type Method Description GLU
GLAUX. auxGetGLU()
GLU
GLUT. auxGetGLU()
GLU
GLCanvas. getGLU()
-
Uses of GLU in org.jzy3d.painters
Fields in org.jzy3d.painters declared as GLU Modifier and Type Field Description protected GLU
EmulGLPainter. glu
Methods in org.jzy3d.painters that return GLU Modifier and Type Method Description GLU
EmulGLPainter. getGLU()
Methods in org.jzy3d.painters with parameters of type GLU Modifier and Type Method Description void
EmulGLPainter. setGLU(GLU glu)
-