org.forester.archaeopteryx
Class Constants

java.lang.Object
  extended by org.forester.archaeopteryx.Constants

public final class Constants
extends Object


Field Summary
static Color DOMAIN_STRUCTURE_COLOR_1
           
static Color DOMAIN_STRUCTURE_FONT_COLOR
           
static boolean NH_PARSING_IGNORE_QUOTES_DEFAULT
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN_STRUCTURE_COLOR_1

public static final Color DOMAIN_STRUCTURE_COLOR_1

DOMAIN_STRUCTURE_FONT_COLOR

public static final Color DOMAIN_STRUCTURE_FONT_COLOR

NH_PARSING_IGNORE_QUOTES_DEFAULT

public static final boolean NH_PARSING_IGNORE_QUOTES_DEFAULT
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()