writeBarbecue(barcode, componentKey, reportWriter);
}
else if (component instanceof BarcodeComponent)
{
BarcodeComponent barcode = (BarcodeComponent) component;
BarcodeXmlWriter barcodeWriter = new BarcodeXmlWriter(
reportWriter, barcode, componentKey);
barcodeWriter.writeBarcode();
}
else if (component instanceof SpiderChartComponent)
{
SpiderChartComponent spiderChart = (SpiderChartComponent) component;
SpiderChartXmlWriter spiderChartWriter = new SpiderChartXmlWriter();