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

Method hasIcon

app/src/processing/app/ui/EditorFooter.java:382–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380 }
381
382 boolean hasIcon() {
383 return enabledIcon != null;
384 }
385
386 void draw(Graphics g) {
387 int state = isCurrent() ? SELECTED : UNSELECTED;

Callers 2

drawMethod · 0.95
drawTabsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected