MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / getFont

Method getFont

src/ch/hsr/ogv/view/ArrowLabel.java:150–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 public Font getFont() {
151 return this.arrowTextField.getFont();
152 }
153
154 public void setFont(Font font) {
155 this.arrowText.setFont(font);

Callers 3

calcMinWidthMethod · 0.95
getTopFontMethod · 0.80
calcMinWidthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected