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

Method getIconWidth

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

Source from the content-addressed store, hash-verified

562 ImageIcon outgoing = new ImageIcon(file.getAbsolutePath()) {
563
564 @Override
565 public int getIconWidth() {
566 return Toolkit.zoom(super.getIconWidth()) / scale;
567 }
568
569 @Override
570 public int getIconHeight() {

Callers 3

paintIconMethod · 0.95
AboutMethod · 0.80
calcWidthMethod · 0.80

Calls 1

zoomMethod · 0.95

Tested by

no test coverage detected