3253-omnibus save
[jalview.git] / src / jalview / api / AlignViewportI.java
index 4016c75..065be75 100644 (file)
@@ -199,7 +199,7 @@ public interface AlignViewportI extends ViewStyleI
    * Sets the colour scheme for the background alignment (as distinct from
    * sub-groups, which may have their own colour schemes). A null value is used
    * for no residue colour (white).
-   *
+   * 
    * @param cs
    */
   void setGlobalColourScheme(ColourSchemeI cs);
@@ -433,9 +433,19 @@ public interface AlignViewportI extends ViewStyleI
    */
   void setFollowHighlight(boolean b);
 
+  /**
+   * configure the feature renderer with predefined feature settings
+   * 
+   * @param featureSettings
+   */
   public void applyFeaturesStyle(FeatureSettingsModelI featureSettings);
 
   /**
+   * Apply the given feature settings on top of existing feature settings.
+   */
+  public void mergeFeaturesStyle(FeatureSettingsModelI featureSettings);
+
+  /**
    * check if current selection group is defined on the view, or is simply a
    * temporary group.
    *