- java.lang.Object
-
- org.praxislive.video.pgl.PGLContext
-
public final class PGLContext extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description processing.core.PImageasImage(Surface surface)processing.core.PFontasPFont(Font font)processing.opengl.PShapeOpenGLasPGLShape(processing.core.PShape shape)PGLGraphics3Dcreate3DGraphics(int width, int height)PGLGraphicscreateGraphics(int width, int height)PGLSurfacecreateSurface(int width, int height, boolean alpha)protected voiddispose()processing.core.PAppletparent()PGLGraphicsprimary()
-
-
-
Method Detail
-
asImage
public processing.core.PImage asImage(Surface surface)
-
createGraphics
public PGLGraphics createGraphics(int width, int height)
-
parent
public processing.core.PApplet parent()
-
primary
public PGLGraphics primary()
-
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()
-
-