com.tensegrity.graph.view.image
Interface ImageExporter

All Known Implementing Classes:
SwingImageExporter, SwtImageExporter

public interface ImageExporter

The ImageExporter class implementations are used to export a VisualGraphView to an image representation.

Author:
BurkhardWick

Method Summary
 java.lang.Object exportImage(VisualGraphView vgv, ImageExportViewConfigurator ievc)
          This method renders the view to an image.
 

Method Detail

exportImage

public java.lang.Object exportImage(VisualGraphView vgv,
                                    ImageExportViewConfigurator ievc)
This method renders the view to an image.

Parameters:
vgv - The VisualGraphView to render.
ievc - An ImageExportViewConfigurator that is used to prepare the view for rendering and contains the configuration in form of a ImageExportConfiguration.
Returns:
An image object. The actual type of the return value depends on the toolkit implementation used.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.