JAL-958 store normalised flag in jalview project
[jalview.git] / src / jalview / schemabinding / version2 / Viewport.java
index 000844e..7e75ae6 100644 (file)
@@ -267,6 +267,16 @@ public class Viewport implements java.io.Serializable {
     private boolean _has_showSequenceLogo;
 
     /**
+     * Field _normaliseSequenceLogo.
+     */
+    private boolean _normaliseSequenceLogo = false;
+
+    /**
+     * keeps track of state for field: _normaliseSequenceLogo
+     */
+    private boolean _has_normaliseSequenceLogo;
+
+    /**
      * Field _ignoreGapsinConsensus.
      */
     private boolean _ignoreGapsinConsensus = true;
@@ -578,6 +588,13 @@ public class Viewport implements java.io.Serializable {
 
     /**
      */
+    public void deleteNormaliseSequenceLogo(
+    ) {
+        this._has_normaliseSequenceLogo= false;
+    }
+
+    /**
+     */
     public void deletePidSelected(
     ) {
         this._has_pidSelected= false;
@@ -1017,6 +1034,16 @@ public class Viewport implements java.io.Serializable {
     }
 
     /**
+     * Returns the value of field 'normaliseSequenceLogo'.
+     * 
+     * @return the value of field 'NormaliseSequenceLogo'.
+     */
+    public boolean getNormaliseSequenceLogo(
+    ) {
+        return this._normaliseSequenceLogo;
+    }
+
+    /**
      * Returns the value of field 'pidSelected'.
      * 
      * @return the value of field 'PidSelected'.
@@ -1409,6 +1436,17 @@ public class Viewport implements java.io.Serializable {
     }
 
     /**
+     * Method hasNormaliseSequenceLogo.
+     * 
+     * @return true if at least one NormaliseSequenceLogo has been
+     * added
+     */
+    public boolean hasNormaliseSequenceLogo(
+    ) {
+        return this._has_normaliseSequenceLogo;
+    }
+
+    /**
      * Method hasPidSelected.
      * 
      * @return true if at least one PidSelected has been added
@@ -1733,6 +1771,16 @@ public class Viewport implements java.io.Serializable {
     }
 
     /**
+     * Returns the value of field 'normaliseSequenceLogo'.
+     * 
+     * @return the value of field 'NormaliseSequenceLogo'.
+     */
+    public boolean isNormaliseSequenceLogo(
+    ) {
+        return this._normaliseSequenceLogo;
+    }
+
+    /**
      * Returns the value of field 'pidSelected'.
      * 
      * @return the value of field 'PidSelected'.
@@ -2240,6 +2288,18 @@ public class Viewport implements java.io.Serializable {
     }
 
     /**
+     * Sets the value of field 'normaliseSequenceLogo'.
+     * 
+     * @param normaliseSequenceLogo the value of field
+     * 'normaliseSequenceLogo'.
+     */
+    public void setNormaliseSequenceLogo(
+            final boolean normaliseSequenceLogo) {
+        this._normaliseSequenceLogo = normaliseSequenceLogo;
+        this._has_normaliseSequenceLogo = true;
+    }
+
+    /**
      * Sets the value of field 'pidSelected'.
      * 
      * @param pidSelected the value of field 'pidSelected'.