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.3 2002/07/09 17:17:53 deweese Exp $
|
|
|
|
|
|
|
|
|
|
|
|
|
|