new Point2D.Double( leftRadius.getMaxRight(exteriorWidth) + lco, tco),
new Point2D.Double( curveConstant*(leftRadius.getMaxRight(exteriorWidth)) + lco, tco),
new Point2D.Double( lco, tco+curveConstant*(leftRadius.getMaxLeft(exteriorHeight))),
new Point2D.Double( lco, tco+leftRadius.getMaxLeft(exteriorHeight)));
path.moveTo( (leftCurvePoints[0][3].getX()), (leftCurvePoints[0][3].getY()));
path.curveTo( leftCurvePoints[0][2].getX(), leftCurvePoints[0][2].getY(),
leftCurvePoints[0][1].getX(), leftCurvePoints[0][1].getY(),
leftCurvePoints[0][0].getX(), leftCurvePoints[0][0].getY());
} else {
path.moveTo( lco, tco);