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

Method drawRotated

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

Source from the content-addressed store, hash-verified

56 }
57
58 public final void drawRotated(
59 final Graphics g,
60 final int x, final int y,
61 final int orientation) {
62 image.drawRotated(g, x, y, orientation);
63 }
64
65 public final int getWidth() {
66 return image.getWidth();

Callers 1

paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected