X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Futil%2FTaxonomyColors.java;h=88908651e6f4da3032fe4aa9c9e1d444dbbf42fd;hb=b528989f688291ba7615867e5322090ec42096d8;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..8890865 100644 --- a/forester/java/src/org/forester/util/TaxonomyColors.java +++ b/forester/java/src/org/forester/util/TaxonomyColors.java @@ -2,36 +2,31 @@ 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 ); }