debian man page for graph::easy::attributes

Query: graph::easy::attributes

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Graph::Easy::Attributes(3pm)				User Contributed Perl Documentation			      Graph::Easy::Attributes(3pm)

NAME
Graph::Easy::Attributes - Define and check attributes for Graph::Easy
SYNOPSIS
use Graph::Easy; my $graph = Graph::Easy->new(); my $hexred = Graph::Easy->color_as_hex( 'red' ); my ($name, $value) = $graph->valid_attribute( 'color', 'red', 'graph' ); print "$name => $value " if !ref($value);
DESCRIPTION
"Graph::Easy::Attributes" contains the definitions of valid attribute names and values for Graph::Easy. It is used by both the parser and by Graph::Easy to check attributes for being valid and well-formed. There should be no need to use this module directly. For a complete list of attributes and their possible values, please see Graph::Easy::Manual.
EXPORT
Exports nothing.
SEE ALSO
Graph::Easy.
AUTHOR
Copyright (C) 2004 - 2008 by Tels <http://bloodgate.com> See the LICENSE file for information. perl v5.14.2 2011-12-23 Graph::Easy::Attributes(3pm)
Related Man Pages
graph::easy::base(3pm) - debian
graph::easy::edge(3pm) - debian
graph::easy::group(3pm) - debian
graph::easy::parser::graphviz(3pm) - debian
graph::easy::parser::vcg(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph