formatting
[jalview.git] / src / jalview / schemabinding / version2 / Viewport.java
index 7562424..6dfb14f 100755 (executable)
@@ -96,6 +96,16 @@ public class Viewport implements java.io.Serializable {
     private boolean _has_showFullId;\r
 \r
     /**\r
+     * Field _rightAlignIds\r
+     */\r
+    private boolean _rightAlignIds;\r
+\r
+    /**\r
+     * keeps track of state for field: _rightAlignIds\r
+     */\r
+    private boolean _has_rightAlignIds;\r
+\r
+    /**\r
      * Field _showText\r
      */\r
     private boolean _showText;\r
@@ -271,6 +281,36 @@ public class Viewport implements java.io.Serializable {
     private boolean _has_gatheredViews;\r
 \r
     /**\r
+     * Field _textCol1\r
+     */\r
+    private int _textCol1;\r
+\r
+    /**\r
+     * keeps track of state for field: _textCol1\r
+     */\r
+    private boolean _has_textCol1;\r
+\r
+    /**\r
+     * Field _textCol2\r
+     */\r
+    private int _textCol2;\r
+\r
+    /**\r
+     * keeps track of state for field: _textCol2\r
+     */\r
+    private boolean _has_textCol2;\r
+\r
+    /**\r
+     * Field _textColThreshold\r
+     */\r
+    private int _textColThreshold;\r
+\r
+    /**\r
+     * keeps track of state for field: _textColThreshold\r
+     */\r
+    private boolean _has_textColThreshold;\r
+\r
+    /**\r
      * Field _annotationColours\r
      */\r
     private jalview.schemabinding.version2.AnnotationColours _annotationColours;\r
@@ -404,6 +444,15 @@ public class Viewport implements java.io.Serializable {
     } //-- void deleteRenderGaps() \r
 \r
     /**\r
+     * Method deleteRightAlignIds\r
+     * \r
+     */\r
+    public void deleteRightAlignIds()\r
+    {\r
+        this._has_rightAlignIds= false;\r
+    } //-- void deleteRightAlignIds() \r
+\r
+    /**\r
      * Method deleteShowAnnotation\r
      * \r
      */\r
@@ -476,6 +525,33 @@ public class Viewport implements java.io.Serializable {
     } //-- void deleteStartSeq() \r
 \r
     /**\r
+     * Method deleteTextCol1\r
+     * \r
+     */\r
+    public void deleteTextCol1()\r
+    {\r
+        this._has_textCol1= false;\r
+    } //-- void deleteTextCol1() \r
+\r
+    /**\r
+     * Method deleteTextCol2\r
+     * \r
+     */\r
+    public void deleteTextCol2()\r
+    {\r
+        this._has_textCol2= false;\r
+    } //-- void deleteTextCol2() \r
+\r
+    /**\r
+     * Method deleteTextColThreshold\r
+     * \r
+     */\r
+    public void deleteTextColThreshold()\r
+    {\r
+        this._has_textColThreshold= false;\r
+    } //-- void deleteTextColThreshold() \r
+\r
+    /**\r
      * Method deleteWidth\r
      * \r
      */\r
@@ -704,6 +780,17 @@ public class Viewport implements java.io.Serializable {
     } //-- boolean getRenderGaps() \r
 \r
     /**\r
+     * Returns the value of field 'rightAlignIds'.\r
+     * \r
+     * @return boolean\r
+     * @return the value of field 'rightAlignIds'.\r
+     */\r
+    public boolean getRightAlignIds()\r
+    {\r
+        return this._rightAlignIds;\r
+    } //-- boolean getRightAlignIds() \r
+\r
+    /**\r
      * Returns the value of field 'sequenceSetId'.\r
      * \r
      * @return String\r
@@ -803,6 +890,39 @@ public class Viewport implements java.io.Serializable {
     } //-- int getStartSeq() \r
 \r
     /**\r
+     * Returns the value of field 'textCol1'.\r
+     * \r
+     * @return int\r
+     * @return the value of field 'textCol1'.\r
+     */\r
+    public int getTextCol1()\r
+    {\r
+        return this._textCol1;\r
+    } //-- int getTextCol1() \r
+\r
+    /**\r
+     * Returns the value of field 'textCol2'.\r
+     * \r
+     * @return int\r
+     * @return the value of field 'textCol2'.\r
+     */\r
+    public int getTextCol2()\r
+    {\r
+        return this._textCol2;\r
+    } //-- int getTextCol2() \r
+\r
+    /**\r
+     * Returns the value of field 'textColThreshold'.\r
+     * \r
+     * @return int\r
+     * @return the value of field 'textColThreshold'.\r
+     */\r
+    public int getTextColThreshold()\r
+    {\r
+        return this._textColThreshold;\r
+    } //-- int getTextColThreshold() \r
+\r
+    /**\r
      * Returns the value of field 'title'.\r
      * \r
      * @return String\r
@@ -977,6 +1097,18 @@ public class Viewport implements java.io.Serializable {
     } //-- boolean hasRenderGaps() \r
 \r
     /**\r
+     * Method hasRightAlignIds\r
+     * \r
+     * \r
+     * \r
+     * @return boolean\r
+     */\r
+    public boolean hasRightAlignIds()\r
+    {\r
+        return this._has_rightAlignIds;\r
+    } //-- boolean hasRightAlignIds() \r
+\r
+    /**\r
      * Method hasShowAnnotation\r
      * \r
      * \r
@@ -1073,6 +1205,42 @@ public class Viewport implements java.io.Serializable {
     } //-- boolean hasStartSeq() \r
 \r
     /**\r
+     * Method hasTextCol1\r
+     * \r
+     * \r
+     * \r
+     * @return boolean\r
+     */\r
+    public boolean hasTextCol1()\r
+    {\r
+        return this._has_textCol1;\r
+    } //-- boolean hasTextCol1() \r
+\r
+    /**\r
+     * Method hasTextCol2\r
+     * \r
+     * \r
+     * \r
+     * @return boolean\r
+     */\r
+    public boolean hasTextCol2()\r
+    {\r
+        return this._has_textCol2;\r
+    } //-- boolean hasTextCol2() \r
+\r
+    /**\r
+     * Method hasTextColThreshold\r
+     * \r
+     * \r
+     * \r
+     * @return boolean\r
+     */\r
+    public boolean hasTextColThreshold()\r
+    {\r
+        return this._has_textColThreshold;\r
+    } //-- boolean hasTextColThreshold() \r
+\r
+    /**\r
      * Method hasWidth\r
      * \r
      * \r
@@ -1356,6 +1524,17 @@ public class Viewport implements java.io.Serializable {
     } //-- void setRenderGaps(boolean) \r
 \r
     /**\r
+     * Sets the value of field 'rightAlignIds'.\r
+     * \r
+     * @param rightAlignIds the value of field 'rightAlignIds'.\r
+     */\r
+    public void setRightAlignIds(boolean rightAlignIds)\r
+    {\r
+        this._rightAlignIds = rightAlignIds;\r
+        this._has_rightAlignIds = true;\r
+    } //-- void setRightAlignIds(boolean) \r
+\r
+    /**\r
      * Sets the value of field 'sequenceSetId'.\r
      * \r
      * @param sequenceSetId the value of field 'sequenceSetId'.\r
@@ -1455,6 +1634,39 @@ public class Viewport implements java.io.Serializable {
     } //-- void setStartSeq(int) \r
 \r
     /**\r
+     * Sets the value of field 'textCol1'.\r
+     * \r
+     * @param textCol1 the value of field 'textCol1'.\r
+     */\r
+    public void setTextCol1(int textCol1)\r
+    {\r
+        this._textCol1 = textCol1;\r
+        this._has_textCol1 = true;\r
+    } //-- void setTextCol1(int) \r
+\r
+    /**\r
+     * Sets the value of field 'textCol2'.\r
+     * \r
+     * @param textCol2 the value of field 'textCol2'.\r
+     */\r
+    public void setTextCol2(int textCol2)\r
+    {\r
+        this._textCol2 = textCol2;\r
+        this._has_textCol2 = true;\r
+    } //-- void setTextCol2(int) \r
+\r
+    /**\r
+     * Sets the value of field 'textColThreshold'.\r
+     * \r
+     * @param textColThreshold the value of field 'textColThreshold'\r
+     */\r
+    public void setTextColThreshold(int textColThreshold)\r
+    {\r
+        this._textColThreshold = textColThreshold;\r
+        this._has_textColThreshold = true;\r
+    } //-- void setTextColThreshold(int) \r
+\r
+    /**\r
      * Sets the value of field 'title'.\r
      * \r
      * @param title the value of field 'title'.\r