if (entities != null) {
String tip = null;
final CategoryToolTipGenerator tipster = this
.getToolTipGenerator(row, column);
if (tipster != null) {
tip = tipster.generateToolTip(dataset, row, column);
}
String url = null;
if (this.getItemURLGenerator(row, column) != null) {
url = this.getItemURLGenerator(row, column).generateURL(
dataset, row, column);