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

Method is2D

core/src/processing/core/PGraphics.java:8368–8370  ·  view source on GitHub ↗

Return true if this renderer supports 2D drawing. Defaults to true.

()

Source from the content-addressed store, hash-verified

8366 * Return true if this renderer supports 2D drawing. Defaults to true.
8367 */
8368 public boolean is2D() { // ignore
8369 return true;
8370 }
8371
8372
8373 /**

Callers 4

rawPolysMethod · 0.95
rawLinesMethod · 0.95
rawPointsMethod · 0.95
createShapeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected