|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object th.co.edge.jseq.sdedit.SdeditPngDiagram
public class SdeditPngDiagram
An SdeditPngDiagram
is a Diagram
that can be
used to generate sequence diagrams in PNG format, using the Quick Sequence Diagram
Editor to create the image.
Constructor Summary | |
---|---|
SdeditPngDiagram(ActivationList activationList)
Creates a new SdeditPngDiagram , using the given
ActivationList as the basis for the sequence diagram. |
Method Summary | |
---|---|
void |
save(java.io.File pngFile)
Creates a sequence diagram and writes it to file as a PNG image. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface th.co.edge.jseq.Diagram |
---|
toString |
Constructor Detail |
---|
public SdeditPngDiagram(ActivationList activationList)
SdeditPngDiagram
, using the given
ActivationList
as the basis for the sequence diagram.
activationList
- a list of root Activation
s to use when
generating the sequence diagramMethod Detail |
---|
public void save(java.io.File pngFile) throws java.io.IOException
save
in interface Diagram
pngFile
- the File
to write to
java.io.IOException
- if something went wrong when creating or saving the diagram
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |