MCPcopy Index your code
hub / github.com/benfry/processing4 / getDefaultStyleSheet

Method getDefaultStyleSheet

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

Source from the content-addressed store, hash-verified

1448 }
1449
1450 public StyleSheet getDefaultStyleSheet() {
1451 return super.getStyleSheet();
1452 }
1453
1454 public void setDefaultStyleSheet(StyleSheet s) {
1455 super.setStyleSheet(s);

Callers

nothing calls this directly

Calls 1

getStyleSheetMethod · 0.80

Tested by

no test coverage detected