MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getTextLength

Method getTextLength

src/main/java/ui/controls/form/TextInput.java:123–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 public int getTextLength() {
124 if (text==null) return 0;
125 if (text.equals("")) return 0;
126 return font.stringWidth(text);
127 }
128
129 public String toString() { return (getCaptionLength()>getTextLength())?caption:getValue(); }
130

Callers 2

toStringMethod · 0.95
drawItemMethod · 0.95

Calls 2

stringWidthMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected