Uses of Class
jgl.wt.awt.GL
-
Packages that use GL Package Description jgl.wt.awt org.jzy3d.chart.controllers.mouse.camera org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers org.jzy3d.chart.factories org.jzy3d.painters -
-
Uses of GL in jgl.wt.awt
Fields in jgl.wt.awt declared as GL Modifier and Type Field Description protected GL
GLApplet. myGL
protected GL
GLCanvas. myGL
Methods in jgl.wt.awt that return GL Modifier and Type Method Description GL
GLAUX. auxGetGL()
GL
GLUT. auxGetGL()
GL
GLCanvas. getGL()
GL
GLU. gluGetGL()
Methods in jgl.wt.awt with parameters of type GL Modifier and Type Method Description void
GLCanvas. setGL(GL gl)
Constructors in jgl.wt.awt with parameters of type GL Constructor Description GLAUX(GL myGL)
GLU(GL myGL)
GLUT(GL myGL)
-
Uses of GL in org.jzy3d.chart.controllers.mouse.camera
Fields in org.jzy3d.chart.controllers.mouse.camera declared as GL Modifier and Type Field Description protected GL
AdaptiveMouseController. gl
-
Uses of GL in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers
Fields in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers declared as GL Modifier and Type Field Description protected GL
AdaptByDroppingHiDPI. gl
-
Uses of GL in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories with parameters of type GL Modifier and Type Method Description static EmulGLChartFactory
EmulGLChartFactory. forGL(GL glMock)
This return a factory with a custom GL instance which can be used for manual mocking -
Uses of GL in org.jzy3d.painters
Fields in org.jzy3d.painters declared as GL Modifier and Type Field Description protected GL
EmulGLPainter. gl
Methods in org.jzy3d.painters that return GL Modifier and Type Method Description GL
EmulGLPainter. getGL()
Methods in org.jzy3d.painters with parameters of type GL Modifier and Type Method Description void
EmulGLPainter. setGL(GL gl)
-