todo for graduated feature colours
authorjprocter <Jim Procter>
Fri, 26 Mar 2010 12:19:56 +0000 (12:19 +0000)
committerjprocter <Jim Procter>
Fri, 26 Mar 2010 12:19:56 +0000 (12:19 +0000)
src/jalview/io/FeaturesFile.java

index 9ee35b4..64d14a4 100755 (executable)
@@ -606,6 +606,7 @@ public class FeaturesFile extends AlignFile
         if (visible.get(type) instanceof GraduatedColor)\r
         {\r
           GraduatedColor gc = (GraduatedColor) visible.get(type);\r
+          // TODO: NOW: colour by label, autoscale flags.\r
           color = Format.getHexString(gc.getMinColor()) + "|"\r
                   + Format.getHexString(gc.getMaxColor()) +\r
                   (gc.isAutoScale() ? "|" : "|abso|")+ gc.getMin() + "|" + gc.getMax() + "|";\r