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

Method is2D

core/src/processing/opengl/PGraphics2D.java:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44
45 @Override
46 public boolean is2D() {
47 return true;
48 }
49
50
51 @Override

Callers 15

hintMethod · 0.45
rawPolysMethod · 0.45
rawSortedPolysMethod · 0.45
rawLinesMethod · 0.45
rawPointsMethod · 0.45
shapeMethod · 0.45
setTextureImplMethod · 0.45
scaleTextureUVMethod · 0.45
setFillImplMethod · 0.45
setTintImplMethod · 0.45
setStrokeImplMethod · 0.45
setStrokeWeightImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected