MCPcopy Index your code
hub / github.com/processing/processing / displayable

Method displayable

core/src/processing/core/PGraphics.java:8360–8362  ·  view source on GitHub ↗

Return true if this renderer should be drawn to the screen. Defaults to returning true, since nearly all renderers are on-screen beasts. But can be overridden for subclasses like PDF so that a window doesn't open up. A better name? showFrame, displayable, isVisible, visible, shouldDispla

()

Source from the content-addressed store, hash-verified

8358 * what to call this?
8359 */
8360 public boolean displayable() { // ignore
8361 return true;
8362 }
8363
8364
8365 /**

Callers 2

showSurfaceMethod · 0.45
initSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected