th.co.edge.jseq
Interface Diagram

All Known Implementing Classes:
ArgoUMLDiagram, SdeditPngDiagram, SdeditTextDiagram, TextDiagram

public interface Diagram

A Diagram represents some form of sequence diagram that can be written to a file.


Method Summary
 void save(java.io.File file)
          Writes this diagram to file, using whatever native format is used by that kind of diagram: text, XML, binary, ...
 java.lang.String toString()
          Returns a string representation of this diagram.
 

Method Detail

save

void save(java.io.File file)
          throws java.io.IOException
Writes this diagram to file, using whatever native format is used by that kind of diagram: text, XML, binary, ...

Parameters:
file - the File to write to
Throws:
java.io.IOException - if writing to the file failed

toString

java.lang.String toString()
Returns a string representation of this diagram.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of this diagram


Copyright © 2008 Edge Software, Co., Ltd.. All Rights Reserved.