MCPcopy Create free account
hub / github.com/beanshell/beanshell / setStyle

Method setStyle

src/bsh/util/JConsole.java:576–578  ·  view source on GitHub ↗
(Font font)

Source from the content-addressed store, hash-verified

574 }
575
576 private AttributeSet setStyle(Font font) {
577 return setStyle(font, null);
578 }
579
580 private AttributeSet setStyle(Color color) {
581 return setStyle(null, color);

Callers 1

runMethod · 0.95

Calls 2

getStyleMethod · 0.95
getSizeMethod · 0.45

Tested by

no test coverage detected