Package org.qdl_lang.workspace
Class Banners
- java.lang.Object
-
- org.qdl_lang.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
DASHES
static String
DEFAULT
static int
DEFAULT__WITH
static String
DEFAULT_STYLE
static String
FRAKTUR
static String
FRAKTUR_STYLE
static int
FRAKTUR_WIDTH
static int
GOTH_WIDTH
static String
GOTHIC
static String
GOTHIC_STYLE
static String
MORSE_LONG
static String
MORSE_SHORT
static String
NONE_STYLE
static String
OS2
static String
OS2_STYLE
static int
OS2_WIDTH
static String
PLAIN_STYLE
static String
ROMAN
static String
ROMAN_STYLE
static int
ROMAN_WIDTH
static String
SMALL
static String
SMALL_STYLE
static int
SMALL_WIDTH
static String
STARS
static String
TIMES
static String
TIMES_STYLE
static int
TIMES_WIDTH
-
Constructor Summary
Constructors Constructor Description Banners()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getDelimiter(String style)
static String
getLogo(String style)
static int
getLogoWidth(String style)
-
-
-
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
-
GOTHIC_STYLE
public static final String GOTHIC_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
-
NONE_STYLE
public static final String NONE_STYLE
- See Also:
- Constant Field Values
-
STARS
public static String STARS
-
DASHES
public static String DASHES
-
MORSE_SHORT
public static String MORSE_SHORT
-
MORSE_LONG
public static String MORSE_LONG
-
GOTHIC
public static String GOTHIC
-
GOTH_WIDTH
public static int GOTH_WIDTH
-
TIMES_WIDTH
public static int TIMES_WIDTH
-
TIMES
public static String TIMES
-
ROMAN
public static String ROMAN
-
ROMAN_WIDTH
public static int ROMAN_WIDTH
-
DEFAULT
public static String DEFAULT
-
DEFAULT__WITH
public static int DEFAULT__WITH
-
OS2
public static String OS2
-
OS2_WIDTH
public static int OS2_WIDTH
-
SMALL
public static String SMALL
-
SMALL_WIDTH
public static int SMALL_WIDTH
-
FRAKTUR
public static String FRAKTUR
-
FRAKTUR_WIDTH
public static int FRAKTUR_WIDTH
-
-