}
p = getAnchorPoint(bounds, d, positioner.getPosition(x, y, vvd));
} else {
p = getAnchorPoint(bounds, d, position);
}
g.draw(component, rc.getRendererPane(), p.x, p.y, d.width, d.height, true);
}
protected Point getAnchorPoint(Rectangle2D vertexBounds, Dimension labelSize, Position position) {
double x;
double y;