X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Futil%2FTaxonomyColors.java;h=dd8fa506b8e1722dcc68761ffdd6cb26879eacb5;hb=eb22dac14771c467104f57362e3a624d0140f897;hp=1a3bdb41fab39e3b873f73667120aea26eb5f1c1;hpb=41ea5973f93687513d29e5b7cad1abff8f3adb4b;p=jalview.git diff --git a/forester/java/src/org/forester/util/TaxonomyColors.java b/forester/java/src/org/forester/util/TaxonomyColors.java index 1a3bdb4..dd8fa50 100644 --- a/forester/java/src/org/forester/util/TaxonomyColors.java +++ b/forester/java/src/org/forester/util/TaxonomyColors.java @@ -2,36 +2,36 @@ package org.forester.util; import java.awt.Color; -import java.util.HashMap; -import java.util.Map; public final class TaxonomyColors { - public final static Color DEUTEROSTOMIA_COLOR = new Color( 255, 0, 0 ); - public final static Color PROTOSTOMIA_COLOR = new Color( 204, 0, 0 ); - public final static Color CNIDARIA_COLOR = new Color( 204, 0, 142 ); - public final static Color PLACOZOA_COLOR = new Color( 204, 0, 132 ); - public final static Color CTENOPHORA_COLOR = new Color( 204, 0, 122 ); - public final static Color PORIFERA_COLOR = new Color( 204, 0, 112 ); - public final static Color CHOANOFLAGELLIDA = new Color( 135, 0, 255 ); - public final static Color ICHTHYOSPOREA_AND_FILASTEREA = new Color( 125, 0, 225 ); - public final static Color FUNGI_COLOR = new Color( 255, 153, 0 ); - public final static Color NUCLEARIIDAE_AND_FONTICULA_GROUP_COLOR = new Color( 204, 102, 0 ); - public final static Color AMOEBOZOA_COLOR = new Color( 255, 0, 255 ); - public final static Color EMBRYOPHYTA_COLOR = new Color( 0, 255, 0 ); - public final static Color CHLOROPHYTA_COLOR = new Color( 0, 204, 0 ); - public final static Color RHODOPHYTA_COLOR = new Color( 0, 153, 76 ); - public final static Color HACROBIA_COLOR = new Color( 0, 90, 40 ); - public final static Color GLAUCOPHYTA_COLOR = new Color( 0, 90, 60 ); - public final static Color STRAMENOPILES_COLOR = new Color( 0, 0, 255 ); - public final static Color ALVEOLATA_COLOR = new Color( 0, 128, 255 ); - public final static Color RHIZARIA_COLOR = new Color( 0, 255, 255 ); - public static final Color APUSOZOA_COLOR = new Color( 204, 245, 245 ); - public final static Color EXCAVATA_COLOR = new Color( 204, 204, 0 ); - public final static Color ARCHAEA_COLOR = new Color( 160, 160, 160 ); - public final static Color BACTERIA_COLOR = new Color( 64, 64, 64 ); - private final static Map _default_taxcode_taxgroup_map = new HashMap(); - static { - // _default_taxcode_taxgroup_map.put( key, value ); - } + public final static Color DEUTEROSTOMIA_COLOR = new Color( 255, 0, 0 ); + public final static Color PROTOSTOMIA_COLOR = new Color( 204, 0, 0 ); + public final static Color CNIDARIA_COLOR = new Color( 204, 0, 142 ); + public final static Color PLACOZOA_COLOR = new Color( 204, 0, 132 ); + public final static Color CTENOPHORA_COLOR = new Color( 204, 0, 122 ); + public final static Color PORIFERA_COLOR = new Color( 204, 0, 112 ); + public final static Color CHOANOFLAGELLIDA = new Color( 135, 0, 255 ); + public final static Color ICHTHYOSPOREA_AND_FILASTEREA = new Color( 125, 0, 225 ); + public final static Color DIKARYA_COLOR = new Color( 255, 155, 0 ); + public final static Color OTHER_FUNGI_COLOR = new Color( 227, 127, 0 ); + public final static Color NUCLEARIIDAE_AND_FONTICULA_GROUP_COLOR = new Color( 200, 100, 0 ); + public final static Color AMOEBOZOA_COLOR = new Color( 255, 0, 255 ); + public final static Color EMBRYOPHYTA_COLOR = new Color( 0, 255, 0 ); + public final static Color CHLOROPHYTA_COLOR = new Color( 0, 204, 0 ); + public final static Color RHODOPHYTA_COLOR = new Color( 0, 153, 76 ); + public final static Color HACROBIA_COLOR = new Color( 0, 90, 40 ); + public final static Color GLAUCOPHYTA_COLOR = new Color( 0, 90, 60 ); + public final static Color STRAMENOPILES_COLOR = new Color( 0, 0, 255 ); + public final static Color ALVEOLATA_COLOR = new Color( 0, 128, 255 ); + public final static Color RHIZARIA_COLOR = new Color( 0, 255, 255 ); + public static final Color APUSOZOA_COLOR = new Color( 204, 245, 245 ); + public final static Color EXCAVATA_COLOR = new Color( 204, 204, 0 ); + public final static Color ARCHAEA_COLOR = new Color( 160, 160, 160 ); + public final static Color BACTERIA_COLOR = new Color( 64, 64, 64 ); + public static final Color VIRUSES_COLOR = new Color( 32, 32, 32 ); + public static final Color OTHER_COLOR = new Color( 16, 16, 16 ); + public static final Color ALPHAHERPESVIRINAE_COLOR = new Color( 46, 139, 87 ); + public static final Color BETAHERPESVIRINAE_COLOR = new Color( 205, 92, 92 ); + public static final Color GAMMAHERPESVIRINAE_COLOR = new Color( 72, 61, 139 ); }