JAL-2055 prototype alternate feature colouring based on
[jalview.git] / src / jalview / api / FeatureRenderer.java
index 5b15cad..6e0cf9f 100644 (file)
@@ -177,4 +177,12 @@ public interface FeatureRenderer
    */
   void setVisible(String featureType);
 
+  /**
+   * Answers true if the feature has 'featureNumber' properties set
+   * 
+   * @param featureType
+   * @return
+   */
+  boolean isOrdinal(String featureType);
+
 }