pdf stuff really starting to work

This commit is contained in:
benfry
2006-01-12 05:10:27 +00:00
parent 11be1683cc
commit 7c12eba22a
6 changed files with 196 additions and 60 deletions

View File

@@ -935,6 +935,19 @@ public class PGraphics2 extends PGraphics {
}
//////////////////////////////////////////////////////////////
public void beginRaw(PGraphics recorderRaw) {
throw new RuntimeException("beginRaw() not available with this renderer");
}
public void endRaw() {
}
//////////////////////////////////////////////////////////////