HEADER

biouml.modules.transpath
Class TranspathDiagramViewBuilder

biouml.model.DefaultDiagramViewBuilder
  |
  +--biouml.standard.diagram.pathway.PathwayDiagramViewBuilder
        |
        +--biouml.modules.transpath.TranspathDiagramViewBuilder

public class TranspathDiagramViewBuilder
extends PathwayDiagramViewBuilder

Default implementation of DiagramViewBuilder.

todo implementation

Method Summary
 DiagramViewOptionscreateDefaultDiagramViewOptions()
           

Methods inherited from class biouml.standard.diagram.pathway.PathwayDiagramViewBuilder
createEdgeView, createEquivalentNodeGroupView, createNodeView, isReaction

Methods inherited from class biouml.model.DefaultDiagramViewBuilder
calcAttachmentPoints, createCompartmentView, createDiagramView, getInsertActions, hide, hideElement, highlight, highlightNode, moveNode, proportion, removeElement, restoreView

Method Detail

createDefaultDiagramViewOptions

public DiagramViewOptions createDefaultDiagramViewOptions()

FOOTER

BOTTOM