- 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.PImage
asImage(Surface surface)
processing.core.PFont
asPFont(Font font)
processing.opengl.PShapeOpenGL
asPGLShape(processing.core.PShape shape)
PGLGraphics3D
create3DGraphics(int width, int height)
PGLGraphics
createGraphics(int width, int height)
PGLSurface
createSurface(int width, int height, boolean alpha)
protected void
dispose()
processing.core.PApplet
parent()
PGLGraphics
primary()
-
-
-
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()
-
-