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

Method getIconHeight

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

Source from the content-addressed store, hash-verified

567 }
568
569 @Override
570 public int getIconHeight() {
571 return Toolkit.zoom(super.getIconHeight()) / scale;
572 }
573
574 @Override
575 public synchronized void paintIcon(Component c, Graphics g, int x, int y) {

Callers 3

paintIconMethod · 0.95
AboutMethod · 0.80
calcHeightMethod · 0.80

Calls 1

zoomMethod · 0.95

Tested by

no test coverage detected