|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Abstract class defining the methods of a plug-in to HTMLFormatter. Each add-in should be a simple class performing one or two
related formatting operations. These can then be combined to define a
complete set of formatting in one formatter.
| Method Summary | |
java.lang.String |
format(java.lang.String hTMLText)
This method actually achieves the formatting and is overridden by each add-in. |
| Method Detail |
public java.lang.String format(java.lang.String hTMLText)
This method actually achieves the formatting and is overridden by each add-in.
hTMLText - text to be converted - unformatted text.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||