ExtendedGeneralPath
class represents a geometric path constructed from straight lines, quadratic and cubic (B�zier) 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.1 2000/10/28 14:48:54 tkormann Exp $
|
|