FreeHEP API
Version v1.1

org.freehep.graphicsio.cgm
Class CGMPathConstructor

java.lang.Object
  |
  +--org.freehep.graphicsio.AbstractPathConstructor
        |
        +--org.freehep.graphicsio.QuadToCubicPathConstructor
              |
              +--org.freehep.graphicsio.CubicToLinePathConstructor
                    |
                    +--org.freehep.graphicsio.PolylinePathConstructor
                          |
                          +--org.freehep.graphicsio.cgm.CGMPathConstructor
All Implemented Interfaces:
PathConstructor

public class CGMPathConstructor
extends PolylinePathConstructor

Version:
$Id: CGMPathConstructor.java,v 1.1 2002/07/30 19:11:16 duns Exp $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.graphicsio.PolylinePathConstructor
closed, fill
 
Fields inherited from class org.freehep.graphicsio.AbstractPathConstructor
currentX, currentY
 
Constructor Summary
CGMPathConstructor(TaggedOutput os, boolean fill, AffineTransform matrix)
           
 
Method Summary
protected  void writePolyline(Vector polyline)
           
 
Methods inherited from class org.freehep.graphicsio.PolylinePathConstructor
closePath, line, move, writePolyline
 
Methods inherited from class org.freehep.graphicsio.CubicToLinePathConstructor
cubic
 
Methods inherited from class org.freehep.graphicsio.QuadToCubicPathConstructor
quad
 
Methods inherited from class org.freehep.graphicsio.AbstractPathConstructor
addPath, addPath, flush, isEvenOdd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CGMPathConstructor

public CGMPathConstructor(TaggedOutput os,
                          boolean fill,
                          AffineTransform matrix)
Method Detail

writePolyline

protected void writePolyline(Vector polyline)
                      throws IOException
Specified by:
writePolyline in class PolylinePathConstructor
IOException

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.