MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getVWidth

Method getVWidth

src/main/java/Client/Contact.java:672–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

670//#endif
671
672 public int getVWidth() {
673 String str = (!cf.rosterStatus) ? getFirstString() : (getFirstLength() > getSecondLength()) ? getFirstString() : getSecondString();
674 int wft = getFont().stringWidth(str);
675
676 return wft + il.getWidth() + 4;
677 }
678
679 public String toString() {
680 return getFirstString();

Callers

nothing calls this directly

Calls 7

getFirstStringMethod · 0.95
getFirstLengthMethod · 0.95
getSecondLengthMethod · 0.95
getSecondStringMethod · 0.95
stringWidthMethod · 0.65
getFontMethod · 0.65
getWidthMethod · 0.65

Tested by

no test coverage detected