X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FJGroup.java;h=06eb940abe27440ea2248f7b2814964b8ce6d099;hb=def10fb2252c67e8256ec1fddc6605e34d760c63;hp=f3fe3e9d542e56e28e1c70932508cf7a6ffd5b88;hpb=65df62f4b048a1615d32ea2c3576082ad2b63af8;p=jalview.git diff --git a/src/jalview/schemabinding/version2/JGroup.java b/src/jalview/schemabinding/version2/JGroup.java index f3fe3e9..06eb940 100755 --- a/src/jalview/schemabinding/version2/JGroup.java +++ b/src/jalview/schemabinding/version2/JGroup.java @@ -126,6 +126,36 @@ public class JGroup implements java.io.Serializable { private boolean _has_colourText; /** + * 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 _seqList */ private java.util.Vector _seqList; @@ -245,6 +275,33 @@ public class JGroup implements java.io.Serializable { } //-- void deleteStart() /** + * 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 enumerateSeq * * @@ -415,6 +472,39 @@ public class JGroup implements java.io.Serializable { } //-- int getStart() /** + * 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() + + /** * Method hasColourText * * @@ -511,6 +601,42 @@ public class JGroup implements java.io.Serializable { } //-- boolean hasStart() /** + * 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 isValid * * @@ -723,6 +849,39 @@ public class JGroup implements java.io.Serializable { } //-- void setStart(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) + + /** * Method unmarshal * *