Ejemplo n.º 1
0
 public PGraphics beginDraw()
 {
     graphics.beginDraw(this);
     graphics.pushMatrix();
     graphics.pushStyle();
     return(graphics);
 }