HEADER

Uses of Class
biouml.model.Diagram

Packages that use Diagram
biouml.model 
biouml.model.dynamics 
biouml.model.htmlgen 
biouml.model.util 
biouml.plugins.cellml 
biouml.plugins.ginsim 
biouml.plugins.gxl 
biouml.plugins.jgraph 
biouml.plugins.sbml 
biouml.plugins.simulation 
biouml.plugins.svg 
biouml.standard 
biouml.standard.diagram 
biouml.standard.filter 
biouml.workbench.diagram 

Uses of Diagram in biouml.model
 

Methods in biouml.model that return Diagram
static DiagramDiagram.createDiagram(DiagramType type, String diagramName, DataCollection origin)
          
DiagramModule.getDiagram(String name)
          
 

Methods in biouml.model with parameters of type Diagram
CompositeViewDefaultDiagramViewBuilder.createDiagramView(Diagram diagram, Graphics g)
          Creates the diagram view
booleanDiagramExporter.accept(Diagram diagram)
          Returns true if the specified diagram can be exported in this format and false otherwise.
voidDiagramExporter.doExport(Diagram diagram, File file)
          Exports the specified diagram into the specified file or directory.
DiagramFilterDiagramType.getDiagramFilter(Diagram diagram)
          
voidDiagramTypeConverter.ConditionalConverter.convert(Diagram diagram, Class type)
          
voidDiagramTypeConverter.convert(Diagram diagram, Class type)
          
voidDiagramTypeConverter.NoConverter.convert(Diagram diagram, Class type)
          
voidDiagramTypeConverter.YesConverter.convert(Diagram diagram, Class type)
          
DiagramFilterDiagramTypeSupport.getDiagramFilter(Diagram diagram)
          
CompositeViewDiagramViewBuilder.createDiagramView(Diagram diagram, Graphics g)
          
voidModule.putDiagram(Diagram diagram)
          
voidNode.setRelativeLocation(Diagram diagram, Point location)
          
NodeInfo[]QueryEngine.addLinked(Diagram diagram, Node start, NodeInfo[] nodeInfoArr)
          
NodeInfo[]QueryEngine.searchLinked(Diagram diagram, Node node, QueryOptions options)
          
NodeInfo[]QueryEngineSupport.addLinked(Diagram diagram, Node start, NodeInfo[] linked)
          Appends linked nodes to the diagram.
abstract NodeInfo[]QueryEngineSupport.getLinked(Diagram diagram, NodeInfo node, QueryOptions opt)
          
NodeInfo[]QueryEngineSupport.searchLinked(Diagram diagram, Node node, QueryOptions options)
          
 

Uses of Diagram in biouml.model.dynamics
 

Constructors in biouml.model.dynamics with parameters of type Diagram
VariablesDataCollection.VariablesDataCollection(DataCollection parent, Diagram diagram)
          
 

Uses of Diagram in biouml.model.htmlgen
 

Constructors in biouml.model.htmlgen with parameters of type Diagram
GenerateHTMLDialog.GenerateHTMLDialog(JDialog dialog, String title, Module module, Diagram diagram)
          
GenerateHTMLDialog.GenerateHTMLDialog(JFrame frame, String title, Module module, Diagram diagram)
          
 

Methods in biouml.model.htmlgen with parameters of type Diagram
static voidGenerateHTMLDialog.genHTML(Diagram diagram, File outputFolder, File templateFile, Category cat)
          
 

Uses of Diagram in biouml.model.util
 

Methods in biouml.model.util that return Diagram
DiagramDiagramXmlReader.read()
          
DiagramDiagramXmlReader.read(DataCollection origin, Module module)
          
 

Methods in biouml.model.util with parameters of type Diagram
voidDiagramXmlWriter.write(Diagram sourceDiagram, Module module, Transformer transformer)
          
voidDiagramXmlWriter.write(Diagram sourceDiagram, Module module)
          
static BufferedImageImageGenerator.generateDiagramImage(Diagram diagram, Graphics graphics)
          
static BufferedImageImageGenerator.generateDiagramImage(Diagram diagram)
          
 

Uses of Diagram in biouml.plugins.cellml
 

Methods in biouml.plugins.cellml that return Diagram
DiagramCellMLModelReader.read(DataCollection origin, Module module)
          
 

Methods in biouml.plugins.cellml with parameters of type Diagram
voidCellMLModelWriter.write(Diagram sourceDiagram, Transformer transformer)
          
voidCellMLModelWriter.write(Diagram sourceDiagram)
          
 

Uses of Diagram in biouml.plugins.ginsim
 

Methods in biouml.plugins.ginsim with parameters of type Diagram
booleanGinMLExporter.accept(Diagram diagram)
          
voidGinMLExporter.doExport(Diagram diagram, File file)
          
 

Uses of Diagram in biouml.plugins.gxl
 

Methods in biouml.plugins.gxl that return Diagram
DiagramGxlReader.readDiagram(File file, DataCollection origin)
          
 

