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__RELEASEstatic boolean__SNAPSHOT_RELEASEstatic boolean__SYNTH_LFstatic booleanALLOW_DDBJ_BLASTstatic java.awt.ColorDOMAIN_BASE_COLOR_FOR_PDFstatic java.awt.ColorDOMAIN_LABEL_COLOR_FOR_PDFstatic booleanNH_PARSING_IGNORE_QUOTES_DEFAULTstatic java.lang.StringPRG_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
-
-