Package edu.uiuc.ncsa.qdl.workspace
Class Banners
- java.lang.Object
-
- edu.uiuc.ncsa.qdl.workspace.Banners
-
public class Banners extends Object
Created by Jeff Gaynor
on 4/24/23 at 7:21 AM
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT
static String
DEFAULT_STYLE
static String
FRAKTUR
static String
FRAKTUR_STYLE
static String
MORSE_LONG
static String
MORSE_SHORT
static String
OS2
static String
OS2_STYLE
static String
PLAIN_STYLE
static String
ROMAN
static String
ROMAN_STYLE
static String
SMALL
static String
SMALL_STYLE
static String
TIMES
static String
TIMES_STYLE
-
Constructor Summary
Constructors Constructor Description Banners()
-
-
-
Field Detail
-
ROMAN_STYLE
public static final String ROMAN_STYLE
- See Also:
- Constant Field Values
-
TIMES_STYLE
public static final String TIMES_STYLE
- See Also:
- Constant Field Values
-
OS2_STYLE
public static final String OS2_STYLE
- See Also:
- Constant Field Values
-
FRAKTUR_STYLE
public static final String FRAKTUR_STYLE
- See Also:
- Constant Field Values
-
PLAIN_STYLE
public static final String PLAIN_STYLE
- See Also:
- Constant Field Values
-
DEFAULT_STYLE
public static final String DEFAULT_STYLE
- See Also:
- Constant Field Values
-
SMALL_STYLE
public static final String SMALL_STYLE
- See Also:
- Constant Field Values
-
MORSE_SHORT
public static String MORSE_SHORT
-
MORSE_LONG
public static String MORSE_LONG
-
TIMES
public static String TIMES
-
ROMAN
public static String ROMAN
-
DEFAULT
public static String DEFAULT
-
OS2
public static String OS2
-
SMALL
public static String SMALL
-
FRAKTUR
public static String FRAKTUR
-
-