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

Method setProperty

core/src/processing/opengl/PGL.java:2686–2686  ·  view source on GitHub ↗
(int property, int value)

Source from the content-addressed store, hash-verified

2684 public void setCallback(int flag);
2685 public void setWindingRule(int rule);
2686 public void setProperty(int property, int value);
2687
2688 public void beginPolygon();
2689 public void beginPolygon(Object data);

Callers 6

runMethod · 0.65
runSketchMethod · 0.65
initMethod · 0.65
handleProxyMethod · 0.65
initBaseMethod · 0.65
checkPathMethod · 0.65

Implementers 1

Tessellatorcore/src/processing/opengl/PGraphicsOp

Calls

no outgoing calls

Tested by

no test coverage detected