Class MultipleConnection

java.lang.Object
  |
  +--ERComponent
        |
        +--Connection
              |
              +--MultipleConnection
All Implemented Interfaces:
java.io.Serializable

public class MultipleConnection
extends Connection

See Also:
Serialized Form

Field Summary
 Connection c1
           
 Connection c2
           
 
Fields inherited from class Connection
multiple
 
Fields inherited from class ERComponent
bounds, container, font, name, nameHeight, selected, textX, textY, x, y
 
Constructor Summary
MultipleConnection(java.lang.String name, java.lang.String card, java.awt.Font font, ERPaintArea container, ERComponent comp1, ERComponent comp2)
           
 
Method Summary
 void setXY(int x, int y)
           
 
Methods inherited from class Connection
change, changeTextSide, delete, getCoord, paint, removeAttribute, setArrow, setCard, setComp, setTextSide
 
Methods inherited from class ERComponent
addAttribute, getBounds, isSelected, rename, select, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c1

public Connection c1

c2

public Connection c2
Constructor Detail

MultipleConnection

public MultipleConnection(java.lang.String name,
                          java.lang.String card,
                          java.awt.Font font,
                          ERPaintArea container,
                          ERComponent comp1,
                          ERComponent comp2)
Method Detail

setXY

public void setXY(int x,
                  int y)
Overrides:
setXY in class ERComponent