MCPcopy Create free account
hub / github.com/benfry/processing4 / showMethodWarning

Method showMethodWarning

core/src/processing/core/PGraphics.java:8295–8297  ·  view source on GitHub ↗

Display a warning that the specified method is simply unavailable.

(String method)

Source from the content-addressed store, hash-verified

8293 * Display a warning that the specified method is simply unavailable.
8294 */
8295 static public void showMethodWarning(String method) {
8296 showWarning(method + "() is not available with this renderer.");
8297 }
8298
8299
8300 /**

Callers 15

resizeMethod · 0.95
beginPGLMethod · 0.95
endPGLMethod · 0.95
pushMatrixMethod · 0.95
popMatrixMethod · 0.95
rotateXMethod · 0.95
rotateYMethod · 0.95
rotateZMethod · 0.95
resetMatrixMethod · 0.95
printMatrixMethod · 0.95
beginCameraMethod · 0.95
endCameraMethod · 0.95

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected