biouml.workbench.diagram
Class DiagramDocument
ru.biosoft.gui.Document
|
+--biouml.workbench.diagram.DiagramDocument
- public class DiagramDocument
- extends Document
- implements PropertyChangeListener
- pending remove dependency from BioUMLApplication
VIEWPANE_OFFSET
public final static Point VIEWPANE_OFFSET
X_VIEWPANE_OFFSET
public final static int X_VIEWPANE_OFFSET
Y_VIEWPANE_OFFSET
public final static int Y_VIEWPANE_OFFSET
DiagramDocument
public DiagramDocument(Diagram diagram)
close
public void close()
getDiagram
public Diagram getDiagram()
getDisplayName
public String getDisplayName()
getViewPane
public ViewPane getViewPane()
propertyChange
public void propertyChange(PropertyChangeEvent pce)
- todo filtering events for diagram update
- pending if filter is changed we should only reapply the filter and not rebuild the diagram
setActive
public void setActive(boolean isActive)
to Class ru.biosoft.graphics.editor.ViewPane
to Class java.awt.Point
BOTTOM