Methods in biouml.plugins.gxl with parameters of type Diagram
booleanGxlExporter.accept(Diagram diagram)
          
voidGxlExporter.doExport(Diagram diagram, File file)
          
voidGxlWriter.writeDiagram(File file, Diagram diagram)
          
 

Uses of Diagram in biouml.plugins.jgraph
 

Methods in biouml.plugins.jgraph with parameters of type Diagram
static voidDiagramToJGraphTransformer.layout(Diagram diagram, Layouter layouter, Graphics g)
          
 

Uses of Diagram in biouml.plugins.sbml
 

Constructors in biouml.plugins.sbml with parameters of type Diagram
CreateDiagramElementDialog.CreateDiagramElementDialog(Diagram diagram, Compartment parent, Class type)
          
 

Methods in biouml.plugins.sbml that return Diagram
static DiagramSbmlModelFactory.readDiagram(File file, DataCollection origin, String diagramName)
          
DiagramSbmlModelReader.read(Document document, String name, DataCollection origin)
          
 

Methods in biouml.plugins.sbml with parameters of type Diagram
booleanSbmlExporter.accept(Diagram diagram)
          
voidSbmlExporter.doExport(Diagram diagram, File file)
          
static DocumentSbmlModelFactory.createDOM(Diagram diagram)
          
static voidSbmlModelFactory.writeDiagram(File file, Diagram sourceDiagram)
          
static booleanSbmlModelWriter_21.isValidModel(Diagram diagram)
          Checks if the model represented by diagram is representable in SBML level 1 version 1 model.
static booleanSbmlModelWriter_L1.isValidModel(Diagram diagram)
          Checks if the model represented by diagram is representable in SBML level 1 version 1 model.
DocumentSbmlModelWriter.createDOM(Diagram sourceDiagram)
          
StringSbmlSemanticController.generateReactionName(Diagram diagram)
          Generates unique reaction name for the specified diagram.
static ObjectSbmlSemanticController.resolveName(Diagram diagram, String sname)
          Search SBML model element with the specified name.
 

Uses of Diagram in biouml.plugins.simulation
 

Methods in biouml.plugins.simulation that return Diagram
DiagramSimulationEngine.getDiagram()
          
 

Methods in biouml.plugins.simulation with parameters of type Diagram
voidSimulationEngine.setDiagram(Diagram diagram)
          
 

Uses of Diagram in biouml.plugins.svg
 

Methods in biouml.plugins.svg with parameters of type Diagram
booleanSvgDiagramExporter.accept(Diagram diagram)
          Accepts any diagram.
voidSvgDiagramExporter.doExport(Diagram diagram, File file)
          
 

Uses of Diagram in biouml.standard
 

Methods in biouml.standard with parameters of type Diagram
NodeInfo[]StandardQueryEngine.getLinked(Diagram diagram, NodeInfo node, QueryOptions opt)
          
 

Uses of Diagram in biouml.standard.diagram
 

Constructors in biouml.standard.diagram with parameters of type Diagram
ReactionPane.ReactionPane(Diagram diagram, Compartment compartment, Point point, ViewEditorPane viewEditor)
          
 

Methods in biouml.standard.diagram with parameters of type Diagram
DiagramFilterPathwayDiagramType.getDiagramFilter(Diagram diagram)
          
CompositeViewPathwayDiagramViewBuilder.createDiagramView(Diagram diagram, Graphics g)
          
StringPathwaySemanticController.generateReactionName(Diagram diagram)
          Generates unique reaction name.
DiagramFilterSemanticNetworkDiagramType.getDiagramFilter(Diagram diagram)
          
 

Uses of Diagram in biouml.standard.filter
 

Constructors in biouml.standard.filter with parameters of type Diagram
BiopolimerDiagramFilter.BiopolimerDiagramFilter(Diagram diagram)
          
 

Uses of Diagram in biouml.workbench.diagram
 

Constructors in biouml.workbench.diagram with parameters of type Diagram
ConvertDiagramDialog.ConvertDiagramDialog(Diagram diagram)
          
DiagramDocument.DiagramDocument(Diagram diagram)
          
DiagramEditorHelper.DiagramEditorHelper(Diagram diagram)
          
ExportDiagramDialog.ExportDiagramDialog(Diagram diagram)
          
 

Methods in biouml.workbench.diagram that return Diagram
DiagramDiagramDocument.getDiagram()
          
 

Methods in biouml.workbench.diagram with parameters of type Diagram
static ExporterInfo[]DiagramExporterRegistry.getExporterInfo(String format, Diagram diagram)
          Returns suitable exporter for the specified format.
booleanDiagramImageWriter.accept(Diagram diagram)
          Accepts any diagram.
voidDiagramImageWriter.doExport(Diagram diagram, File file)
          
voidDiagramsPane.removeDiagram(Diagram diagram)
          
 


FOOTER

BOTTOM