|
JGraph X 1.9.2.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.util.svg.AWTPolylineProducer
com.mxgraph.util.svg.AWTPolygonProducer
public class AWTPolygonProducer
This class produces a polygon shape from a reader.
Field Summary |
---|
Fields inherited from class com.mxgraph.util.svg.AWTPolylineProducer |
---|
newPath, path, windingRule |
Constructor Summary | |
---|---|
AWTPolygonProducer()
|
Method Summary | |
---|---|
static java.awt.Shape |
createShape(java.lang.String text,
int wr)
Utility method for creating an ExtendedGeneralPath. |
void |
endPoints()
Implements PointsHandler.endPoints() . |
Methods inherited from class com.mxgraph.util.svg.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.lang.String text, int wr) throws ParseException
text
- The text representation of the path specification.wr
- The winding rule to use for creating the path.
ParseException
public void endPoints() throws ParseException
PointsHandler.endPoints()
.
endPoints
in interface PointsHandler
endPoints
in class AWTPolylineProducer
ParseException
- if an error occured while processing the
points
|
JGraph X 1.9.2.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |