JAL-2015 parse/write Jalview feature format pushed into FeatureColour,
[jalview.git] / src / jalview / api / FeatureColourI.java
index 0a333ca..2e82afd 100644 (file)
@@ -146,4 +146,11 @@ public interface FeatureColourI
    * @param max
    */
   void updateBounds(float min, float max);
+
+  /**
+   * Returns the colour in Jalview features file format
+   * 
+   * @return
+   */
+  String toJalviewFormat(String featureType);
 }