JAL-1503 update version in GPL header
[jalview.git] / src / jalview / api / AlignViewportI.java
index 368725f..7463187 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1)
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.1)
  * Copyright (C) 2014 The Jalview Authors
  * 
  * This file is part of Jalview.
@@ -22,6 +22,7 @@ import java.awt.Color;
 import java.util.Hashtable;
 import java.util.Map;
 
+import jalview.analysis.Conservation;
 import jalview.datamodel.AlignmentAnnotation;
 import jalview.datamodel.AlignmentI;
 import jalview.datamodel.AlignmentView;
@@ -184,5 +185,9 @@ public interface AlignViewportI
 
   char getGapCharacter();
 
+  void setColumnSelection(ColumnSelection cs);
+
+  void setConservation(Conservation cons);
+
 
 }