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