libsbml-draw
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
libsbml_draw.model.network.Curve Class Reference

Public Member Functions

def __init__ (self, h_curve)
 

Public Attributes

 start_point
 
 end_point
 
 control_point_1
 
 control_point_2
 
 role
 
 curveArrowStyle
 

Static Public Attributes

list role_arrowstyles
 

Detailed Description

Part of a complete reaction curve. As an example, a reaction between a
substrate and a product usually consists of two curves.  The first curve
has no arrowhead (i.e. has arrowstyle '-') and the second has an arrowhead
pointing to the product.

Member Data Documentation

◆ role_arrowstyles

list libsbml_draw.model.network.Curve.role_arrowstyles
static
Initial value:
= ["-", # SUBSTRATE
"-|>", # PRODUCT
"-", # SIDESUBSTRATE
"-|>", # SIDEPRODUCT
"-|>", # MODIFIER
"-|>", # ACTIVATOR
ArrowStyle("|-|",
widthA=0, angleA=None,
widthB=1.0, angleB=None) # INHIBITOR
]

The documentation for this class was generated from the following file: