GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Graphics::Primitive::Border(3) User Contributed Perl Documentation Graphics::Primitive::Border(3)

Graphics::Primitive::Border - Line around components

Graphics::Primitive::Border describes the border to be rendered around a component.

  use Graphics::Primitive::Border;

  my $border = Graphics::Primitive::Border->new;

Creates a new Graphics::Primitiver::Border. Borders are composed of 4 brushes, one for each of the 4 sides. See the documentation for Graphics::Primitive::Brush for more information. Note that you can provide a "width" and "color" argument to the constructor and it will create brushes of that width for each side.

The brush representing the bottom border.

Close this border.

Set the Color on all 4 borders to the one supplied. Shortcut for setting it with each side.

Set the dash pattern on all 4 borders to the one supplied. Shortcut for setting it with each side.

Returns 1 if this border is equal to the one provided, else returns 0.

Returns 1 if all of this border's sides are the same. Allows for driver optimizations.

The brush representing the left border.

Opposite of "equal_to".
The brush representing the right border.

The brush representing the top border.

Set the width on all 4 borders to the one supplied. Shortcut for setting it with each side.

Cory Watson, "<gphat@cpan.org>"

Copyright 2008-2010 by Cory G Watson.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2015-01-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.