X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FAnnotation.java;h=f692234497a217b17b1d44278c5727d94c8b1ebc;hb=c4b3f11eeec8b3d01027d251054b8390ed4deae2;hp=c9a623b8456a0363c73907765f8486c217d6eac6;hpb=c3583f7ab67ddb450f61af4d36af839ddf485a09;p=jalview.git diff --git a/src/jalview/datamodel/Annotation.java b/src/jalview/datamodel/Annotation.java index c9a623b..f692234 100755 --- a/src/jalview/datamodel/Annotation.java +++ b/src/jalview/datamodel/Annotation.java @@ -122,6 +122,15 @@ public class Annotation this(null, null, ' ', val); } + /** + * human readable representation of an annotation row element. + * + * Format is 'display Char','secondary Structure + * Char',"description",score,[colourstring] + * + * fields may be missing if they are null, whitespace, or equivalent to + * Float.NaN + */ @Override public String toString() {