| Chart-OFC documentation | view source | Contained in the Chart-OFC distribution. |
Chart::OFC::Types - type library for Chart::OFC
version 0.10
package Chart::OFC::Thingy;
use Chart::OFC::Types;
has opacity =>
( is => 'ro',
isa => 'Chart::OFC::Type::Opacity',
);
This class provides a library of types for use by other Chart::OFC classes.
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
| Chart-OFC documentation | view source | Contained in the Chart-OFC distribution. |