NAME
CSS::Adaptor - Arbitrarily map CSS property names for use in another context.
SYNOPSIS
use CSS::Adaptor;
...
DESCRIPTION
This class keeps track of how to transform a parameter property to a return value. It happens in the convert() method.
METHODS
CONSTRUCTOR
Only one constructor: new(). Called without options.
ACCESSORS
name() read-only. returns the name of the Adaptor. convert() read-only. returns the conversion of a passed in parameter.
AUTHOR
Allen Day <allenday@ucla.edu> Copyright (c) 2001-2002
SEE ALSO
CSS CSS::Style perl(1).