public class EMFPolygon extends AbstractPolygon
| Modifier | Constructor and Description | 
|---|---|
|   | EMFPolygon() | 
| protected  | EMFPolygon(int id,
          int version,
          Rectangle bounds,
          int numberOfPoints,
          Point[] points) | 
|   | EMFPolygon(Rectangle bounds,
          int numberOfPoints,
          Point[] points) | 
| Modifier and Type | Method and Description | 
|---|---|
| EMFTag | read(int tagID,
    EMFInputStream emf,
    int len) | 
| void | render(EMFRenderer renderer)displays the tag using the renderer | 
getBounds, getNumberOfPoints, getPoints, toString, writepublic EMFTag read(int tagID, EMFInputStream emf, int len) throws IOException
read in class EMFTagIOExceptionpublic void render(EMFRenderer renderer)
Copyright © 2014. All rights reserved.