y25.view
Class ColumnStyler

java.lang.Object
  extended byy25.view.ColumnStyler

public class ColumnStyler
extends java.lang.Object

Connects nodes with the same id with layer edges and colors them with the same color.


Nested Class Summary
protected  class ColumnStyler.SameIDConnectorLayouter25D
          Connects nodes with same ids across all layers with layer edges.
 
Constructor Summary
ColumnStyler()
           
ColumnStyler(double nodeSize, double columnSize)
           
 
Method Summary
 void doStyle(Graph25D g25d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnStyler

public ColumnStyler()

ColumnStyler

public ColumnStyler(double nodeSize,
                    double columnSize)
Method Detail

doStyle

public void doStyle(Graph25D g25d)