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

Method initOffscreen

core/src/processing/core/PSurface.java:38–38  ·  view source on GitHub ↗
(PApplet sketch)

Source from the content-addressed store, hash-verified

36
37 // renderer that doesn't draw to the screen
38 public void initOffscreen(PApplet sketch);
39
40 // considering removal in favor of separate Component classes for appropriate renderers
41 // (i.e. for Java2D or a generic Image surface, but not PDF, debatable for GL or FX)

Callers 1

initSurfaceMethod · 0.65

Implementers 3

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.
PSurfaceFXcore/src/processing/javafx/PSurfaceFX.

Calls

no outgoing calls

Tested by

no test coverage detected