de.uni_paderborn.fujaba.layout.classdiag
Class ClassdiagramAssociationEdge

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

public class ClassdiagramAssociationEdge
extends ClassdiagramEdge

The class has been taken from Argo UML source code.

Version:
$Revision: 1.3 $ $Date: 2005/03/23 15:57:39 $
Author:
$Author: lowende $

Constructor Summary
ClassdiagramAssociationEdge(FSABendLine edge)
          The constructor.
 
Method Summary
 void layout()
          No comment provided by developer, please add a comment to improve documentation.
 
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

ClassdiagramAssociationEdge

public ClassdiagramAssociationEdge(FSABendLine edge)
The constructor.

Parameters:
edge - the fig of the edge
Method Detail

layout

public void layout()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
layout in interface LayoutedEdge
Specified by:
layout in class ClassdiagramEdge