
Chart::OFC::Types - type library for Chart::OFC

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.

Copyright 2007-2008 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.