public enum FigletShutdown extends Enum<FigletShutdown>
| Enum Constant and Description |
|---|
Banner3_D |
Banner4 |
Basic |
Binary |
Bright |
Doom |
Epic |
Hex |
Larry3D |
LilDevil |
Morse2 |
Octal |
Ogre |
Roman |
Soft |
Speed |
Stop |
Swampland |
Swan |
Varsity |
| Modifier and Type | Field and Description |
|---|---|
static Random |
random
Generates a new random to randomly select a figlet.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getLines()
Returns an array with all defined FigLets lines for one font.
|
static String[] |
randomLines()
Returns a random array of FigLet message saying "shutdown".
|
static FigletShutdown |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FigletShutdown[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FigletShutdown Banner3_D
public static final FigletShutdown Banner4
public static final FigletShutdown Basic
public static final FigletShutdown Binary
public static final FigletShutdown Bright
public static final FigletShutdown Doom
public static final FigletShutdown Epic
public static final FigletShutdown Hex
public static final FigletShutdown Larry3D
public static final FigletShutdown LilDevil
public static final FigletShutdown Morse2
public static final FigletShutdown Octal
public static final FigletShutdown Ogre
public static final FigletShutdown Roman
public static final FigletShutdown Soft
public static final FigletShutdown Speed
public static final FigletShutdown Stop
public static final FigletShutdown Swampland
public static final FigletShutdown Swan
public static final FigletShutdown Varsity
public static final Random random
public static FigletShutdown[] values()
for (FigletShutdown c : FigletShutdown.values()) System.out.println(c);
public static FigletShutdown valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String[] getLines()
public static String[] randomLines()
Copyright © 2010–2017. All rights reserved.