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

Method getIconHeight

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

Source from the content-addressed store, hash-verified

633 }
634
635 @Override
636 public int getIconHeight() {
637 return Toolkit.zoom(super.getIconHeight()) / scale;
638 }
639
640 @Override
641 public synchronized void paintIcon(Component c, Graphics g, int x, int y) {

Callers 3

paintIconMethod · 0.95
AboutMethod · 0.80
drawButtonMethod · 0.80

Calls 1

zoomMethod · 0.95

Tested by

no test coverage detected