de.cau.cs.kieler.klay.layered.intermediate
Class GraphTransformer
java.lang.Object
de.cau.cs.kieler.core.alg.AbstractAlgorithm
de.cau.cs.kieler.klay.layered.intermediate.GraphTransformer
- All Implemented Interfaces:
- IAlgorithm, ILayoutProcessor
public class GraphTransformer
- extends AbstractAlgorithm
- implements ILayoutProcessor
A layout processor that is able to perform transformations on the coordinates of a graph.
- Rating

Method Summary |
void |
process(LayeredGraph layeredGraph)
Performs the phase's work on the given graph. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphTransformer
public GraphTransformer(GraphTransformer.Mode themode)
- Creates a graph transformer with the given mode.
- Parameters:
themode
- the transformation mode
process
public void process(LayeredGraph layeredGraph)
- Performs the phase's work on the given graph.
- Specified by:
process
in interface ILayoutProcessor
- Parameters:
layeredGraph
- a layered graph