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

Method drawInfoPanel

src/main/java/ui/VirtualList.java:646–656  ·  view source on GitHub ↗
(final Graphics g)

Source from the content-addressed store, hash-verified

644 }
645
646 private void drawInfoPanel (final Graphics g) {
647 int h=infobar.getVHeight()+1;
648
649 g.setClip(0,0, width, h);
650//#ifdef GRADIENT
651 ((MainBar)infobar).startColor = getMainBarBGnd();
652 ((MainBar)infobar).endColor = getMainBarBGndBottom();
653//#endif
654
655 infobar.drawItem(g, 0, false);
656 }
657
658 private void drawMainPanel (final Graphics g) {
659 int h=mainbar.getVHeight()+1;

Callers 1

paintMethod · 0.95

Calls 5

getMainBarBGndMethod · 0.95
getMainBarBGndBottomMethod · 0.95
getVHeightMethod · 0.65
drawItemMethod · 0.65
setClipMethod · 0.45

Tested by

no test coverage detected