public class PolyBezierTo16 extends PolyBezierTo
| Constructor and Description | 
|---|
| PolyBezierTo16() | 
| PolyBezierTo16(Rectangle bounds,
              int numberOfPoints,
              Point[] points) | 
| Modifier and Type | Method and Description | 
|---|---|
| EMFTag | read(int tagID,
    EMFInputStream emf,
    int len) | 
| void | write(int tagID,
     EMFOutputStream emf)Writes the extra tag information to the outputstream in binary format. | 
rendergetBounds, getNumberOfPoints, getPoints, toStringpublic EMFTag read(int tagID, EMFInputStream emf, int len) throws IOException
read in class PolyBezierToIOExceptionpublic void write(int tagID,
         EMFOutputStream emf)
           throws IOException
EMFTagwrite in class AbstractPolygontagID - id of the tagemf - Binary CGM output streamIOException - thrown by EMFOutputStreamCopyright © 2014. All rights reserved.