Class PGLContext


  • public final class PGLContext
    extends Object
    • Method Detail

      • asImage

        public processing.core.PImage asImage​(Surface surface)
      • createGraphics

        public PGLGraphics createGraphics​(int width,
                                          int height)
      • parent

        public processing.core.PApplet parent()
      • create3DGraphics

        public PGLGraphics3D create3DGraphics​(int width,
                                              int height)
      • createSurface

        public PGLSurface createSurface​(int width,
                                        int height,
                                        boolean alpha)
      • asPFont

        public processing.core.PFont asPFont​(Font font)
      • asPGLShape

        public processing.opengl.PShapeOpenGL asPGLShape​(processing.core.PShape shape)
      • dispose

        protected void dispose()