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

Method getIconWidth

app/src/processing/app/ui/Toolkit.java:630–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

628 // Also moving away from images from files anyway. [fry 220501]
629 return new ImageIcon(file.getAbsolutePath()) {
630 @Override
631 public int getIconWidth() {
632 return Toolkit.zoom(super.getIconWidth()) / scale;
633 }
634
635 @Override
636 public int getIconHeight() {

Callers 4

paintIconMethod · 0.95
AboutMethod · 0.80
drawButtonMethod · 0.80
CompletionPanelMethod · 0.80

Calls 1

zoomMethod · 0.95

Tested by

no test coverage detected