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


Chart-OFC documentation  | view source Contained in the Chart-OFC distribution.

Index


NAME

Top

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

VERSION

Top

version 0.10

SYNOPSIS

Top

  package Chart::OFC::Thingy;

  use Chart::OFC::Types;

  has opacity =>
      ( is  => 'ro',
        isa => 'Chart::OFC::Type::Opacity',
      );

DESCRIPTION

Top

This class provides a library of types for use by other Chart::OFC classes.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Chart-OFC documentation  | view source Contained in the Chart-OFC distribution.