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

Method setProperty

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

Source from the content-addressed store, hash-verified

2741 void setCallback(int flag);
2742 void setWindingRule(int rule);
2743 void setProperty(int property, int value);
2744
2745 void beginPolygon();
2746 void beginPolygon(Object data);

Callers 8

runSketchMethod · 0.65
initRunMethod · 0.65
selectFolderImplMethod · 0.65
initMethod · 0.65
handleProxyMethod · 0.65
initBaseMethod · 0.65
checkPathMethod · 0.65
mainMethod · 0.65

Implementers 1

Tessellatorcore/src/processing/opengl/PGraphicsOp

Calls

no outgoing calls

Tested by

no test coverage detected