Trees | Indices | Help |
---|
|
reportlab.graphics.widgetbase.PropHolder --+ | reportlab.graphics.shapes._DrawTimeResizeable --+ | | | reportlab.graphics.shapes.UserNode --+ | reportlab.graphics.widgetbase.Widget --+ | _ChromosomeComponent --+ | Organism
Top level class for drawing chromosomes.
This class holds information about an organism and all of it's chromosomes, and provides the top level object which could be used for drawing a chromosome representation of an organism.
Chromosomes should be added and removed from the Organism via the add and remove functions.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Initialize a chromosome component. Attributes: o _sub_components -- Any components which are contained under this parent component. This attribute should be accessed through the add() and remove() functions.
|
Draw out the information for the Organism. Arguments: o output_file -- The name of a file specifying where the document should be saved, or a handle to be written to. The output format is set when creating the Organism object. o title -- The output title of the produced document.
|
Draw a legend for the figure. Subclasses should implement this to provide specialized legends. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 26 15:43:48 2010 | http://epydoc.sourceforge.net |