JAL-1847 minor post-review updates
[jalview.git] / src / jalview / api / structures / JalviewStructureDisplayI.java
index 9ba513a..2cd9348 100644 (file)
@@ -105,8 +105,19 @@ public interface JalviewStructureDisplayI
    */
   void updateTitleAndMenus();
 
+  /**
+   * Answers true if the viewer should attempt to align any added structures,
+   * else false
+   * 
+   * @return
+   */
   boolean isAlignAddedStructures();
 
+  /**
+   * Sets the flag for whether added structures should be aligned
+   * 
+   * @param alignAdded
+   */
   void setAlignAddedStructures(boolean alignAdded);
 
 }