MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / draw

Method draw

src/org/albite/albite/ImageButton.java:54–56  ·  view source on GitHub ↗
(final Graphics g, final int x, final int y)

Source from the content-addressed store, hash-verified

52 }
53
54 public final void draw(final Graphics g, final int x, final int y) {
55 image.draw(g, x, y);
56 }
57
58 public final void drawRotated(
59 final Graphics g,

Callers 2

renderPageMethod · 0.45
drawButtonsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected