comparison variant_effect_predictor/Bio/Graphics/Glyph/extending_arrow.pm @ 0:1f6dce3d34e0

Uploaded
author mahtabm
date Thu, 11 Apr 2013 02:01:53 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1f6dce3d34e0
1 package Bio::Graphics::Glyph::extending_arrow;
2
3 use strict;
4 use vars '@ISA';
5 use Bio::Graphics::Glyph::anchored_arrow;
6 @ISA = 'Bio::Graphics::Glyph::anchored_arrow';
7
8 =head1 NAME
9
10 Bio::Graphics::Glyph::extending_arrow -- The "extending arrow" glyph
11
12 =head1 SYNOPSIS
13
14 This is deprecated. Use L<Bio::Graphics::Glyph::anchored_arrow>
15 instead.
16
17 =head1 DESCRIPTION
18
19 This glyph was designed to show a segment that goes beyond the panel.
20 If the segment is contained within the panel, a vertical base is
21 shown. Otherwise, an arrow is shown.
22
23 Also see the arrow glyph.
24
25 =head2 OPTIONS
26
27 See L<Bio::Graphics::Glyph::anchored_arrow>. This glyph has been
28 deprecated.
29
30 =head1 BUGS
31
32 Please report them.
33
34 =head1 SEE ALSO
35
36 L<Bio::Graphics::Panel>,
37 L<Bio::Graphics::Glyph>,
38 L<Bio::Graphics::Glyph::arrow>,
39 L<Bio::Graphics::Glyph::cds>,
40 L<Bio::Graphics::Glyph::crossbox>,
41 L<Bio::Graphics::Glyph::diamond>,
42 L<Bio::Graphics::Glyph::dna>,
43 L<Bio::Graphics::Glyph::dot>,
44 L<Bio::Graphics::Glyph::ellipse>,
45 L<Bio::Graphics::Glyph::extending_arrow>,
46 L<Bio::Graphics::Glyph::generic>,
47 L<Bio::Graphics::Glyph::graded_segments>,
48 L<Bio::Graphics::Glyph::heterogeneous_segments>,
49 L<Bio::Graphics::Glyph::line>,
50 L<Bio::Graphics::Glyph::pinsertion>,
51 L<Bio::Graphics::Glyph::primers>,
52 L<Bio::Graphics::Glyph::rndrect>,
53 L<Bio::Graphics::Glyph::segments>,
54 L<Bio::Graphics::Glyph::ruler_arrow>,
55 L<Bio::Graphics::Glyph::toomany>,
56 L<Bio::Graphics::Glyph::transcript>,
57 L<Bio::Graphics::Glyph::transcript2>,
58 L<Bio::Graphics::Glyph::translation>,
59 L<Bio::Graphics::Glyph::triangle>,
60 L<Bio::DB::GFF>,
61 L<Bio::SeqI>,
62 L<Bio::SeqFeatureI>,
63 L<Bio::Das>,
64 L<GD>
65
66 =head1 AUTHOR
67
68 Originally by Shengqiang Shu. Temporarily deprecated by Lincoln
69 Stein.
70
71 Copyright (c) 2001 Berkeley Drosophila Genome Project
72
73 This library is free software; you can redistribute it and/or modify
74 it under the same terms as Perl itself. See DISCLAIMER.txt for
75 disclaimers of warranty.
76
77 =cut