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