Uses of Class
jgl.GL
-
Packages that use GL Package Description jgl jgl.glaux jgl.glj3d jgl.glu org.jzy3d.chart.controllers.mouse.camera org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers org.jzy3d.painters org.jzy3d.plot3d.rendering.canvas -
-
Uses of GL in jgl
Subclasses of GL in jgl Modifier and Type Class Description classGLEGLE is the extension class of jGL 2.5.Fields in jgl declared as GL Modifier and Type Field Description protected GLGLApplet. myGLprotected GLGLCanvas. myGLMethods in jgl that return GL Modifier and Type Method Description GLGLAUX. auxGetGL()GLGLUT. auxGetGL()GLGLCanvas. getGL()GLGLU. gluGetGL()Constructors in jgl with parameters of type GL Constructor Description GLAUX(GL myGL)GLE(GL myGL)GLJ3D(GL myGL)GLU(GL myGL)GLUT(GL myGL) -
Uses of GL in jgl.glaux
Methods in jgl.glaux with parameters of type GL Modifier and Type Method Description static voidteapot. aux_solid_teapot(GL JavaGL, double scale)static voidteapot. aux_wire_teapot(GL JavaGL, double scale)static voidteapot. Teapot(GL JavaGL, int grid, float scale, int type) -
Uses of GL in jgl.glj3d
Methods in jgl.glj3d with parameters of type GL Modifier and Type Method Description static voidGLJ3DGeometry. drawColorCube(GL JavaGL, double scale)Draws a color cube with the specified scale. -
Uses of GL in jgl.glu
Methods in jgl.glu with parameters of type GL Modifier and Type Method Description voidnurbs_ct_curv. draw(GL JavaGL, nurbs_curve curv, int i)voidnurbs_ct_curvs. draw(GLUnurbsObj nobj, GL JavaGL, nurbs_curves curve, int[] factors)voidnurbs_ct_surf. draw(GL JavaGL, nurbs_surface surf, int i, int j)voidnurbs_ct_surfs. draw(GLUnurbsObj nobj, GL JavaGL, int display_mode, nurbs_surfaces surface, int[][] sfactors, int[][] tfactors)Constructors in jgl.glu with parameters of type GL Constructor Description GLUnurbsObj(GL myGL, GLU myGLU)nurbs_bz_curv(GL myGL)nurbs_bz_surf(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 GLAdaptiveMouseController. 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 GLAdaptByDroppingHiDPI. gl -
Uses of GL in org.jzy3d.painters
Fields in org.jzy3d.painters declared as GL Modifier and Type Field Description protected GLEmulGLPainter. glMethods in org.jzy3d.painters that return GL Modifier and Type Method Description GLEmulGLPainter. getGL()Methods in org.jzy3d.painters with parameters of type GL Modifier and Type Method Description voidEmulGLPainter. setGL(GL gl) -
Uses of GL in org.jzy3d.plot3d.rendering.canvas
Methods in org.jzy3d.plot3d.rendering.canvas with parameters of type GL Modifier and Type Method Description static ColorjGLUtil. getBackgroundColor(GL gl)static ColorjGLUtil. getBackgroundColorAWT(GL gl)
-