Package org.forester.archaeopteryx
Class Constants
- java.lang.Object
-
- org.forester.archaeopteryx.Constants
-
public final class Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
__RELEASE
static boolean
__SNAPSHOT_RELEASE
static boolean
__SYNTH_LF
static boolean
ALLOW_DDBJ_BLAST
static java.awt.Color
DOMAIN_BASE_COLOR_FOR_PDF
static java.awt.Color
DOMAIN_LABEL_COLOR_FOR_PDF
static boolean
NH_PARSING_IGNORE_QUOTES_DEFAULT
static java.lang.String
PRG_NAME
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
__RELEASE
public static final boolean __RELEASE
- See Also:
- Constant Field Values
-
__SNAPSHOT_RELEASE
public static final boolean __SNAPSHOT_RELEASE
- See Also:
- Constant Field Values
-
__SYNTH_LF
public static final boolean __SYNTH_LF
- See Also:
- Constant Field Values
-
ALLOW_DDBJ_BLAST
public static final boolean ALLOW_DDBJ_BLAST
- See Also:
- Constant Field Values
-
PRG_NAME
public static final java.lang.String PRG_NAME
- See Also:
- Constant Field Values
-
NH_PARSING_IGNORE_QUOTES_DEFAULT
public static final boolean NH_PARSING_IGNORE_QUOTES_DEFAULT
- See Also:
- Constant Field Values
-
DOMAIN_BASE_COLOR_FOR_PDF
public static final java.awt.Color DOMAIN_BASE_COLOR_FOR_PDF
-
DOMAIN_LABEL_COLOR_FOR_PDF
public static final java.awt.Color DOMAIN_LABEL_COLOR_FOR_PDF
-
-