org.freehep.graphicsio.cgm
Class Polygon
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.cgm.CGMTag
org.freehep.graphicsio.cgm.Polyline
org.freehep.graphicsio.cgm.Polygon
- public class Polygon
- extends Polyline
Polygon TAG.
- Version:
- $Id: Polygon.java,v 1.1 2001/11/29 01:45:27 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- Source Code:
- Polygon.java
Fields inherited from class org.freehep.graphicsio.cgm.Polyline |
p |
Method Summary |
void |
write(int tagID,
CGMWriter cgm)
Writes the full tag to the Writer in Clear Text format. |
Polygon
public Polygon()
Polygon
public Polygon(Point2D[] p)
write
public void write(int tagID,
CGMWriter cgm)
throws IOException
- Description copied from class:
CGMTag
- Writes the full tag to the Writer in Clear Text format.
- Overrides:
write
in class Polyline
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.