/* * (non-Javadoc) * * @see org.eclipse.birt.chart.event.PrimitiveRenderEvent#fill(org.eclipse.birt.chart.device.IDeviceRenderer) */ public final void fill(IDeviceRenderer idr) throws ChartException { idr.fillRectangle(this); }