Class ERSet
java.lang.Object
|
+--ERComponent
|
+--ERSet
- All Implemented Interfaces:
- java.io.Serializable
- public class ERSet
- extends ERComponent
- See Also:
- Serialized Form
Constructor Summary |
ERSet()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERSet
public ERSet()
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)