org.freehep.graphicsio.emf.gdi
Class PolyBezierTo16

java.lang.Object
  extended by org.freehep.util.io.Tag
      extended by org.freehep.graphicsio.emf.EMFTag
          extended by org.freehep.graphicsio.emf.gdi.AbstractPolygon
              extended by org.freehep.graphicsio.emf.gdi.PolyBezierTo
                  extended by org.freehep.graphicsio.emf.gdi.PolyBezierTo16
All Implemented Interfaces:
GDIObject

public class PolyBezierTo16
extends PolyBezierTo

PolyBezierTo16 TAG.

Version:
$Id: PolyBezierTo16.java 10367 2007-01-22 19:26:48Z duns $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.graphicsio.emf.EMFTag
logger
 
Fields inherited from class org.freehep.util.io.Tag
DEFAULT_TAG
 
Constructor Summary
PolyBezierTo16()
           
PolyBezierTo16(java.awt.Rectangle bounds, int numberOfPoints, java.awt.Point[] points)
           
 
Method Summary
 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.
 
Methods inherited from class org.freehep.graphicsio.emf.gdi.PolyBezierTo
render
 
Methods inherited from class org.freehep.graphicsio.emf.gdi.AbstractPolygon
getBounds, getNumberOfPoints, getPoints, toString
 
Methods inherited from class org.freehep.graphicsio.emf.EMFTag
read, write
 
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
 

Constructor Detail

PolyBezierTo16

public PolyBezierTo16()

PolyBezierTo16

public PolyBezierTo16(java.awt.Rectangle bounds,
                      int numberOfPoints,
                      java.awt.Point[] points)
Method Detail

read

public EMFTag read(int tagID,
                   EMFInputStream emf,
                   int len)
            throws java.io.IOException
Overrides:
read in class PolyBezierTo
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 AbstractPolygon
Parameters:
tagID - id of the tag
emf - Binary CGM output stream
Throws:
java.io.IOException - thrown by EMFOutputStream


Copyright © 2000-2007 FreeHEP. All Rights Reserved.