mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add displayable() method
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user