Uses of Interface
org.kite9.diagram.builders.formats.sequence.SequenceDiagramDataProvider

Packages that use SequenceDiagramDataProvider
org.kite9.diagram.builders.formats.sequence   
 

Uses of SequenceDiagramDataProvider in org.kite9.diagram.builders.formats.sequence
 

Classes in org.kite9.diagram.builders.formats.sequence that implement SequenceDiagramDataProvider
 class AbstractSequenceDiagramDataProvider
          Code for creating a call tree from a method description held in the project model.
 class ClassBasedSequenceDiagramDataProvider
          This class examines the method-call hierarchy and produces a sequence diagram based on this.
 class MethodBasedSequenceDiagramDataProvider
          This class examines the method-call hierarchy and produces a sequence diagram, where each class in the diagram is a container, and each method is a heading within a container based on this.
 

Methods in org.kite9.diagram.builders.formats.sequence with parameters of type SequenceDiagramDataProvider
 void ColumnSequenceDiagramFormat.write(SequenceDiagramDataProvider provider, Container c)
          Formats the information in the provider, putting all of the created elements into the container.
 void NoLayoutSequenceDiagramFormat.write(SequenceDiagramDataProvider provider, Container c)
          Formats the information in the provider, putting all of the created elements into the container.
 



Copyright © 2011. All Rights Reserved.