add displayable() method

This commit is contained in:
benfry
2006-01-30 16:29:06 +00:00
parent d08dd23e0c
commit a9b745bafa
+7
View File
@@ -224,6 +224,13 @@ public class PGraphicsPDF extends PGraphics2 {
}
/**
* Don't open a window for this renderer, it won't be used.
*/
public boolean displayable() {
return false;
}
/*
protected void finalize() throws Throwable {
System.out.println("calling finalize");