biouml.model
Class Node
java.lang.Object
|
+--com.beanexplorer.swing.table.Option
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.model.DiagramElement
|
+--biouml.model.Node
- Direct Known Subclasses:
- Compartment
- public class Node
- extends DiagramElement
Diagram node element
| Methods inherited from class com.beanexplorer.swing.table.Option |
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
background
public View background
- The node background.
Node
public Node(DataCollection parent, String name, Base kernel)
Node
public Node(DataCollection parent, Base kernel)
addEdge
public void addEdge(Edge edge)
clone
public DiagramElement clone(Compartment newParent, String newName)
edgeIterator
public Iterator edgeIterator()
findCommonOrigin
public static DataCollection findCommonOrigin(DataCollection first, DataCollection second)
getBackground
public View getBackground()
getImage
public ImageDescriptor getImage()
getLocation
public Point getLocation()
removeEdge
public void removeEdge(Edge edge)
setBackground
public void setBackground(View background)
setImage
public void setImage(ImageDescriptor image)
setLocation
public void setLocation(Point location)
- pending 1) varify new location; 2) notify listeners
setLocation
public void setLocation(int x, int y)
to Class java.awt.Point
to Class ru.biosoft.graphics.View
- The node background.
to Class biouml.standard.type.ImageDescriptor
- Arbitrary image can be assitiated with diagram node element.
to Class java.util.Set
BOTTOM