org.freehep.graphicsio.emf.gdi
Class Polyline16
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.emf.EMFTag
org.freehep.graphicsio.emf.gdi.AbstractPolygon
org.freehep.graphicsio.emf.gdi.Polyline
org.freehep.graphicsio.emf.gdi.Polyline16
- All Implemented Interfaces:
- GDIObject
public class Polyline16
- extends Polyline
Polyline16 TAG.
- Version:
- $Id: Polyline16.java 10367 2007-01-22 19:26:48Z duns $
- Author:
- Mark Donszelmann
Fields inherited from class org.freehep.graphicsio.emf.EMFTag |
logger |
Fields inherited from class org.freehep.util.io.Tag |
DEFAULT_TAG |
Methods inherited from class org.freehep.graphicsio.emf.gdi.Polyline |
render |
Methods inherited from class org.freehep.util.io.Tag |
getName, getTag, getTagType, getVersion |
Polyline16
public Polyline16()
Polyline16
public Polyline16(Rectangle bounds,
int numberOfPoints,
Point[] points)
read
public EMFTag read(int tagID,
EMFInputStream emf,
int len)
throws IOException
- Overrides:
read
in class Polyline
- Throws:
IOException
write
public void write(int tagID,
EMFOutputStream emf)
throws IOException
- Description copied from class:
EMFTag
- Writes the extra tag information to the outputstream in binary format.
This implementation writes nothing, but concrete tags may override this
method. This method is called just after the TagHeader is written.
- Overrides:
write
in class AbstractPolygon
- Parameters:
tagID
- id of the tagemf
- Binary CGM output stream
- Throws:
IOException
- thrown by EMFOutputStream
Copyright © 2012. All Rights Reserved.