|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CompositeView in biouml.model |
| Methods in biouml.model that return CompositeView | |
CompositeView |
DiagramViewBuilder.createDiagramView(Diagram diagram,
java.awt.Graphics g)
|
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)
|
CompositeView |
DefaultDiagramViewBuilder.createDiagramView(Diagram diagram,
java.awt.Graphics g)
Creates the diagram view |
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. |
CompositeView |
DefaultDiagramViewBuilder.createNodeView(Node node,
DiagramViewOptions options,
java.awt.Graphics g)
|
CompositeView |
DefaultDiagramViewBuilder.createEdgeView(Edge edge,
DiagramViewOptions options,
java.awt.Graphics g)
|
| Methods in biouml.model with parameters of type CompositeView | |
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)
|
| Uses of CompositeView in biouml.model.dynamics |
| Methods in biouml.model.dynamics that return CompositeView | |
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 CompositeView in biouml.plugins.ginsim |
| Methods in biouml.plugins.ginsim that return CompositeView | |
protected CompositeView |
GinSimDiagramViewBuilder.doCreateCompartmentView(Compartment compartment,
DiagramViewOptions options,
java.awt.Graphics g)
Creates compartment view. |
| Methods in biouml.plugins.ginsim with parameters of type CompositeView | |
protected boolean |
GinSimDiagramViewBuilder.createNodeCoreView(CompositeView container,
Node node,
DiagramViewOptions options,
java.awt.Graphics g)
|
| Uses of CompositeView in biouml.standard.diagram |
| Methods in biouml.standard.diagram that return CompositeView | |
CompositeView |
PathwaySimulationDiagramViewBuilder.createNodeView(Node node,
DiagramViewOptions options,
java.awt.Graphics g)
|
CompositeView |
PathwayDiagramViewBuilder.createDiagramView(Diagram diagram,
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)
|
CompositeView |
PathwayDiagramViewBuilder.createSemanticRelationView(Edge edge,
PathwayDiagramViewOptions viewOptions,
java.awt.Graphics g)
|
| Methods in biouml.standard.diagram with parameters of type CompositeView | |
protected boolean |
PathwaySimulationDiagramViewBuilder.createNodeCoreView(CompositeView container,
Node node,
DiagramViewOptions options,
java.awt.Graphics g)
|
protected boolean |
PathwaySimulationDiagramViewBuilder.createEventView(CompositeView eventView,
Node node,
PathwaySimulationDiagramViewOptions options,
java.awt.Graphics g)
|
protected boolean |
PathwaySimulationDiagramViewBuilder.createEquationView(CompositeView view,
Node node,
PathwaySimulationDiagramViewOptions options,
java.awt.Graphics g)
|
protected boolean |
PathwaySimulationDiagramViewBuilder.createStateView(CompositeView stateView,
Node node,
PathwaySimulationDiagramViewOptions options,
java.awt.Graphics g)
|
protected boolean |
PathwayDiagramViewBuilder.createConceptCoreView(CompositeView container,
java.lang.String title,
PathwayDiagramViewOptions diagramOptions,
java.awt.Graphics g)
|
protected boolean |
PathwayDiagramViewBuilder.createFunctionCoreView(CompositeView container,
java.lang.String title,
PathwayDiagramViewOptions diagramOptions,
java.awt.Graphics g)
|
protected boolean |
PathwayDiagramViewBuilder.createProcessCoreView(CompositeView container,
java.lang.String title,
PathwayDiagramViewOptions diagramOptions,
java.awt.Graphics g)
|
protected boolean |
PathwayDiagramViewBuilder.createStateCoreView(CompositeView container,
java.lang.String title,
PathwayDiagramViewOptions diagramOptions,
java.awt.Graphics g)
|
protected boolean |
PathwayDiagramViewBuilder.createCellCoreView(CompositeView container,
Node node,
DiagramViewOptions diagramOptions,
java.awt.Graphics g)
|
protected boolean |
PathwayDiagramViewBuilder.createGeneCoreView(CompositeView container,
Node node,
PathwayDiagramViewOptions options,
java.awt.Graphics g)
|
protected boolean |
PathwayDiagramViewBuilder.createRNACoreView(CompositeView container,
Node node,
PathwayDiagramViewOptions options,
java.awt.Graphics g)
|
protected boolean |
PathwayDiagramViewBuilder.createProteinCoreView(CompositeView container,
Node node,
PathwayDiagramViewOptions options,
java.awt.Graphics g,
java.lang.String functionalState,
java.lang.String configuration,
java.lang.String modification)
|
protected boolean |
PathwayDiagramViewBuilder.createSubstanceCoreView(CompositeView container,
Node node,
PathwayDiagramViewOptions options,
java.awt.Graphics g)
|
protected boolean |
PathwayDiagramViewBuilder.createReactionCoreView(CompositeView container,
Node node,
PathwayDiagramViewOptions options,
java.awt.Graphics g)
|
protected boolean |
PathwayDiagramViewBuilder.createNodeCoreView(CompositeView container,
Node node,
DiagramViewOptions viewOptions,
java.awt.Graphics g)
|
| Uses of CompositeView in biouml.workbench.diagram |
| Methods in biouml.workbench.diagram with parameters of type CompositeView | |
boolean |
DiagramEditorHelper.canAccept(CompositeView composite,
View view)
|
| 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 |
| Fields in ru.biosoft.graphics.editor declared as CompositeView | |
protected CompositeView |
ViewPane.cView
Storage for views |
protected CompositeView |
ViewEditorPane.selection
|
| Methods in ru.biosoft.graphics.editor that return CompositeView | |
CompositeView |
ViewPane.getView()
|
| Methods in ru.biosoft.graphics.editor with parameters of type CompositeView | |
void |
ViewPane.setView(CompositeView value)
Set up the view |
void |
ViewPane.setView(CompositeView value,
java.awt.Point offset)
|
boolean |
ViewEditorHelper.canAccept(CompositeView composite,
View view)
|
boolean |
DefaultViewEditorHelper.canAccept(CompositeView composite,
View view)
|
| Uses of CompositeView in ru.biosoft.math.view |
| Methods in ru.biosoft.math.view that return CompositeView | |
CompositeView |
FormulaViewBuilder.createView(AstStart start,
java.awt.Graphics g)
|
| Methods in ru.biosoft.math.view with parameters of type CompositeView | |
protected void |
FormulaViewBuilder.addAligned(CompositeView cv,
Node node,
int mode,
java.awt.Point offset,
java.awt.Graphics g)
|
protected void |
FormulaViewBuilder.addAligned(CompositeView cv,
View view,
int mode,
java.awt.Point offset)
|
protected void |
FormulaViewBuilder.addHorisontalLine(CompositeView view,
int h)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||