(PApplet sketch)
| 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) |
no outgoing calls
no test coverage detected