Class ERSet

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

public class ERSet
extends ERComponent

See Also:
Serialized Form

Fields inherited from class ERComponent
bounds, container, font, name, nameHeight, selected, textX, textY, x, y
 
Constructor Summary
ERSet()
           
 
Method Summary
 void add(ERComponent comp)
           
 void change()
           
 void connectTo(ERComponent ercomp)
           
 void delete()
           
 java.awt.Point getCoord(int x, int y)
           
 void paint(java.awt.Graphics g)
           
 void removeAll()
           
 void removeAttribute(Attribute a)
           
 void setXY(int x, int y)
           
 void translate(int x, int y)
           
 
Methods inherited from class ERComponent
addAttribute, getBounds, isSelected, rename, select
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERSet

public ERSet()
Method Detail

add

public void add(ERComponent comp)

change

public void change()
Overrides:
change in class ERComponent

translate

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

getCoord

public java.awt.Point getCoord(int x,
                               int y)
Overrides:
getCoord in class ERComponent

removeAll

public void removeAll()

delete

public void delete()
Overrides:
delete in class ERComponent

paint

public void paint(java.awt.Graphics g)
Overrides:
paint in class ERComponent

setXY

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

removeAttribute

public void removeAttribute(Attribute a)
Overrides:
removeAttribute in class ERComponent

connectTo

public void connectTo(ERComponent ercomp)