X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FViewport.java;h=6dfb14fe72e32b8abffc2eea44308318ad127d70;hb=dd74fc4938723fe5ec48d4e5fdcfbe58ac42a48d;hp=75624242afb551c0edcdb62a7aa749d1b7f26067;hpb=9f08afb8654d8e19fddfd3c6de0e8702804ea97d;p=jalview.git diff --git a/src/jalview/schemabinding/version2/Viewport.java b/src/jalview/schemabinding/version2/Viewport.java index 7562424..6dfb14f 100755 --- a/src/jalview/schemabinding/version2/Viewport.java +++ b/src/jalview/schemabinding/version2/Viewport.java @@ -96,6 +96,16 @@ public class Viewport implements java.io.Serializable { private boolean _has_showFullId; /** + * Field _rightAlignIds + */ + private boolean _rightAlignIds; + + /** + * keeps track of state for field: _rightAlignIds + */ + private boolean _has_rightAlignIds; + + /** * Field _showText */ private boolean _showText; @@ -271,6 +281,36 @@ public class Viewport implements java.io.Serializable { private boolean _has_gatheredViews; /** + * Field _textCol1 + */ + private int _textCol1; + + /** + * keeps track of state for field: _textCol1 + */ + private boolean _has_textCol1; + + /** + * Field _textCol2 + */ + private int _textCol2; + + /** + * keeps track of state for field: _textCol2 + */ + private boolean _has_textCol2; + + /** + * Field _textColThreshold + */ + private int _textColThreshold; + + /** + * keeps track of state for field: _textColThreshold + */ + private boolean _has_textColThreshold; + + /** * Field _annotationColours */ private jalview.schemabinding.version2.AnnotationColours _annotationColours; @@ -404,6 +444,15 @@ public class Viewport implements java.io.Serializable { } //-- void deleteRenderGaps() /** + * Method deleteRightAlignIds + * + */ + public void deleteRightAlignIds() + { + this._has_rightAlignIds= false; + } //-- void deleteRightAlignIds() + + /** * Method deleteShowAnnotation * */ @@ -476,6 +525,33 @@ public class Viewport implements java.io.Serializable { } //-- void deleteStartSeq() /** + * Method deleteTextCol1 + * + */ + public void deleteTextCol1() + { + this._has_textCol1= false; + } //-- void deleteTextCol1() + + /** + * Method deleteTextCol2 + * + */ + public void deleteTextCol2() + { + this._has_textCol2= false; + } //-- void deleteTextCol2() + + /** + * Method deleteTextColThreshold + * + */ + public void deleteTextColThreshold() + { + this._has_textColThreshold= false; + } //-- void deleteTextColThreshold() + + /** * Method deleteWidth * */ @@ -704,6 +780,17 @@ public class Viewport implements java.io.Serializable { } //-- boolean getRenderGaps() /** + * Returns the value of field 'rightAlignIds'. + * + * @return boolean + * @return the value of field 'rightAlignIds'. + */ + public boolean getRightAlignIds() + { + return this._rightAlignIds; + } //-- boolean getRightAlignIds() + + /** * Returns the value of field 'sequenceSetId'. * * @return String @@ -803,6 +890,39 @@ public class Viewport implements java.io.Serializable { } //-- int getStartSeq() /** + * Returns the value of field 'textCol1'. + * + * @return int + * @return the value of field 'textCol1'. + */ + public int getTextCol1() + { + return this._textCol1; + } //-- int getTextCol1() + + /** + * Returns the value of field 'textCol2'. + * + * @return int + * @return the value of field 'textCol2'. + */ + public int getTextCol2() + { + return this._textCol2; + } //-- int getTextCol2() + + /** + * Returns the value of field 'textColThreshold'. + * + * @return int + * @return the value of field 'textColThreshold'. + */ + public int getTextColThreshold() + { + return this._textColThreshold; + } //-- int getTextColThreshold() + + /** * Returns the value of field 'title'. * * @return String @@ -977,6 +1097,18 @@ public class Viewport implements java.io.Serializable { } //-- boolean hasRenderGaps() /** + * Method hasRightAlignIds + * + * + * + * @return boolean + */ + public boolean hasRightAlignIds() + { + return this._has_rightAlignIds; + } //-- boolean hasRightAlignIds() + + /** * Method hasShowAnnotation * * @@ -1073,6 +1205,42 @@ public class Viewport implements java.io.Serializable { } //-- boolean hasStartSeq() /** + * Method hasTextCol1 + * + * + * + * @return boolean + */ + public boolean hasTextCol1() + { + return this._has_textCol1; + } //-- boolean hasTextCol1() + + /** + * Method hasTextCol2 + * + * + * + * @return boolean + */ + public boolean hasTextCol2() + { + return this._has_textCol2; + } //-- boolean hasTextCol2() + + /** + * Method hasTextColThreshold + * + * + * + * @return boolean + */ + public boolean hasTextColThreshold() + { + return this._has_textColThreshold; + } //-- boolean hasTextColThreshold() + + /** * Method hasWidth * * @@ -1356,6 +1524,17 @@ public class Viewport implements java.io.Serializable { } //-- void setRenderGaps(boolean) /** + * Sets the value of field 'rightAlignIds'. + * + * @param rightAlignIds the value of field 'rightAlignIds'. + */ + public void setRightAlignIds(boolean rightAlignIds) + { + this._rightAlignIds = rightAlignIds; + this._has_rightAlignIds = true; + } //-- void setRightAlignIds(boolean) + + /** * Sets the value of field 'sequenceSetId'. * * @param sequenceSetId the value of field 'sequenceSetId'. @@ -1455,6 +1634,39 @@ public class Viewport implements java.io.Serializable { } //-- void setStartSeq(int) /** + * Sets the value of field 'textCol1'. + * + * @param textCol1 the value of field 'textCol1'. + */ + public void setTextCol1(int textCol1) + { + this._textCol1 = textCol1; + this._has_textCol1 = true; + } //-- void setTextCol1(int) + + /** + * Sets the value of field 'textCol2'. + * + * @param textCol2 the value of field 'textCol2'. + */ + public void setTextCol2(int textCol2) + { + this._textCol2 = textCol2; + this._has_textCol2 = true; + } //-- void setTextCol2(int) + + /** + * Sets the value of field 'textColThreshold'. + * + * @param textColThreshold the value of field 'textColThreshold' + */ + public void setTextColThreshold(int textColThreshold) + { + this._textColThreshold = textColThreshold; + this._has_textColThreshold = true; + } //-- void setTextColThreshold(int) + + /** * Sets the value of field 'title'. * * @param title the value of field 'title'.