* @param endpoint the end point to draw the arrow at
* @param rotationTransform the rotation
*/
private void drawArrow(DrawingContext drawingContext, Point2D endpoint,
AffineTransform rotationTransform) {
new SimpleArrowTip().draw(drawingContext, endpoint, rotationTransform);
}