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

Method getStyle

core/src/processing/core/PGraphics.java:6346–6348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6344
6345
6346 public PStyle getStyle() { // ignore
6347 return getStyle(null);
6348 }
6349
6350
6351 public PStyle getStyle(PStyle s) { // ignore

Callers 1

pushStyleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected