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

Method haveRaw

core/src/processing/core/PGraphics.java:8221–8223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8219
8220
8221 public boolean haveRaw() { // ignore
8222 return raw != null;
8223 }
8224
8225
8226 public PGraphics getRaw() { // ignore

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected