org.apache.batik.ext.awt.geom
Interface ExtendedShape

All Superinterfaces:
Shape
All Known Implementing Classes:
ExtendedGeneralPath, ShapeExtender

public interface ExtendedShape
extends Shape

The ExtendedShape class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.

Version:
$Id: ExtendedShape.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Thomas DeWeese

Method Summary
 ExtendedPathIterator getExtendedPathIterator()
          Get an extended Path iterator that may return SEG_ARCTO commands
 
Methods inherited from interface java.awt.Shape
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects, intersects
 

Method Detail

getExtendedPathIterator

ExtendedPathIterator getExtendedPathIterator()
Get an extended Path iterator that may return SEG_ARCTO commands



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.