|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.parser.AWTPolylineProducer | +--org.apache.batik.parser.AWTPolygonProducer
This class produces a polygon shape from a reader.
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.public void endPoints() throws ParseException
PointsHandler.endPoints()
.endPoints
in class AWTPolylineProducer
org.apache.batik.parser.PointsHandler
ParseException
- if an error occured while processing the
points
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |