* a flag that controls whether or not listeners are notified.
*/
public void setItemLabelPaint(final Color paint, final boolean notify) {
this.getDrawingAssets().setColor(Plot.COLOR_ITEM_LABEL_OVERRIDE, paint);
if (notify) {
this.notifyListeners(new RendererChangeEvent(this));
}
}