org.freehep.graphicsio.emf.gdi
Class PolyPolyline
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.emf.EMFTag
org.freehep.graphicsio.emf.gdi.AbstractPolyPolygon
org.freehep.graphicsio.emf.gdi.AbstractPolyPolyline
org.freehep.graphicsio.emf.gdi.PolyPolyline
- All Implemented Interfaces:
- GDIObject
public class PolyPolyline
- extends AbstractPolyPolyline
PolyPolyline TAG.
- Version:
- $Id: PolyPolyline.java 10510 2007-01-30 23:58:16Z 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 |
Constructor Summary |
PolyPolyline()
|
PolyPolyline(java.awt.Rectangle bounds,
int start,
int end,
int[] numberOfPoints,
java.awt.Point[][] points)
|
Methods inherited from class org.freehep.util.io.Tag |
getName, getTag, getTagType, getVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PolyPolyline
public PolyPolyline()
PolyPolyline
public PolyPolyline(java.awt.Rectangle bounds,
int start,
int end,
int[] numberOfPoints,
java.awt.Point[][] points)
read
public EMFTag read(int tagID,
EMFInputStream emf,
int len)
throws java.io.IOException
- Specified by:
read
in class EMFTag
- Throws:
java.io.IOException
write
public void write(int tagID,
EMFOutputStream emf)
throws java.io.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 EMFTag
- Parameters:
tagID
- id of the tagemf
- Binary CGM output stream
- Throws:
java.io.IOException
- thrown by EMFOutputStream
Copyright © 2000-2007 FreeHEP. All Rights Reserved.