PostScript::Graph::Style 1.02 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 54K
Developer: Chris Willmot
0 stars award from rbytes.net

SYNOPSIS

Simplest

Each time a new object is created the default style will be slightly different.

use PostScript::File;
use PostScript::Graph::Style;

my $file = new PostScript::File();
my $seq = new PostScript::Graph::Sequence();

while (...) {
my $style = new PostScript::Graph::Style(
sequence => $seq,
point => {}
);
$style->write($file);

$file->add_to_page(

PostScript::Graph::Style 1.02 keywords