X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FViewport.java;h=6dfb14fe72e32b8abffc2eea44308318ad127d70;hb=dd74fc4938723fe5ec48d4e5fdcfbe58ac42a48d;hp=db055bf67d6f988f6b6e8896b4f1162b32c2bd98;hpb=8def9b1990b937b039d682d6a7b093dcfea130c2;p=jalview.git diff --git a/src/jalview/schemabinding/version2/Viewport.java b/src/jalview/schemabinding/version2/Viewport.java index db055bf..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; @@ -434,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 * */ @@ -761,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 @@ -1067,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 * * @@ -1482,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'.