Sha256: 9131e0f47147ec7595611c0b06afaf5836f4ca84ba2edace7549cb2efdbb92df
Contents?: true
Size: 221 Bytes
Versions: 9
Compression:
Stored size: 221 Bytes
Contents
package wordcram; import java.awt.Color; // awt: JUST for the interface (this IS an interface) interface WordRenderer { int getWidth(); int getHeight(); void drawWord(EngineWord word, Color color); void finish(); }
Version data entries
9 entries across 9 versions & 1 rubygems