Uses of Class
biouml.model.DiagramViewOptions

Packages that use DiagramViewOptions
biouml.model   
biouml.model.dynamics   
biouml.plugins.ginsim   
biouml.standard.diagram   
 

Uses of DiagramViewOptions in biouml.model
 

Fields in biouml.model declared as DiagramViewOptions
protected  DiagramViewOptions Diagram.viewOptions
           
 

Methods in biouml.model that return DiagramViewOptions
 DiagramViewOptions DiagramViewBuilder.createDefaultDiagramViewOptions()
           
 DiagramViewOptions Diagram.getViewOptions()
           
 DiagramViewOptions DefaultDiagramViewBuilder.createDefaultDiagramViewOptions()
           
 

Methods in biouml.model with parameters of type DiagramViewOptions
 CompositeView DiagramViewBuilder.createCompartmentView(Compartment compartment, DiagramViewOptions options, java.awt.Graphics g)
           
 CompositeView DiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, java.awt.Graphics g)
           
 CompositeView DiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, java.awt.Graphics g)
           
 void Diagram.setViewOptions(DiagramViewOptions options)
           
 CompositeView DefaultDiagramViewBuilder.createCompartmentView(Compartment compartment, DiagramViewOptions options, java.awt.Graphics g)
           
protected  CompositeView DefaultDiagramViewBuilder.doCreateCompartmentView(Compartment compartment, DiagramViewOptions options, java.awt.Graphics g)
          Creates compartment view.
 CompositeView DefaultDiagramViewBuilder.createEquivalentNodeGroupView(EquivalentNodeGroup group, DiagramViewOptions options, java.awt.Graphics g)
          Creates view for equivalent node grpoup.
protected  void DefaultDiagramViewBuilder.buildNodes(Compartment compartment, DiagramViewOptions options, java.awt.Graphics g)
          built all nodes and add them into compartment
 CompositeView DefaultDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, java.awt.Graphics g)
           
protected  boolean DefaultDiagramViewBuilder.createNodeCoreView(CompositeView container, Node node, DiagramViewOptions options, java.awt.Graphics g)
           
protected  boolean DefaultDiagramViewBuilder.createNoteView(CompositeView container, Node node, DiagramViewOptions options, java.awt.Graphics g)
           
 CompositeView DefaultDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, java.awt.Graphics g)
           
 

Uses of DiagramViewOptions in biouml.model.dynamics
 

Fields in biouml.model.dynamics declared as DiagramViewOptions
protected  DiagramViewOptions EModelDiagramViewOptions.options
           
 

Methods in biouml.model.dynamics that return DiagramViewOptions
 DiagramViewOptions EModelDiagramViewBuilder.createDefaultDiagramViewOptions()
           
 

Methods in biouml.model.dynamics with parameters of type DiagramViewOptions
 CompositeView EModelDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, java.awt.Graphics g)
          Adds vriable value to node view.
 CompositeView EModelDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, java.awt.Graphics g)
           
 

Uses of DiagramViewOptions in biouml.plugins.ginsim
 

Methods in biouml.plugins.ginsim with parameters of type DiagramViewOptions
protected  CompositeView GinSimDiagramViewBuilder.doCreateCompartmentView(Compartment compartment, DiagramViewOptions options, java.awt.Graphics g)
          Creates compartment view.
protected  boolean GinSimDiagramViewBuilder.createNodeCoreView(CompositeView container, Node node, DiagramViewOptions options, java.awt.Graphics g)
           
 

Uses of DiagramViewOptions in biouml.standard.diagram
 

Subclasses of DiagramViewOptions in biouml.standard.diagram
static class GeneNetworkDiagramType.GeneNetworkDiagramViewOptions
          We have redefined ViewOptions to have an ability specify corresponding bean info.
static class MetabolicPathwayDiagramType.MetabolicPathwayDiagramViewOptions
          We have redefined ViewOptions to have an ability specify corresponding bean info.
 class PathwayDiagramViewOptions
           
 class PathwaySimulationDiagramViewOptions
           
static class SemanticNetworkDiagramType.SemanticNetworkDiagramViewOptions
          We have defined SemanticNetworkDiagramViewOptions to have an ability specify corresponding bean info.
 

Methods in biouml.standard.diagram that return DiagramViewOptions
 DiagramViewOptions SemanticNetworkDiagramType.SemanticNetworkDiagramViewBuilder.createDefaultDiagramViewOptions()
           
 DiagramViewOptions SemanticNetworkDiagramType.SemanticNetworkDiagramViewOptions.createDefaultDiagramViewOptions()
           
 DiagramViewOptions PathwaySimulationDiagramViewBuilder.createDefaultDiagramViewOptions()
           
 DiagramViewOptions PathwayDiagramViewBuilder.createDefaultDiagramViewOptions()
           
 DiagramViewOptions MetabolicPathwayDiagramType.MetabolicPathwayDiagramViewBuilder.createDefaultDiagramViewOptions()
           
 DiagramViewOptions MetabolicPathwayDiagramType.MetabolicPathwayDiagramViewOptions.createDefaultDiagramViewOptions()
           
 DiagramViewOptions GeneNetworkDiagramType.GeneNetworkDiagramViewBuilder.createDefaultDiagramViewOptions()
           
 DiagramViewOptions GeneNetworkDiagramType.GeneNetworkDiagramViewOptions.createDefaultDiagramViewOptions()
           
 

Methods in biouml.standard.diagram with parameters of type DiagramViewOptions
protected  boolean PathwaySimulationDiagramViewBuilder.createNodeCoreView(CompositeView container, Node node, DiagramViewOptions options, java.awt.Graphics g)
           
 CompositeView PathwaySimulationDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, java.awt.Graphics g)
           
 void PathwayDiagramViewBuilder.createReactionTitles(Compartment compartment, DiagramViewOptions diagramOptions, java.awt.Graphics g)
           
protected  boolean PathwayDiagramViewBuilder.createCellCoreView(CompositeView container, Node node, DiagramViewOptions diagramOptions, java.awt.Graphics g)
           
protected  boolean PathwayDiagramViewBuilder.createNodeCoreView(CompositeView container, Node node, DiagramViewOptions viewOptions, java.awt.Graphics g)
           
 CompositeView PathwayDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, java.awt.Graphics g)
           
 CompositeView PathwayDiagramViewBuilder.createEquivalentNodeGroupView(EquivalentNodeGroup group, DiagramViewOptions options, java.awt.Graphics g)
           
 CompositeView PathwayDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions viewOptions, java.awt.Graphics g)
           
 void PathwayDiagramViewBuilder.locateReaction(Node reactionNode, DiagramViewOptions options, java.awt.Graphics g)
          Locate reaction.
protected  void PathwayDiagramViewBuilder.doLocateReaction(Node reactionNode, DiagramViewOptions options, java.awt.Graphics g)
           
 



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.