Some javadocs, include javadocs in the application distribution.

This commit is contained in:
Adam Murdoch
2012-09-01 10:15:25 +10:00
parent 3e4dc956ed
commit ba2a54b403
11 changed files with 64 additions and 15 deletions

View File

@@ -6,6 +6,9 @@ package net.rubygrapefruit.platform;
* Supported on Linux, OS X, Windows.
*/
public interface Terminal {
/**
* Colors supported by a terminal.
*/
enum Color {
Black, Red, Green, Yellow, Blue, Magenta, Cyan, White
}