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