public class Polyline extends AbstractPolygon
| Modifier | Constructor and Description | 
|---|---|
|   | Polyline() | 
| protected  | Polyline(int id,
        int version,
        Rectangle bounds,
        int numberOfPoints,
        Point[] points) | 
|   | Polyline(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.