Trees | Index | Help |
---|
Package Bio :: Package Graphics :: Module BasicChromosome :: Class TelomereSegment |
|
PropHolder
--+ |_DrawTimeResizeable
--+ | | |UserNode
--+ |Widget
--+ |_ChromosomeComponent
--+ |ChromosomeSegment
--+ | TelomereSegment
A segment that is located at the end of a linear chromosome.
This is just like a regular segment, but it draws the end of a chromosome which is represented by a half circle. This just overrides the _draw_segment class of ChromosomeSegment to provide that specialized drawing.Method Summary | |
---|---|
Initialize a segment at the end of a chromosome. | |
Draw a half circle representing the end of a linear chromosome. | |
Inherited from ChromosomeSegment | |
Draw a chromosome segment. | |
Add a label to the chromosome segment. | |
Draw any subcomponents of the chromosome segment. | |
Inherited from _ChromosomeComponent | |
Add a sub_component to the list of components under this item. | |
Remove the specified component from the subcomponents. | |
Inherited from Widget | |
| |
Return outer boundary as x1,y1,x2,y2. | |
Override this to create your own node. | |
Inherited from PropHolder | |
By default we verify. | |
Convenience. | |
Returns a list of all properties which can be edited and which are not marked as private. | |
Permits bulk setting of properties. | |
If the _attrMap attribute is not None, this checks all expected attributes are present; no unwanted attributes are present; and (if a checking function is found) checks each attribute has a valid value. | |
Inherited from _DrawTimeResizeable | |
|
Class Variable Summary | |
---|---|
Inherited from PropHolder | |
NoneType |
_attrMap = None |
Method Details |
---|
__init__(self,
inverted=0)
|
_draw_segment(self, cur_drawing)Draw a half circle representing the end of a linear chromosome. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Aug 10 20:01:06 2006 | http://epydoc.sf.net |