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

Method getImage

core/src/processing/core/PImage.java:350–352  ·  view source on GitHub ↗

Use the getNative() method instead, which allows library interfaces to be written in a cross-platform fashion for desktop, Android, and others. This is still included for PGraphics objects, which may need the image.

()

Source from the content-addressed store, hash-verified

348 * This is still included for PGraphics objects, which may need the image.
349 */
350 public Image getImage() { // ignore
351 return (Image) getNative();
352 }
353
354
355 /**

Callers 9

setCursorMethod · 0.45
loadImageMethod · 0.45
loadBase64ImageMethod · 0.45
loadImageMethod · 0.45
getLibImageMethod · 0.45
paintIconMethod · 0.45
paintMethod · 0.45
imageImplMethod · 0.45
toGrayMethod · 0.45

Calls 1

getNativeMethod · 0.95

Tested by

no test coverage detected