-
-
06 Feb 2010 15:04:49 UTC
- Distribution: Chart-OFC2
- Module version: 0.07
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (2)
- Testers (323 / 379 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (300.96KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Chart::OFC2::Title - OFC2 title object
SYNOPSIS
use Chart::OFC2; use Chart::OFC2::Title; $chart = Chart::OFC2->new( 'title' => 'Bar chart test', ); $chart = Chart::OFC2->new( 'title' => Chart::OFC2::Title->new( 'text' => 'Bar chart test', 'style' => '{font-size:20px; font-family:Verdana; text-align:center;}', ), );
DESCRIPTION
PROPERTIES
has 'text' => (is => 'rw', isa => 'Str', ); has 'style' => (is => 'rw', isa => 'Str', );
METHODS
new()
Object constructor.
TO_JSON()
Returns HashRef that is possible to give to
encode_json()
function.AUTHOR
Jozef Kutej
Module Install Instructions
To install Chart::OFC2, copy and paste the appropriate command in to your terminal.
cpanm Chart::OFC2
perl -MCPAN -e shell install Chart::OFC2
For more information on module installation, please visit the detailed CPAN module installation guide.