public class AsciiArt
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ANSI_RESET
public static final String ANSI_RESET
- See Also:
-
-
ANSI_BLACK
public static final String ANSI_BLACK
- See Also:
-
-
ANSI_RED
public static final String ANSI_RED
- See Also:
-
-
ANSI_GREEN
public static final String ANSI_GREEN
- See Also:
-
-
ANSI_YELLOW
public static final String ANSI_YELLOW
- See Also:
-
-
ANSI_BLUE
public static final String ANSI_BLUE
- See Also:
-
-
ANSI_PURPLE
public static final String ANSI_PURPLE
- See Also:
-
-
ANSI_CYAN
public static final String ANSI_CYAN
- See Also:
-
-
ANSI_WHITE
public static final String ANSI_WHITE
- See Also:
-
-
LOGO
public static final String LOGO
- See Also:
-
-
Constructor Details
-
AsciiArt
public AsciiArt()