com.togethersoft.openapi.ide.diagram
Interface IdeImageFormat


public interface IdeImageFormat

Defines constants for using as output image format's ID in IdeDiagramManager.saveImage method.

Author:
TogetherSoft
See Also: IdeDiagramManager.saveImage(com.togethersoft.openapi.rwi.RwiDiagram,java.io.OutputStream,java.lang.String)

Field Summary
 final static StringGIF
           The GIF format.
 final static StringWMF
           The WMF format.

Field Detail

GIF

public final static String GIF
The GIF format.

WMF

public final static String WMF
The WMF format.

Association Links

to Class java.lang.String

The GIF format.

to Class java.lang.String

The WMF format.