}
XYURLGenerator urlGenerator = null;
if (urls)
{
urlGenerator = new StandardXYURLGenerator();
}
final StackedXYAreaRenderer2 renderer = new StackedXYAreaRenderer2(toolTipGenerator, urlGenerator);
renderer.setOutline(true);
final XYPlot plot = new XYPlot(dataset, xAxis, yAxis, renderer);
plot.setOrientation(orientation);