org.acm.seguin.uml.line
Class InheretenceRelationship

java.lang.Object
  extended by org.acm.seguin.uml.line.SegmentedLine
      extended by org.acm.seguin.uml.line.InheretenceRelationship
All Implemented Interfaces:
java.awt.event.ComponentListener, java.util.EventListener

public class InheretenceRelationship
extends SegmentedLine

InheretenceRelationship

Author:
Chris Seguin, Mike Atkinson

Field Summary
 
Fields inherited from class org.acm.seguin.uml.line.SegmentedLine
scalingFactor, vertices, Xs, Ys
 
Constructor Summary
InheretenceRelationship(EndPointPanel start, EndPointPanel end)
          Constructor for the InheretenceRelationship object
 
Method Summary
 
Methods inherited from class org.acm.seguin.uml.line.SegmentedLine
componentHidden, componentMoved, componentResized, componentShown, drag, drawArrow, drop, getArrowPointAbove, getArrowPointBelow, getColor, getEndPanel, getShortPoint, getStartPanel, getStroke, hit, isBothEndsSelected, load, match, paint, save, saveEndPanel, savePanel, saveStartPanel, saveVertices, scale, select, shift, updateEnd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InheretenceRelationship

public InheretenceRelationship(EndPointPanel start,
                               EndPointPanel end)
Constructor for the InheretenceRelationship object

Parameters:
start - Description of Parameter
end - Description of Parameter