X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FViewport.java;h=543c1108d624812b3a361ac7a91ddef17cc12fc5;hb=224791537adfcd1d6efff3e24fa7c653d042b222;hp=4e6747ee25a7b3e1716f256f70e0c0d63951c89d;hpb=7cdae57d68efc9bae8e64511bd7d41eda7d6c33d;p=jalview.git diff --git a/src/jalview/schemabinding/version2/Viewport.java b/src/jalview/schemabinding/version2/Viewport.java index 4e6747e..543c110 100755 --- a/src/jalview/schemabinding/version2/Viewport.java +++ b/src/jalview/schemabinding/version2/Viewport.java @@ -278,6 +278,11 @@ public class Viewport implements java.io.Serializable { */ private boolean _has_fontStyle; + /** + * Field _annotationColours + */ + private jalview.schemabinding.version2.AnnotationColours _annotationColours; + //----------------/ //- Constructors -/ @@ -500,6 +505,17 @@ public class Viewport implements java.io.Serializable { } //-- void deleteYpos() /** + * Returns the value of field 'annotationColours'. + * + * @return AnnotationColours + * @return the value of field 'annotationColours'. + */ + public jalview.schemabinding.version2.AnnotationColours getAnnotationColours() + { + return this._annotationColours; + } //-- jalview.schemabinding.version2.AnnotationColours getAnnotationColours() + + /** * Returns the value of field 'bgColour'. * * @return String @@ -1108,6 +1124,17 @@ public class Viewport implements java.io.Serializable { } //-- void marshal(org.xml.sax.ContentHandler) /** + * Sets the value of field 'annotationColours'. + * + * @param annotationColours the value of field + * 'annotationColours'. + */ + public void setAnnotationColours(jalview.schemabinding.version2.AnnotationColours annotationColours) + { + this._annotationColours = annotationColours; + } //-- void setAnnotationColours(jalview.schemabinding.version2.AnnotationColours) + + /** * Sets the value of field 'bgColour'. * * @param bgColour the value of field 'bgColour'.