public interface IDiagramsExporter
| Modifier and Type | Method and Description |
|---|---|
void |
export(Image im,
org.eclipse.draw2d.IFigure figure,
java.lang.String fileName,
java.lang.Double scaleFactor)
Exports the graphics using the passed image or figure.
|
void export(Image im, org.eclipse.draw2d.IFigure figure, java.lang.String fileName, java.lang.Double scaleFactor) throws java.lang.Exception
im - the image to be exported, the image is already scaledfigure - the figure to be exportedfileName - null or an filenamescaleFactor - the scale factor, can be used to scale the figurejava.lang.Exception