MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / drawChars

Method drawChars

src/java/awt/Graphics.java:407–409  ·  view source on GitHub ↗

Draws the specified characters using the current font and color. @param data the array of characters to be drawn @param offset the start offset in the data @param length the number of characters to be drawn @param x the x coordinate @param y the y coordinate @see #drawString @see #drawBytes

(char data[], int offset, int length, int x, int y)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

paintMethod · 0.80

Calls 1

drawStringMethod · 0.95

Tested by

no test coverage detected