MCPcopy Index your code
hub / github.com/benfry/processing4 / is2D

Method is2D

core/src/processing/core/PGraphics.java:8377–8379  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

8375 * Return true if this renderer supports 2D drawing. Defaults to true.
8376 */
8377 public boolean is2D() { // ignore
8378 return true;
8379 }
8380
8381
8382 /**

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected