gov.nih.nci.cagrid.graph.uml.classdiagram
Class ClassdiagramAssociationEdge

java.lang.Object
  extended by gov.nih.nci.cagrid.graph.uml.classdiagram.ClassdiagramEdge
      extended by gov.nih.nci.cagrid.graph.uml.classdiagram.ClassdiagramAssociationEdge
All Implemented Interfaces:
LayoutedEdge, LayoutedObject

public class ClassdiagramAssociationEdge
extends ClassdiagramEdge

Author:
mkl

Constructor Summary
ClassdiagramAssociationEdge(org.tigris.gef.presentation.FigEdge edge)
          The constructor.
 
Method Summary
 void layout()
          Abstract method to layout the edge.
 
Methods inherited from class gov.nih.nci.cagrid.graph.uml.classdiagram.ClassdiagramEdge
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(org.tigris.gef.presentation.FigEdge edge)
The constructor.

Parameters:
edge - the fig of the edge
Method Detail

layout

public void layout()
Description copied from class: ClassdiagramEdge
Abstract method to layout the edge.

Specified by:
layout in interface LayoutedEdge
Specified by:
layout in class ClassdiagramEdge
See Also:
org.argouml.uml.diagram.layout.LayoutedEdge#layout()