public class PolyBezier16 extends PolyBezier
Constructor and Description |
---|
PolyBezier16() |
PolyBezier16(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.
|
render
getBounds, getNumberOfPoints, getPoints, toString
public EMFTag read(int tagID, EMFInputStream emf, int len) throws IOException
read
in class PolyBezier
IOException
public void write(int tagID, EMFOutputStream emf) throws IOException
EMFTag
write
in class AbstractPolygon
tagID
- id of the tagemf
- Binary CGM output streamIOException
- thrown by EMFOutputStreamCopyright © 2014. All rights reserved.