org.jgraph.layout
Interface JGraphLayoutSettings

All Known Implementing Classes:
AnnealingLayoutSettings, GEMLayoutSettings, MoenLayoutSettings, RadialTreeLayoutSettings, SugiyamaLayoutSettings, TreeLayoutSettings

public interface JGraphLayoutSettings

Allows the algorithm to create an object that may be applied back to the algorithm.


Method Summary
 void apply()
          Apply the current settings to the layout that created this object.
 void revert()
          (Re)read settings from layout algorithm.
 

Method Detail

revert

public void revert()
(Re)read settings from layout algorithm.


apply

public void apply()
Apply the current settings to the layout that created this object.