(PApplet sketch)
| 78 | |
| 79 | |
| 80 | @Override |
| 81 | public void initOffscreen(PApplet sketch) { |
| 82 | this.sketch = sketch; |
| 83 | |
| 84 | setSize(sketch.sketchWidth(), sketch.sketchHeight()); |
| 85 | } |
| 86 | |
| 87 | |
| 88 | // public Component initComponent(PApplet sketch) { |
nothing calls this directly
no test coverage detected