public interface IDiagramsExporter
Modifier and Type | Method and Description |
---|---|
void |
export(Image im,
org.eclipse.draw2d.IFigure figure,
String fileName,
Double scaleFactor)
Exports the graphics using the passed image or figure.
|
void export(Image im, org.eclipse.draw2d.IFigure figure, String fileName, Double scaleFactor) throws 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 figureException