de.saar.chorus.ubench.gui.chartviewer
Class JDomGraphDummyLayout

Object
  extended by JGraphLayoutAlgorithm
      extended by JDomGraphDummyLayout

public class JDomGraphDummyLayout
extends JGraphLayoutAlgorithm

A JGraphLayoutAlgorithm designed to leave the node and edge positions unchanged but triggers the refreshing of the JGraph's appearance so as to make color or font changes visible.

Author:
Michaela Regneri

Method Summary
 void run(JGraph jgraph, Object[] cells, int step)
           
 
Methods inherited from class JGraphLayoutAlgorithm
createDialog, createDialog, createSettings, getHint, getMaximumProgress, getProgress, isAllowedToRun, populateDialog, run, setAllowedToRun, setMaximumProgress, setProgress
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run(JGraph jgraph,
                Object[] cells,
                int step)
Specified by:
run in class JGraphLayoutAlgorithm