biouml.model
Class Diagram
java.lang.Object
|
+--com.beanexplorer.swing.table.Option
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.model.DiagramElement
|
+--biouml.model.Node
|
+--biouml.model.Compartment
|
+--biouml.model.Diagram
- public class Diagram
- extends Compartment
- implements PropertyChangeListener
| Methods inherited from class biouml.model.Compartment |
addDataCollectionListener, clone, clone, close, contains, contains, findNode, get, getCompleteName, getDataElementType, getInfo, getNameList, getShapeColor, getShapeSize, getShapeType, getSize, init, isMutable, iterator, propagateElementChanged, propagateElementWillChange, put, remove, removeDataCollectionListener, setShapeColor, setShapeSize, setShapeType |
| Methods inherited from class biouml.model.Node |
addEdge, edgeIterator, findCommonOrigin, getBackground, getImage, getLocation, removeEdge, setBackground, setImage, setLocation, setLocation |
| 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 |
Diagram
public Diagram(DataCollection origin, Base kernel, DiagramType type)
throws java.lang.Exception
- Creates the diagram of the specified type.
- Parameters:
- type - the diagram type.
clone
public DiagramElement clone(DataCollection origin, String newName)
throws java.lang.Exception
getType
public DiagramType getType()
getViewOptions
public DiagramViewOptions getViewOptions()
propertyChange
public void propertyChange(PropertyChangeEvent pce)
- todo implement
setKernel
public void setKernel(Base newKernel)
setViewOptions
public void setViewOptions(DiagramViewOptions options)
to Class org.apache.log4j.Category
to Class biouml.model.DiagramType
to Class biouml.model.DiagramViewOptions
to Class biouml.model.Module- link dependency
BOTTOM