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

Method getImageIndex

src/main/java/Client/Group.java:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 public int getColor(){ return ColorTheme.getColor(ColorTheme.GROUP_INK); }
66
67 public int getImageIndex() {
68 return collapsed?imageCollapsedIndex:imageExpandedIndex;
69 }
70
71 public void drawItem(Graphics g, int ofs, boolean sel) {
72 int w=g.getClipWidth();

Callers 3

runMethod · 0.45
StatusFormMethod · 0.45
cmdOkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected