Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
WebCvs | Raw content |
See Bio::Graphics::Panel and Bio::Graphics::Glyph.
connector | No description | Code |
draw | No description | Code |
connector | description | prev | next | Top |
my $self = shift; return $self->SUPER::connector(@_) if $self->all_callbacks; return 'none';}
draw | description | prev | next | Top |
my $self = shift; my ($gd,$left,$top,$partno,$total_parts) = @_; my @parts = $self->parts; for (my $i=0; $i<@parts; $i++) { $parts[$i]->draw($gd,$left,$top,0,1); } } # do nothing for components}
# sub draw_component { }
1; __END__
BUGS | Top |
SEE ALSO | Top |
AUTHOR | Top |