com.mindfusion.diagramming
Class SaveToStringFormat

java.lang.Object
  extended by com.mindfusion.diagramming.SaveToStringFormat

public class SaveToStringFormat
extends java.lang.Object


Field Summary
static int Base64
           
static int CompressedXml
           
static int Xml
           
 
Constructor Summary
SaveToStringFormat()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Base64

public static final int Base64
See Also:
Constant Field Values

Xml

public static final int Xml
See Also:
Constant Field Values

CompressedXml

public static final int CompressedXml
See Also:
Constant Field Values
Constructor Detail

SaveToStringFormat

public SaveToStringFormat()