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

Method drawChars

src/org/albite/font/AlbiteFont.java:43–49  ·  view source on GitHub ↗
(
            final Graphics g,
            final int color,
            final char[] buffer,
                  int x, final int y,
            final int offset,
            final int length)

Source from the content-addressed store, hash-verified

41 }
42
43 public abstract void drawChars(
44 final Graphics g,
45 final int color,
46 final char[] buffer,
47 int x, final int y,
48 final int offset,
49 final int length);
50
51 public final void drawChars(
52 final Graphics g,

Callers 7

drawMethod · 0.95
drawSelectedMethod · 0.95
paintMethod · 0.95
drawChapterNumMethod · 0.45
drawClockMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected