org.freehep.graphicsio.emf.gdi
Class AbstractPolyPolyline

java.lang.Object
  extended by org.freehep.util.io.Tag
      extended by org.freehep.graphicsio.emf.EMFTag
          extended by org.freehep.graphicsio.emf.gdi.AbstractPolyPolygon
              extended by org.freehep.graphicsio.emf.gdi.AbstractPolyPolyline
All Implemented Interfaces:
GDIObject
Direct Known Subclasses:
PolyPolyline, PolyPolyline16

public abstract class AbstractPolyPolyline
extends AbstractPolyPolygon

Parent class for a group of PolyLines. Childs are rendered as not closed polygons.

Version:
$Id$§
Author:
Steffen Greiffenberg

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
protected AbstractPolyPolyline(int id, int version, java.awt.Rectangle bounds, int[] numberOfPoints, java.awt.Point[][] points)
           
 
Method Summary
 void render(EMFRenderer renderer)
          displays the tag using the renderer.
 
Methods inherited from class org.freehep.graphicsio.emf.gdi.AbstractPolyPolygon
getBounds, getNumberOfPoints, getPoints, render, toString
 
Methods inherited from class org.freehep.graphicsio.emf.EMFTag
read, read, write, 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

AbstractPolyPolyline

protected AbstractPolyPolyline(int id,
                               int version,
                               java.awt.Rectangle bounds,
                               int[] numberOfPoints,
                               java.awt.Point[][] points)
Method Detail

render

public void render(EMFRenderer renderer)
displays the tag using the renderer. The default behavior is not to close the polygons and not to fill them.

Specified by:
render in interface GDIObject
Overrides:
render in class AbstractPolyPolygon
Parameters:
renderer - EMFRenderer storing the drawing session data


Copyright © 2000-2007 FreeHEP. All Rights Reserved.