|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.parser.AWTPolylineProducer
org.apache.batik.parser.AWTPolygonProducer
This class produces a polygon shape from a reader.
Field Summary |
Fields inherited from class org.apache.batik.parser.AWTPolylineProducer |
newPath, path, windingRule |
Constructor Summary | |
AWTPolygonProducer()
|
Method Summary | |
static java.awt.Shape |
createShape(java.io.Reader r,
int wr)
Utility method for creating an ExtendedGeneralPath. |
void |
endPoints()
Implements PointsHandler.endPoints() . |
Methods inherited from class org.apache.batik.parser.AWTPolylineProducer |
getShape, getWindingRule, point, setWindingRule, startPoints |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AWTPolygonProducer()
Method Detail |
public static java.awt.Shape createShape(java.io.Reader r, int wr) throws java.io.IOException, ParseException
r
- The reader used to read the path specification.wr
- The winding rule to use for creating the path.
java.io.IOException
ParseException
public void endPoints() throws ParseException
PointsHandler.endPoints()
.
endPoints
in interface PointsHandler
endPoints
in class AWTPolylineProducer
ParseException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |