net.sourceforge.plantuml.graph
Class ALinkImpl

java.lang.Object
  extended by net.sourceforge.plantuml.graph.ALinkImpl
All Implemented Interfaces:
ALink

public class ALinkImpl
extends Object
implements ALink


Constructor Summary
ALinkImpl(ANode n1, ANode n2, int diffHeight, Object userData)
           
 
Method Summary
 int getDiffHeight()
           
 ANode getNode1()
           
 ANode getNode2()
           
 Object getUserData()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ALinkImpl

public ALinkImpl(ANode n1,
                 ANode n2,
                 int diffHeight,
                 Object userData)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getDiffHeight

public int getDiffHeight()
Specified by:
getDiffHeight in interface ALink

getNode1

public ANode getNode1()
Specified by:
getNode1 in interface ALink

getNode2

public ANode getNode2()
Specified by:
getNode2 in interface ALink

getUserData

public final Object getUserData()
Specified by:
getUserData in interface ALink


Copyright © 2011. All Rights Reserved.