in progress...
[jalview.git] / forester / java / src / org / forester / archaeopteryx / AptxConstants.java
index cb03d46..479d846 100644 (file)
@@ -38,8 +38,8 @@ public final class AptxConstants {
 
     final static boolean        __ALLOW_PHYLOGENETIC_INFERENCE                                = true;
     public final static String  PRG_NAME                                                      = "Archaeopteryx";
-    final static String         VERSION                                                       = "0.9916 beta";
-    final static String         PRG_DATE                                                      = "160817";
+    final static String         VERSION                                                       = "0.9921 beta";
+    final static String         PRG_DATE                                                      = "170712";
     final static String         DEFAULT_CONFIGURATION_FILE_NAME                               = "_aptx_configuration_file";
     final static String[]       DEFAULT_FONT_CHOICES                                          = { 
             "Arial Unicode MS", "Dialog", "SansSerif", "Sans", "Arial", "Helvetica" };
@@ -68,6 +68,7 @@ public final class AptxConstants {
     static final int            MAX_TREES_TO_LOAD                                             = 100;
     final static float          PDF_LINE_WIDTH_DEFAULT                                        = 0.5f;
     final static String         APTX_WEB_SITE                                                 = "https://sites.google.com/site/cmzmasek/home/software/archaeopteryx";
+    final static String         APTX_JS_WEB_SITE                                              = "https://sites.google.com/site/cmzmasek/home/software/archaeopteryx-js";
     final static String         APTX_MAILING_LIST                                             = "https://groups.google.com/forum/?fromgroups#!forum/archaeopteryx";
     final static String         APTX_DOC_SITE                                                 = "https://sites.google.com/site/cmzmasek/home/software/archaeopteryx/documentation";
     final static String         PHYLOXML_WEB_SITE                                             = ForesterConstants.PHYLO_XML_LOCATION;
@@ -102,9 +103,9 @@ public final class AptxConstants {
     public final static Color   DOMAIN_BASE_COLOR_FOR_PDF                                     = new Color( 100,
                                                                                                            100,
                                                                                                            100 );
-    public final static Color   DOMAIN_LABEL_COLOR_FOR_PDF                                    = new Color( 150,
-                                                                                                           150,
-                                                                                                           150 );
-    final static short          DEFAULT_NODE_SHAPE_SIZE_DEFAULT                               = 4;
+    public final static Color   DOMAIN_LABEL_COLOR_FOR_PDF                                    = new Color( 0,
+                                                                                                           0,
+                                                                                                           0 );
+    final static short          DEFAULT_NODE_SHAPE_SIZE_DEFAULT                               = 7;
     static final int            MAX_LENGTH_FOR_COLLAPSED_NAME = 8;
 }