Interface PGL.Tessellator

All Known Implementing Classes:
PJOGL.Tessellator
Enclosing class:
PGL

protected static interface PGL.Tessellator
  • Method Details

    • setCallback

      void setCallback(int flag)
    • setWindingRule

      void setWindingRule(int rule)
    • setProperty

      void setProperty(int property, int value)
    • beginPolygon

      void beginPolygon()
    • beginPolygon

      void beginPolygon(Object data)
    • endPolygon

      void endPolygon()
    • beginContour

      void beginContour()
    • endContour

      void endContour()
    • addVertex

      void addVertex(double[] v)
    • addVertex

      void addVertex(double[] v, int n, Object data)