anchorPoint.x, anchorPoint.y,
position.getLabelAnchor(), anchorPoint.x,
anchorPoint.y, position.getAngle());
if ((plotState != null) && (plotState.getOwner() != null)) {
final EntityCollection entities = plotState.getOwner()
.getEntityCollection();
if (entities != null) {
final String tooltip = this
.getCategoryLabelToolTip(tick.getCategory());
final Region boundRegion = new Region();
boundRegion.add(bounds);
entities
.add(new CategoryLabelEntity(
tick.getCategory(), boundRegion,
tooltip, null));
}
}