~ubuntu-branches/ubuntu/karmic/bioperl/karmic

« back to all changes in this revision

Viewing changes to Bio/Graphics/Glyph/line.pm

  • Committer: Bazaar Package Importer
  • Author(s): Matt Hope
  • Date: 2004-04-18 14:24:11 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040418142411-gr92uexquw4w8liq
Tags: 1.4-1
* New upstream release
* Examples and working code are installed by default to usr/bin,
  this has been moved to usr/share/doc/bioperl/bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
use strict;
5
5
use vars '@ISA';
6
6
@ISA = 'Bio::Graphics::Glyph::generic';
 
7
use Bio::Graphics::Glyph::generic;
7
8
 
8
9
sub bottom {
9
10
  my $self = shift;
78
79
  -strand_arrow Whether to indicate            0 (false)
79
80
                 strandedness
80
81
 
 
82
  -hilite       Highlight color                undef (no color)
 
83
 
81
84
=head1 BUGS
82
85
 
83
86
Please report them.
84
87
 
85
88
=head1 SEE ALSO
86
89
 
87
 
L<Ace::Sequence>, L<Ace::Sequence::Feature>, L<Bio::Graphics::Panel>,
88
 
L<Bio::Graphics::Track>, L<Bio::Graphics::Glyph::anchored_arrow>,
 
90
L<Bio::Graphics::Panel>,
 
91
L<Bio::Graphics::Glyph>,
89
92
L<Bio::Graphics::Glyph::arrow>,
90
 
L<Bio::Graphics::Glyph::box>,
 
93
L<Bio::Graphics::Glyph::cds>,
 
94
L<Bio::Graphics::Glyph::crossbox>,
 
95
L<Bio::Graphics::Glyph::diamond>,
 
96
L<Bio::Graphics::Glyph::dna>,
 
97
L<Bio::Graphics::Glyph::dot>,
 
98
L<Bio::Graphics::Glyph::ellipse>,
 
99
L<Bio::Graphics::Glyph::extending_arrow>,
 
100
L<Bio::Graphics::Glyph::generic>,
 
101
L<Bio::Graphics::Glyph::graded_segments>,
 
102
L<Bio::Graphics::Glyph::heterogeneous_segments>,
 
103
L<Bio::Graphics::Glyph::line>,
 
104
L<Bio::Graphics::Glyph::pinsertion>,
91
105
L<Bio::Graphics::Glyph::primers>,
 
106
L<Bio::Graphics::Glyph::rndrect>,
92
107
L<Bio::Graphics::Glyph::segments>,
 
108
L<Bio::Graphics::Glyph::ruler_arrow>,
93
109
L<Bio::Graphics::Glyph::toomany>,
94
110
L<Bio::Graphics::Glyph::transcript>,
 
111
L<Bio::Graphics::Glyph::transcript2>,
 
112
L<Bio::Graphics::Glyph::translation>,
 
113
L<Bio::Graphics::Glyph::triangle>,
 
114
L<Bio::DB::GFF>,
 
115
L<Bio::SeqI>,
 
116
L<Bio::SeqFeatureI>,
 
117
L<Bio::Das>,
 
118
L<GD>
95
119
 
96
120
=head1 AUTHOR
97
121