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

Method getLibImage

app/src/processing/app/ui/Toolkit.java:523–526  ·  view source on GitHub ↗

Return an Image object from inside the Processing 'lib' folder. Moved here so that Base can stay headless.

(String filename)

Source from the content-addressed store, hash-verified

521 * Moved here so that Base can stay headless.
522 */
523 static public Image getLibImage(String filename) {
524 ImageIcon icon = getLibIcon(filename);
525 return (icon == null) ? null : icon.getImage();
526 }
527
528
529 /**

Callers 1

setIconMethod · 0.95

Calls 2

getLibIconMethod · 0.95
getImageMethod · 0.45

Tested by

no test coverage detected