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

Method getCaptionLength

src/main/java/ui/controls/form/KeyInput.java:102–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 public int getCaptionLength() {
103 if (caption.length() == 0)
104 return 0;
105 return captionFont.stringWidth(caption);
106 }
107
108 public int getTextLength() {
109 String text=toString();

Callers 1

drawItemMethod · 0.95

Calls 1

stringWidthMethod · 0.65

Tested by

no test coverage detected