__init__(self, sbml_source=None, layout_alg_options=None, layout_number=0, fitToWindow=tuple(), autoComputeLayout=False) (defined in libsbml_draw.model.sbml_layout.SBMLlayout) | libsbml_draw.model.sbml_layout.SBMLlayout | |
aliasNode(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
drawNetwork(self, save_file_name=None, show=True, dpi=72, width_shift=.25, height_shift=.25, scaling_factor=1) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getArrowheadNumStyles(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getArrowheadNumVerts(self, style) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getArrowheadScale(self, role) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getArrowheadStyle(self, role) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getArrowheadVert(self, style, vertex_number) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getBoundarySpeciesIds(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getCompartmentEdgeColor(self, compartment_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getCompartmentFillColor(self, compartment_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getCompartmentIds(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getCompartmentLineWidth(self, compartment_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getFloatingSpeciesIds(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getIsNodeAliased(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getIsNodeLocked(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getLayoutAlgorithmOptions(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeCentroid(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeColor(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeEdgeColor(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeEdgeWidth(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeFillColor(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeFontColor(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeFontFamily(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeFontName(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeFontSize(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeFontStyle(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeHeight(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeIds(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeKeywordIds(self, node_keyword) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeLowerLeftPoint(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeName(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNodeWidth(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNumberOfCompartments(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNumberOfNodes(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNumberOfReactions(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getNumberOfRoles(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getReactionBezierPoints(self, reaction_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getReactionCentroid(self, reaction_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getReactionCurveWidth(self, reaction_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getReactionEdgeColor(self, reaction_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getReactionFillColor(self, reaction_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getReactionIds(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
getSBMLString(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
HEIGHT_PADDING (defined in libsbml_draw.model.sbml_layout.SBMLlayout) | libsbml_draw.model.sbml_layout.SBMLlayout | static |
LIBSBML_DRAW_VERSION (defined in libsbml_draw.model.sbml_layout.SBMLlayout) | libsbml_draw.model.sbml_layout.SBMLlayout | static |
loadSBMLFile(self, sbml_file) | libsbml_draw.model.sbml_layout.SBMLlayout | |
loadSBMLString(self, sbml_string) | libsbml_draw.model.sbml_layout.SBMLlayout | |
lockNode(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
NODE_KEYWORDS (defined in libsbml_draw.model.sbml_layout.SBMLlayout) | libsbml_draw.model.sbml_layout.SBMLlayout | static |
regenerateLayout(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
regenerateLayoutAndResetRenderInfo(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setArrowheadScale(self, role, arrowhead_scale) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setArrowheadStyle(self, role, style) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setCompartmentEdgeColor(self, compartment_id, edge_color) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setCompartmentFillColor(self, compartment_id, fill_color) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setCompartmentLineWidth(self, compartment_id, line_width) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setLayoutAlgorithm_autobary(self, autobary) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setLayoutAlgorithm_baryx(self, baryx) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setLayoutAlgorithm_baryy(self, baryy) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setLayoutAlgorithm_grav(self, gravity) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setLayoutAlgorithm_k(self, k) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setLayoutAlgorithm_padding(self, padding) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setLayoutAlgorithmOptions(self, k=None, grav=None, baryx=None, baryy=None, autobary=None, padding=None) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setModelNamespace(self, level, version) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setNodeCentroid(self, node_id, x, y) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setNodeColor(self, node_id, node_color) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setNodeEdgeColor(self, node_id, edge_color) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setNodeEdgeWidth(self, node_id, edge_width) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setNodeFillColor(self, node_id, fill_color) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setNodeFontColor(self, node_id, font_color) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setNodeFontFamily(self, node_id, font_family) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setNodeFontName(self, node_id, font_name) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setNodeFontSize(self, node_id, font_size) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setNodeFontStyle(self, node_id, font_style) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setReactionColor(self, reaction_id, reaction_color) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setReactionCurveWidth(self, reaction_id, curve_width) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setReactionEdgeColor(self, reaction_id, edge_color) | libsbml_draw.model.sbml_layout.SBMLlayout | |
setReactionFillColor(self, reaction_id, fill_color) | libsbml_draw.model.sbml_layout.SBMLlayout | |
showLayoutAlgorithmOptions(self) | libsbml_draw.model.sbml_layout.SBMLlayout | |
unlockNode(self, node_id) | libsbml_draw.model.sbml_layout.SBMLlayout | |
WIDTH_PADDING (defined in libsbml_draw.model.sbml_layout.SBMLlayout) | libsbml_draw.model.sbml_layout.SBMLlayout | static |
writeSBMLFile(self, out_file_name) | libsbml_draw.model.sbml_layout.SBMLlayout | |