- java.lang.Object
-
- processing.opengl.PGraphicsOpenGL.Tessellator
-
- Enclosing class:
- PGraphicsOpenGL
protected static class PGraphicsOpenGL.Tessellator extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classPGraphicsOpenGL.Tessellator.TessellatorCallback
-
Field Summary
Fields Modifier and Type Field Description protected PGraphicsOpenGLpg
-
Constructor Summary
Constructors Constructor Description Tessellator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetRenderer(PGraphicsOpenGL pg)voidtessellateLinePath(LinePath path)
-
-
-
Field Detail
-
pg
protected PGraphicsOpenGL pg
-
-
Method Detail
-
setRenderer
protected void setRenderer(PGraphicsOpenGL pg)
-
tessellateLinePath
public void tessellateLinePath(LinePath path)
-
-