public void setLegendItemGraphicPadding(final RectangleInsets padding) {
if (padding == null) {
throw new IllegalArgumentException("Null 'padding' argument.");
}
this.legendItemGraphicPadding = padding;
this.notifyListeners(new TitleChangeEvent(this));
}