Interface
caplin.element

Formatter

A Formatter is used to convert values from one format to another.

Typically, they are used to convert machine-readable data to a human-readable format.

A number of Formatter instances are provided in the caplin.element.formatter package, but others may be written that implement this simple interface.

All Formatter implementations are singletons.

Constructor Summary

Attributes Name and Description
caplin.element.Formatter()

Methods inherited from class caplin.core.Formatter:
format

Constructor Detail

caplin.element.Formatter()