this.dataset, key, this.pieIndex);
}
final Color Color = this.lookupSectionPaint(key, true);
final Color outlinePaint = this
.lookupSectionOutlinePaint(key);
final Stroke outlineStroke = this
.lookupSectionOutlineStroke(key);
final LegendItem item = new LegendItem(label, description,
toolTipText, urlText, true, shape, true, Color,
true, outlinePaint,
outlineStroke,
false, // line
// not
// visible
new Rectangle(0, 0, 0, 0), new Stroke(1),
StaticColorChecker.dublicateColor(SWT.COLOR_BLACK));
// Display
// .getDefault().getSystemColor(
// SWT.COLOR_BLACK));
item.setDataset(this.getDataset());