HEADER

Uses of Class
ru.biosoft.graphics.CompositeView

Packages that use CompositeView
biouml.editor 
biouml.model 
biouml.model.dynamics 
biouml.standard.diagram.pathway 
ru.biosoft.graphics 
ru.biosoft.graphics.editor 

Uses of CompositeView in biouml.editor
 

Methods in biouml.editor with parameters of type CompositeView
booleanDiagramEditorHelper.canAccept(CompositeView composite, View view)
          
 

Uses of CompositeView in biouml.model
 

Methods in biouml.model that return CompositeView
CompositeViewDefaultDiagramViewBuilder.createCompartmentView(Compartment compartment, DiagramViewOptions options, Graphics g)
          Creates compartment view.
CompositeViewDefaultDiagramViewBuilder.createDiagramView(Diagram diagram, Graphics g)
          Creates the diagram view
CompositeViewDefaultDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, Graphics g)
          
CompositeViewDefaultDiagramViewBuilder.createEquivalentNodeGroupView(EquivalentNodeGroup group, DiagramViewOptions options, Graphics g)
          Creates view for equivalent node grpoup.
CompositeViewDefaultDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, Graphics g)
          
CompositeViewDiagramViewBuilder.createCompartmentView(Compartment compartment, DiagramViewOptions options, Graphics g)
          
CompositeViewDiagramViewBuilder.createDiagramView(Diagram diagram, Graphics g)
          
CompositeViewDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, Graphics g)
          
CompositeViewDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, Graphics g)
          
 

Uses of CompositeView in biouml.model.dynamics
 

Methods in biouml.model.dynamics that return CompositeView
CompositeViewEModelDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, Graphics g)
          
CompositeViewEModelDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, Graphics g)
          
 

Uses of CompositeView in biouml.standard.diagram.pathway
 

Methods in biouml.standard.diagram.pathway that return CompositeView
CompositeViewPathwayDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions viewOptions, Graphics g)
          
CompositeViewPathwayDiagramViewBuilder.createEquivalentNodeGroupView(EquivalentNodeGroup group, DiagramViewOptions options, Graphics g)
          
CompositeViewPathwayDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, Graphics g)
          
 

Uses of CompositeView in ru.biosoft.graphics
 

Subclasses of CompositeView in ru.biosoft.graphics
class ArrowView
          
class Ruler
          Ruler.
 

Uses of CompositeView in ru.biosoft.graphics.editor
 

Methods in ru.biosoft.graphics.editor that return CompositeView
CompositeViewViewPane.getView()
          
 

Methods in ru.biosoft.graphics.editor with parameters of type CompositeView
booleanDefaultViewEditorHelper.canAccept(CompositeView composite, View view)
          
booleanViewEditorHelper.canAccept(CompositeView composite, View view)
          
voidViewPane.setView(CompositeView value, Point offset)
          
voidViewPane.setView(CompositeView value)
          Set up the view
 


FOOTER

BOTTOM