FreeHEP API
Version current

org.freehep.graphicsio.cgm
Class CGMPathConstructor

java.lang.Object
  extended byorg.freehep.graphicsio.AbstractPathConstructor
      extended byorg.freehep.graphicsio.QuadToCubicPathConstructor
          extended byorg.freehep.graphicsio.CubicToLinePathConstructor
              extended byorg.freehep.graphicsio.PolylinePathConstructor
                  extended byorg.freehep.graphicsio.cgm.CGMPathConstructor
All Implemented Interfaces:
PathConstructor

public class CGMPathConstructor
extends PolylinePathConstructor

Version:
$Id: CGMPathConstructor.java,v 1.2 2005/01/01 07:34:45 duns Exp $
Author:
Mark Donszelmann
Source Code:
CGMPathConstructor.java

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, double resolution)
           
 
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, 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,
                          double resolution)
Method Detail

writePolyline

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.