JAL-2009 added programmatic custom feature setting to show insertion position for...
[jalview.git] / src / jalview / api / AlignViewportI.java
index 5df38d6..45e77ba 100644 (file)
@@ -375,4 +375,6 @@ public interface AlignViewportI extends ViewStyleI
    * Set whether view should scroll to show the highlighted region of a sequence
    */
   void setFollowHighlight(boolean b);
+
+  public void applyFeaturesStyle(FeatureSettingsModelI featureSettings);
 }