resize implementation for issue 150

This commit is contained in:
lonnen
2010-11-24 18:49:01 +00:00
parent 0f15b0baae
commit e2b65988bc
2 changed files with 4 additions and 8 deletions

View File

@@ -802,7 +802,10 @@ public class PGraphics extends PImage implements PConstants {
//reapplySettings = false;
}
public void resize(int wide, int high) {
showMethodWarning("resize");
}
//////////////////////////////////////////////////////////////

View File

@@ -1713,13 +1713,6 @@ public class PGraphicsJava2D extends PGraphics /*PGraphics2D*/ {
updatePixels();
}
public void resize(int wide, int high) {
showMethodWarning("resize");
}
//////////////////////////////////////////////////////////////
// GET/SET