LOW_HEIGHT - 2 * inset));
return ellipse;
}
private static Polyline getPencilIconFigure() {
Polyline line = new Polyline();
int[] rawPoints = { 11, 3, 6, 3, 6, 4, 3, 4, 3, 5, 2, 5, 1, 6, 1, 8, 2,
8, 2, 9, 3, 9, 4, 9, 5, 8, 7, 8, 7, 7, 8, 7, 8, 6, 13, 6, 14,
7, 14, 10, 13, 10, 13, 11, 9, 11, 9, 12, 7, 12 };
PointList points = new PointList(rawPoints);
line.setPoints(points);
line.setForegroundColor(black);
return line;
}