X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fbinding%2FColour.java;h=f51e9aff95ddcfe3783a5d325e5f65a626fb3f56;hb=e42eed3a0089a8a064560df4cf17a5021fd1e16a;hp=c2dcba948eb2db8f729e445c60485b1eff604c2d;hpb=ab7590e6d0bbb8764d8df5bfcfa55956d80a4ac9;p=jalview.git diff --git a/src/jalview/binding/Colour.java b/src/jalview/binding/Colour.java index c2dcba9..f51e9af 100644 --- a/src/jalview/binding/Colour.java +++ b/src/jalview/binding/Colour.java @@ -43,9 +43,9 @@ public class Colour implements java.io.Serializable private java.lang.String _minRGB; /** - * Colour if no attribute or score value + * Field _noValueColour. */ - private jalview.binding.types.ColourNoValueColourType _noValueColour = jalview.binding.types.ColourNoValueColourType + private jalview.binding.types.NoValueColour _noValueColour = jalview.binding.types.NoValueColour .valueOf("Min"); /** @@ -115,8 +115,7 @@ public class Colour implements java.io.Serializable public Colour() { super(); - setNoValueColour( - jalview.binding.types.ColourNoValueColourType.valueOf("Min")); + setNoValueColour(jalview.binding.types.NoValueColour.valueOf("Min")); this._attributeNameList = new java.util.Vector(); } @@ -321,12 +320,11 @@ public class Colour implements java.io.Serializable } /** - * Returns the value of field 'noValueColour'. The field 'noValueColour' has - * the following description: Colour if no attribute or score value + * Returns the value of field 'noValueColour'. * * @return the value of field 'NoValueColour'. */ - public jalview.binding.types.ColourNoValueColourType getNoValueColour() + public jalview.binding.types.NoValueColour getNoValueColour() { return this._noValueColour; } @@ -628,14 +626,13 @@ public class Colour implements java.io.Serializable } /** - * Sets the value of field 'noValueColour'. The field 'noValueColour' has the - * following description: Colour if no attribute or score value + * Sets the value of field 'noValueColour'. * * @param noValueColour * the value of field 'noValueColour'. */ public void setNoValueColour( - final jalview.binding.types.ColourNoValueColourType noValueColour) + final jalview.binding.types.NoValueColour noValueColour) { this._noValueColour = noValueColour; }