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

Method getStyle

src/bsh/util/JConsole.java:643–645  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

641 }
642
643 private AttributeSet getStyle() {
644 return text.getCharacterAttributes();
645 }
646
647 public void setFont( Font font ) {
648 super.setFont( font );

Callers 2

runMethod · 0.95
setStyleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected