|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void export(org.eclipse.draw2d.IFigure figure, java.io.OutputStream os) throws ExportException
figure
- the gef figureos
- the output stream where the image is serialized
ExportException
- Thrown if an error occured during the conversion
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.