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");
/**
public Colour()
{
super();
- setNoValueColour(
- jalview.binding.types.ColourNoValueColourType.valueOf("Min"));
+ setNoValueColour(jalview.binding.types.NoValueColour.valueOf("Min"));
this._attributeNameList = new java.util.Vector();
}
}
/**
- * 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;
}
}
/**
- * 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;
}