|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ERComponent | +--Connection | +--MultipleConnection
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 |
public Connection c1
public Connection c2
Constructor Detail |
public MultipleConnection(java.lang.String name, java.lang.String card, java.awt.Font font, ERPaintArea container, ERComponent comp1, ERComponent comp2)
Method Detail |
public void setXY(int x, int y)
setXY
in class ERComponent
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |