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

Method showSurface

core/src/processing/core/PApplet.java:10969–10973  ·  view source on GitHub ↗

Danger: available for advanced subclassing, but here be dragons.

()

Source from the content-addressed store, hash-verified

10967
10968 /** Danger: available for advanced subclassing, but here be dragons. */
10969 protected void showSurface() {
10970 if (getGraphics().displayable()) {
10971 surface.setVisible(true);
10972 }
10973 }
10974
10975
10976 /** See warning in showSurface() */

Callers 1

runSketchMethod · 0.95

Calls 3

getGraphicsMethod · 0.95
setVisibleMethod · 0.65
displayableMethod · 0.45

Tested by

no test coverage detected