Relax Breath of Solution.

Just I wanted.. Do you?…

Creating a custom formatter

You create a custom formatter by creating a class that extends the mx.formatters.Formatter base class, or by creating a class that extends one of the standard formatter classes, which all extend mx.formatters.Formatter. The following example shows the class hierarchy for formatters: Like standard formatter classes, your custom formatter class must contain a public format() method […]