
CSS::Adaptor - Arbitrarily map CSS property names for use in another context.

use CSS::Adaptor; ...

This class keeps track of how to transform a parameter property to a return value. It happens in the convert() method.

Only one constructor: new(). Called without options.
name() read-only. returns the name of the Adaptor. convert() read-only. returns the conversion of a passed in parameter.

Allen Day <allenday@ucla.edu> Copyright (c) 2001-2002

CSS CSS::Style perl(1).