} else if ((edge == RectangleEdge.LEFT)
|| (edge == RectangleEdge.RIGHT)) {
max = Math.max(max, this.calculateTextBlockWidth(label,
position, g2));
}
final Tick tick = new CategoryTick(category, label, position
.getLabelAnchor(), position.getRotationAnchor(),
position.getAngle());
ticks.add(tick);
categoryIndex = categoryIndex + 1;
}