super(getInheritanceArrow(2000, 200));
}
private static PolyPolygon getInheritanceArrow(int size, int lineWith) {
Polygon polygon = new Polygon();
PolygonFlags flag = PolygonFlags.NORMAL;
double high = Math.sqrt(0.75 * size * size);
double sceleLength = size;
double baseLength = size * 0.9;