de.uni_paderborn.fujaba.layout.classdiag
Class ClassdiagramRealizationEdge

java.lang.Object
  extended byde.uni_paderborn.fujaba.layout.classdiag.ClassdiagramEdge
      extended byde.uni_paderborn.fujaba.layout.classdiag.ClassdiagramInheritanceEdge
          extended byde.uni_paderborn.fujaba.layout.classdiag.ClassdiagramRealizationEdge
All Implemented Interfaces:
LayoutedEdge, LayoutedObject

public class ClassdiagramRealizationEdge
extends ClassdiagramInheritanceEdge

The class has been taken from Argo UML source code.

Version:
$Revision: 1.2 $ $Date: 2005/01/28 11:36:28 $
Author:
$Author: lowende $

Constructor Summary
ClassdiagramRealizationEdge(FSABendLine edge)
          The constructor.
 
Method Summary
 int getCenterHigh()
           
 int getCenterLow()
           
 int getVerticalOffset()
           
 
Methods inherited from class de.uni_paderborn.fujaba.layout.classdiag.ClassdiagramInheritanceEdge
getDownGap, layout
 
Methods inherited from class de.uni_paderborn.fujaba.layout.classdiag.ClassdiagramEdge
addPoint, getCurrentEdge, getHGap, getUnderlyingFig, getVGap, setHGap, setVGap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassdiagramRealizationEdge

public ClassdiagramRealizationEdge(FSABendLine edge)
The constructor.

Parameters:
edge - the fig edge
Method Detail

getVerticalOffset

public int getVerticalOffset()
Specified by:
getVerticalOffset in class ClassdiagramInheritanceEdge
Returns:
The verticalOffset value

getCenterHigh

public int getCenterHigh()
Overrides:
getCenterHigh in class ClassdiagramInheritanceEdge
Returns:
The centerHigh value

getCenterLow

public int getCenterLow()
Overrides:
getCenterLow in class ClassdiagramInheritanceEdge
Returns:
The centerLow value