X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fdatamodel%2FAnnotation.java;fp=src%2Fjalview%2Fdatamodel%2FAnnotation.java;h=26dc0fa05d8a10d0004f7c3a0d2996f515297812;hb=7ab5d6b0ba5fec1ea4a4239e79c476d841622485;hp=e3588b039fe9ac90d09e1e87d54d85b769954491;hpb=1889827c44c51f6353fe8619e5d44b421158af23;p=jalview.git diff --git a/src/jalview/datamodel/Annotation.java b/src/jalview/datamodel/Annotation.java index e3588b0..26dc0fa 100755 --- a/src/jalview/datamodel/Annotation.java +++ b/src/jalview/datamodel/Annotation.java @@ -47,7 +47,7 @@ public class Annotation /** Score for the position - used in histograms, line graphs and for shading */ public float value; - + /** Colour for position */ public Color colour; @@ -69,7 +69,7 @@ public class Annotation description = desc; secondaryStructure = ss; value = val; - + } /** @@ -124,15 +124,15 @@ public class Annotation */ public Annotation(float val) { - this(null, null, ' ', val,null); + this(null, null, ' ', val, null); } /** * 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 */