Inherits from:
No subclasses
Overview
Accessor
- species_defs (Bio::EnsEMBL::GlyphSet)
Etc...
- _threshold_update (Bio::EnsEMBL::GlyphSet)
Method
- _init_bump (Bio::EnsEMBL::GlyphSet)
- bump_row (Bio::EnsEMBL::GlyphSet)
- commify (Bio::EnsEMBL::GlyphSet)
- get_featuredata (Bio::EnsEMBL::GlyphSet)
- get_gd_simple (Bio::EnsEMBL::GlyphSet)
- get_gd_text (Bio::EnsEMBL::GlyphSet)
- get_text_simple (Bio::EnsEMBL::GlyphSet)
- timer_push (Bio::EnsEMBL::GlyphSet)
Unknown
- Bezier (Bio::EnsEMBL::GlyphSet)
- Circle (Bio::EnsEMBL::GlyphSet)
- Composite (Bio::EnsEMBL::GlyphSet)
- Diagnostic (Bio::EnsEMBL::GlyphSet)
- Ellipse (Bio::EnsEMBL::GlyphSet)
- HASH_URL (Bio::EnsEMBL::GlyphSet)
- ID_URL (Bio::EnsEMBL::GlyphSet)
- Intron (Bio::EnsEMBL::GlyphSet)
- Line (Bio::EnsEMBL::GlyphSet)
- Poly (Bio::EnsEMBL::GlyphSet)
- Rect (Bio::EnsEMBL::GlyphSet)
- Space (Bio::EnsEMBL::GlyphSet)
- Sprite (Bio::EnsEMBL::GlyphSet)
- Text (Bio::EnsEMBL::GlyphSet)
- _c (Bio::EnsEMBL::GlyphSet)
- _colour_background (Bio::EnsEMBL::GlyphSet)
- _init
- _max_bump_row (Bio::EnsEMBL::GlyphSet)
- _pos (Bio::EnsEMBL::GlyphSet)
- _render_text (Bio::EnsEMBL::GlyphSet)
- _type (Bio::EnsEMBL::GlyphSet)
- _url (Bio::EnsEMBL::GlyphSet)
- bumpbutton (Bio::EnsEMBL::GlyphSet)
- cache (Bio::EnsEMBL::GlyphSet)
- check (Bio::EnsEMBL::GlyphSet)
- core (Bio::EnsEMBL::GlyphSet)
- das_link (Bio::EnsEMBL::GlyphSet)
- dbadaptor (Bio::EnsEMBL::GlyphSet)
- de_camel (Bio::EnsEMBL::GlyphSet)
- draw_cigar_feature (Bio::EnsEMBL::GlyphSet)
- errorTrack (Bio::EnsEMBL::GlyphSet)
- error_track_name
- error_track_name (Bio::EnsEMBL::GlyphSet)
- gene_href
- gene_key (Bio::EnsEMBL::GlyphSet)
- gene_label (Bio::EnsEMBL::GlyphSet)
- get_featurestyle (Bio::EnsEMBL::GlyphSet)
- get_font_details (Bio::EnsEMBL::GlyphSet)
- get_parameter (Bio::EnsEMBL::GlyphSet)
- get_text_width (Bio::EnsEMBL::GlyphSet)
- get_textheight (Bio::EnsEMBL::GlyphSet)
- href
- human_readable (Bio::EnsEMBL::GlyphSet)
- image_width (Bio::EnsEMBL::GlyphSet)
- init_label (Bio::EnsEMBL::GlyphSet)
- label2 (Bio::EnsEMBL::GlyphSet)
- legend (Bio::EnsEMBL::GlyphSet)
- my_colour (Bio::EnsEMBL::GlyphSet)
- my_config (Bio::EnsEMBL::GlyphSet)
- new (Bio::EnsEMBL::GlyphSet)
- no_features (Bio::EnsEMBL::GlyphSet)
- readable_strand (Bio::EnsEMBL::GlyphSet)
- render (Bio::EnsEMBL::GlyphSet)
- render_normal (Bio::EnsEMBL::GlyphSet)
- scalex (Bio::EnsEMBL::GlyphSet)
- set_my_config (Bio::EnsEMBL::GlyphSet)
- slice2sr (Bio::EnsEMBL::GlyphSet)
- species (Bio::EnsEMBL::GlyphSet)
- sr2slice (Bio::EnsEMBL::GlyphSet)
- transcript_key (Bio::EnsEMBL::GlyphSet)
- transcript_label (Bio::EnsEMBL::GlyphSet)
- zoom_URL (Bio::EnsEMBL::GlyphSet)
- zoom_zmenu (Bio::EnsEMBL::GlyphSet)
- zoom_zoom_zmenu (Bio::EnsEMBL::GlyphSet)
Methods
- _init_bump
Initialize bumping - single parameter - max depth - if undefined it is "infinite"
Inherited from Bio::EnsEMBL::GlyphSet
View source
_threshold_update
Update parameters of the display based on the size of the slice... threshold_array contains a hash of values: 'threshold_array' => { slice_length_1 => { k=>v, .... } # hash 1 slice_length_2 => { k=>v, .... } # hash 2 }. If slice_length <= slice_length_1 - do nothing If slice_length_1 < slice_length <= slice_length_2 - update configuration values from - hash 1 If slice_length_2 < slice_length ... - update configuration values from - hash 2 Etc....
Inherited from Bio::EnsEMBL::GlyphSet
View source
bump_row
compute the row to bump the feature to.. parameters are start/end in drawing (pixel co-ordinates)
Inherited from Bio::EnsEMBL::GlyphSet
View source
commify
Puts commas into numbers over 1000
Inherited from Bio::EnsEMBL::GlyphSet
View source
get_featuredata
_init_bump <- initialise the bumping code to be able to pack track... moved from separate Bump module so that it can be used in an OO way!! parameter passed is the maximum number of rows to bump... (optional)
Inherited from Bio::EnsEMBL::GlyphSet
View source
get_gd_simple
and fontsize. GD::Text objects are cached against fontname and fontsize.Returns the GD::Text object appropriate for the given fontname
Inherited from Bio::EnsEMBL::GlyphSet
View source
get_gd_text
and fontsize. GD::Text objects are cached against fontname and fontsize.Returns the GD::Text object appropriate for the given fontname
Inherited from Bio::EnsEMBL::GlyphSet
View source
get_text_simple
Simple function which calls the get_font_details and caches the result!!
Inherited from Bio::EnsEMBL::GlyphSet
View source
species_defs
Accessor.
Inherited from Bio::EnsEMBL::GlyphSet
View source
timer_push
Helper functions to wrap round Glyphs...
Inherited from Bio::EnsEMBL::GlyphSet
View source