Uses of Interface
th.co.edge.jseq.Diagram

Packages that use Diagram
th.co.edge.jseq   
th.co.edge.jseq.argouml   
th.co.edge.jseq.sdedit   
th.co.edge.jseq.svg   
 

Uses of Diagram in th.co.edge.jseq
 

Classes in th.co.edge.jseq that implement Diagram
 class TextDiagram
          A TextDiagram that can be fully defined by a string, for example using XML.
 

Methods in th.co.edge.jseq that return Diagram
 Diagram Formatter.format(ActivationList activationList)
          Generates a Diagram from a program trace, represented by an ActivationList with the root activations.
 

Uses of Diagram in th.co.edge.jseq.argouml
 

Classes in th.co.edge.jseq.argouml that implement Diagram
 class ArgoUMLDiagram
          An ArgoUMLDiagram is a Diagram that can be used to generate sequence diagrams in .zargo format, readable by the tool ArgoUML.
 

Methods in th.co.edge.jseq.argouml that return Diagram
 Diagram ArgoUMLGenerator.generate(ActivationList activationList)
          Returns a new ArgoUMLDiagram representing the method calls in the given AcivationList.
 

Uses of Diagram in th.co.edge.jseq.sdedit
 

Classes in th.co.edge.jseq.sdedit that implement Diagram
 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.
 class SdeditTextDiagram
          An SdeditTextDiagram is a Diagram that can be used to generate sequence diagrams as text files that can be read by the Quick Sequence Diagram Editor.
 

Uses of Diagram in th.co.edge.jseq.svg
 

Methods in th.co.edge.jseq.svg that return Diagram
 Diagram SVGGenerator.generate(ActivationList activationList)
          Returns a new SVG sequence diagram based on the given ActivationList, representing the root activations.
 



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