Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jgraph.layout
Interface LayoutAlgorithm  view LayoutAlgorithm download LayoutAlgorithm.java

All Known Implementing Classes:
SpringEmbeddedLayoutAlgorithm, SugiyamaLayoutAlgorithm

public interface LayoutAlgorithm

Represents an Algorithm that is applied to a graph.
It is supposed to arrange the nodes in some usefull way.


Since:
1.2.2
Version:
1.0 init

Method Summary
 void perform(JGraph jgraph, boolean applyToAll, java.util.Properties configuration)
          Called when the Algorithm shall start its work.
 

Method Detail

perform

public void perform(JGraph jgraph,
                    boolean applyToAll,
                    java.util.Properties configuration)
Called when the Algorithm shall start its work.