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

Method getLibIconX

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

Get an image icon with hi-dpi support. Pulls 1x or 2x versions of the file depending on the display type, but sizes them based on 1x.

(String base)

Source from the content-addressed store, hash-verified

589 * file depending on the display type, but sizes them based on 1x.
590 */
591 static public ImageIcon getLibIconX(String base) {
592 return getLibIconX(base, 0);
593 }
594
595
596 static public ImageIcon getLibIconX(String base, int size) {

Callers 6

DetailPanelMethod · 0.95
StatusPanelMethod · 0.95
ListPanelMethod · 0.95
FilterFieldMethod · 0.95
createIconButtonMethod · 0.95
AboutMethod · 0.95

Calls 2

getIconXMethod · 0.95
getContentFileMethod · 0.95

Tested by

no test coverage detected