org.freehep.graphicsio.emf.gdi
Class AbstractPolyPolyline
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.emf.EMFTag
org.freehep.graphicsio.emf.gdi.AbstractPolyPolygon
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
Fields inherited from class org.freehep.graphicsio.emf.EMFTag |
logger |
Fields inherited from class org.freehep.util.io.Tag |
DEFAULT_TAG |
Method Summary |
void |
render(EMFRenderer renderer)
displays the tag using the renderer. |
Methods inherited from class org.freehep.util.io.Tag |
getName, getTag, getTagType, getVersion |
AbstractPolyPolyline
protected AbstractPolyPolyline(int id,
int version,
Rectangle bounds,
int[] numberOfPoints,
Point[][] points)
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 © 2012. All Rights Reserved.