Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bio::graphics::glyph::text_in_box(3pm) [debian man page]

Bio::Graphics::Glyph::text_in_box(3pm)			User Contributed Perl Documentation		    Bio::Graphics::Glyph::text_in_box(3pm)

NAME
Bio::Graphics::Glyph::text_in_box - The "text in box" glyph SYNOPSIS
See L<Bio::Graphics::Panel> and L<Bio::Graphics::Glyph>. DESCRIPTION
This glyph draws the specified text in a rectangular box. OPTIONS In addition to the common options, the following glyph-specific options are recognized: Option Description Default ------ ----------- ------- -text The text to draw in the box 3' -text_pad The number of pixels to offset 3 the box -text_bgcolor none The background color of the box BUGS
Please report them. SEE ALSO
Bio::Graphics::Panel, Bio::Graphics::Glyph, Bio::Graphics::Glyph::arrow, Bio::Graphics::Glyph::cds, Bio::Graphics::Glyph::crossbox, Bio::Graphics::Glyph::diamond, Bio::Graphics::Glyph::dna, Bio::Graphics::Glyph::dot, Bio::Graphics::Glyph::ellipse, Bio::Graphics::Glyph::extending_arrow, Bio::Graphics::Glyph::generic, Bio::Graphics::Glyph::graded_segments, Bio::Graphics::Glyph::heterogeneous_segments, Bio::Graphics::Glyph::line, Bio::Graphics::Glyph::pinsertion, Bio::Graphics::Glyph::primers, Bio::Graphics::Glyph::rndrect, Bio::Graphics::Glyph::segments, Bio::Graphics::Glyph::ruler_arrow, Bio::Graphics::Glyph::toomany, Bio::Graphics::Glyph::transcript, Bio::Graphics::Glyph::transcript2, Bio::Graphics::Glyph::translation, Bio::Graphics::Glyph::triangle, Bio::DB::GFF, Bio::SeqI, Bio::SeqFeatureI, Bio::Das, GD AUTHOR
Vsevolod (Simon) Ilyushchenko <simonf@cshl.edu>. Copyright (c) 2004 Cold Spring Harbor Laboratory This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty. perl v5.14.2 2012-02-20 Bio::Graphics::Glyph::text_in_box(3pm)

Check Out this Related Man Page

Bio::Graphics::Glyph::segmented_keyglyph(3pm)		User Contributed Perl Documentation	     Bio::Graphics::Glyph::segmented_keyglyph(3pm)

NAME
Bio::Graphics::Glyph::segmented_keyglyph - The "segmented_keyglyph" glyph SYNOPSIS
See L<Bio::Graphics::Panel> and L<Bio::Graphics::Glyph>. DESCRIPTION
This glyph is used internally by Bio::Graphics::Panel as a base class for drawing the keys at the bottom of the panel. It should not be used explicitly. BUGS
Please report them. SEE ALSO
Bio::Graphics::Panel, Bio::Graphics::Glyph, Bio::Graphics::Glyph::arrow, Bio::Graphics::Glyph::cds, Bio::Graphics::Glyph::crossbox, Bio::Graphics::Glyph::diamond, Bio::Graphics::Glyph::dna, Bio::Graphics::Glyph::dot, Bio::Graphics::Glyph::ellipse, Bio::Graphics::Glyph::extending_arrow, Bio::Graphics::Glyph::generic, Bio::Graphics::Glyph::graded_segments, Bio::Graphics::Glyph::heterogeneous_segments, Bio::Graphics::Glyph::line, Bio::Graphics::Glyph::pinsertion, Bio::Graphics::Glyph::primers, Bio::Graphics::Glyph::rndrect, Bio::Graphics::Glyph::segments, Bio::Graphics::Glyph::ruler_arrow, Bio::Graphics::Glyph::toomany, Bio::Graphics::Glyph::transcript, Bio::Graphics::Glyph::transcript2, Bio::Graphics::Glyph::translation, Bio::Graphics::Glyph::triangle, Bio::DB::GFF, Bio::SeqI, Bio::SeqFeatureI, Bio::Das, GD AUTHOR
Lincoln Stein <lstein@cshl.org> Copyright (c) 2001 Cold Spring Harbor Laboratory This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty. perl v5.14.2 2012-02-20 Bio::Graphics::Glyph::segmented_keyglyph(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Merge Graphics with text file

I would like to insert a graphic image like .jpg, .gif file in a text doc generated through an application (PERL) in UNIX environment. Could any one help me ? Thanks much (6 Replies)
Discussion started by: schaganti
6 Replies

2. Shell Programming and Scripting

Pseudo Graphics Interface

Hello everybody, Im trying to make a MENU to be showed in the screen but hoy i can draw the marc in a specific position? for example, i want as marc: ************************ * * * * * ... (4 Replies)
Discussion started by: Lestat
4 Replies

3. UNIX for Dummies Questions & Answers

Print a Graphics File using a SCO Unix Command

I'm using SCO_SV release 3.2v5.0.7 and would like to know how to print a Graphics file (a .tif file) to a HPLaserJet printer using a SCO unix command. I've used nothing but the 'lp' command to print reports to different printers. (I found an answer, I did a find for tiff* and came up with the... (0 Replies)
Discussion started by: Steve_93630
0 Replies

4. UNIX for Advanced & Expert Users

Glyph searcher

(0 Replies)
Discussion started by: dotancohen
0 Replies

5. Programming

PERL \c char in the string

Hi guys, I am stuck up in a situation. I have a SUN box with certain logs which I need to parse to draw a report using Perl. Now, when I load the text file using a perl degugger to see how the text looks like when the first line of the log file is read in a variable. below is the snapshot of... (2 Replies)
Discussion started by: Asteroid
2 Replies

6. Shell Programming and Scripting

Perl/Tk - user value

Hi, I am new to perl TK world. I am having doubt that for the below code. How to take the value of selected and text box value from out of the loop. #!/usr/bin/perl use strict; use Tk; use Tk::BrowseEntry; my $mw = MainWindow->new; # Mainwindow: sizex/y, positionx/y (1 Reply)
Discussion started by: vasanth.vadalur
1 Replies