org.wilmascope.dotlayout
Class DotEdgeLayout

java.lang.Object
  extended by org.wilmascope.graph.EdgeLayout
      extended by org.wilmascope.dotlayout.DotEdgeLayout
All Implemented Interfaces:
EdgeAbility, Layable

public class DotEdgeLayout
extends EdgeLayout

Title:

Description:

Copyright: Copyright (c) 2001

Company:

Version:
1.0
Author:
unascribed

Constructor Summary
DotEdgeLayout()
           
 
Method Summary
 int getZLevel()
           
 void setZLevel(int z)
           
 
Methods inherited from class org.wilmascope.graph.EdgeLayout
delete, getEdge, resetProperties, setEdge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotEdgeLayout

public DotEdgeLayout()
Method Detail

setZLevel

public void setZLevel(int z)

getZLevel

public int getZLevel()