profile visualizations are now logos
[jalview.git] / src / jalview / schemabinding / version2 / JGroup.java
index c25de2b..e75a332 100755 (executable)
@@ -188,14 +188,14 @@ public class JGroup implements java.io.Serializable {
     private boolean _has_showConsensusHistogram;\r
 \r
     /**\r
-     * Field _showConsensusProfile.\r
+     * Field _showSequenceLogo.\r
      */\r
-    private boolean _showConsensusProfile = false;\r
+    private boolean _showSequenceLogo = false;\r
 \r
     /**\r
-     * keeps track of state for field: _showConsensusProfile\r
+     * keeps track of state for field: _showSequenceLogo\r
      */\r
-    private boolean _has_showConsensusProfile;\r
+    private boolean _has_showSequenceLogo;\r
 \r
     /**\r
      * Optional sequence group ID (only needs to be unique for this\r
@@ -317,9 +317,9 @@ public class JGroup implements java.io.Serializable {
 \r
     /**\r
      */\r
-    public void deleteShowConsensusProfile(\r
+    public void deleteShowSequenceLogo(\r
     ) {\r
-        this._has_showConsensusProfile= false;\r
+        this._has_showSequenceLogo= false;\r
     }\r
 \r
     /**\r
@@ -535,13 +535,13 @@ public class JGroup implements java.io.Serializable {
     }\r
 \r
     /**\r
-     * Returns the value of field 'showConsensusProfile'.\r
+     * Returns the value of field 'showSequenceLogo'.\r
      * \r
-     * @return the value of field 'ShowConsensusProfile'.\r
+     * @return the value of field 'ShowSequenceLogo'.\r
      */\r
-    public boolean getShowConsensusProfile(\r
+    public boolean getShowSequenceLogo(\r
     ) {\r
-        return this._showConsensusProfile;\r
+        return this._showSequenceLogo;\r
     }\r
 \r
     /**\r
@@ -687,14 +687,13 @@ public class JGroup implements java.io.Serializable {
     }\r
 \r
     /**\r
-     * Method hasShowConsensusProfile.\r
+     * Method hasShowSequenceLogo.\r
      * \r
-     * @return true if at least one ShowConsensusProfile has been\r
-     * added\r
+     * @return true if at least one ShowSequenceLogo has been added\r
      */\r
-    public boolean hasShowConsensusProfile(\r
+    public boolean hasShowSequenceLogo(\r
     ) {\r
-        return this._has_showConsensusProfile;\r
+        return this._has_showSequenceLogo;\r
     }\r
 \r
     /**\r
@@ -798,13 +797,13 @@ public class JGroup implements java.io.Serializable {
     }\r
 \r
     /**\r
-     * Returns the value of field 'showConsensusProfile'.\r
+     * Returns the value of field 'showSequenceLogo'.\r
      * \r
-     * @return the value of field 'ShowConsensusProfile'.\r
+     * @return the value of field 'ShowSequenceLogo'.\r
      */\r
-    public boolean isShowConsensusProfile(\r
+    public boolean isShowSequenceLogo(\r
     ) {\r
-        return this._showConsensusProfile;\r
+        return this._showSequenceLogo;\r
     }\r
 \r
     /**\r
@@ -1065,15 +1064,14 @@ public class JGroup implements java.io.Serializable {
     }\r
 \r
     /**\r
-     * Sets the value of field 'showConsensusProfile'.\r
+     * Sets the value of field 'showSequenceLogo'.\r
      * \r
-     * @param showConsensusProfile the value of field\r
-     * 'showConsensusProfile'.\r
+     * @param showSequenceLogo the value of field 'showSequenceLogo'\r
      */\r
-    public void setShowConsensusProfile(\r
-            final boolean showConsensusProfile) {\r
-        this._showConsensusProfile = showConsensusProfile;\r
-        this._has_showConsensusProfile = true;\r
+    public void setShowSequenceLogo(\r
+            final boolean showSequenceLogo) {\r
+        this._showSequenceLogo = showSequenceLogo;\r
+        this._has_showSequenceLogo = true;\r
     }\r
 \r
     /**\r