JAL-3509 coerce RESNUM to hidden (really) after fetching from PDB - resolved conflict...
[jalview.git] / src / jalview / api / FeaturesDisplayedI.java
index e69785f..9387e3f 100644 (file)
@@ -39,6 +39,8 @@ public interface FeaturesDisplayedI
 
   void setVisible(String featureType);
 
+  void setHidden(String featureType);
+
   /**
    * Sets all the specified feature types to visible. Visibility of other
    * feature types is not changed.