com.mxgraph.util.svg
Class AWTPolygonProducer
java.lang.Object
   com.mxgraph.util.svg.AWTPolylineProducer
com.mxgraph.util.svg.AWTPolylineProducer
       com.mxgraph.util.svg.AWTPolygonProducer
com.mxgraph.util.svg.AWTPolygonProducer
- All Implemented Interfaces: 
- PointsHandler, ShapeProducer
- public class AWTPolygonProducer 
- extends AWTPolylineProducer
This class produces a polygon shape from a reader.
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AWTPolygonProducer
public AWTPolygonProducer()
createShape
public static Shape createShape(String text,
                                int wr)
                         throws ParseException
- Utility method for creating an ExtendedGeneralPath.
 
- 
- Parameters:
- text- The text representation of the path specification.
- wr- The winding rule to use for creating the path.
- Throws:
- ParseException
 
endPoints
public void endPoints()
               throws ParseException
- Implements PointsHandler.endPoints().
 
- 
- Specified by:
- endPointsin interface- PointsHandler
- Overrides:
- endPointsin class- AWTPolylineProducer
 
- 
- Throws:
- ParseException- if an error occured while processing the
                           points
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.