JAL-1690 'scale protein as cDNA' options in Preferences, FontChooser
[jalview.git] / src / jalview / api / ViewStyleI.java
index 8fa7f8f..0313c5c 100644 (file)
@@ -199,4 +199,19 @@ public interface ViewStyleI
    */
   void setShowNPFeats(boolean shownpfeats);
 
+  /**
+   * Get flag to scale protein residues 3 times the width of cDNA bases (only
+   * applicable in SplitFrame views)
+   * 
+   * @return
+   */
+  boolean isScaleProteinAsCdna();
+
+  /**
+   * Set flag to scale protein residues 3 times the width of cDNA bases (only
+   * applicable in SplitFrame views)
+   * 
+   * @return
+   */
+  void setScaleProteinAsCdna(boolean b);
 }