Modelers

org.topcased.modeler.export
Interface IImageExporter


public interface IImageExporter

Interface that describes an Image exporter.
An image exporter can convert a GEF figure into a image stream.


Method Summary
 void export(org.eclipse.draw2d.IFigure figure, java.io.OutputStream os)
          Thus method creates an image stream from a GEF figure
 

Method Detail

export

void export(org.eclipse.draw2d.IFigure figure,
            java.io.OutputStream os)
            throws ExportException
Thus method creates an image stream from a GEF figure

Parameters:
figure - the gef figure
os - the output stream where the image is serialized
Throws:
ExportException - Thrown if an error occured during the conversion

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.