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
Since: Together 3.0
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 StringSVG
          The SVG format.
 final static StringWMF
          The WMF format.

Field Detail

GIF

public final static String GIF
The GIF format.

SVG

public final static String SVG
The SVG 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.

to Class java.lang.String

The SVG format.