ExtendedGeneralPath
class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc. This class delegates lines and curves to an enclosed GeneralPath
. Elliptical arc is implemented using an Arc2D
in float precision. Warning : An elliptical arc may be composed of several path segments. For futher details, see the SVG Appendix F.6 @author Thierry Kormann @version $Id: ExtendedGeneralPath.java,v 1.9 2005/03/27 08:58:32 cam Exp $
|
|
|
|
|
|