com.bankframe.fe.html
Class Paragraph
java.lang.Object
com.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.Paragraph
public class Paragraph
- extends HTMLWidget
This class implements a HTML paragraph widget.
Method Summary |
String |
toHTML()
This class returns a HTML representation of this widget. |
Paragraph
public Paragraph(String text)
- Constructor
- Parameters:
text
- the text of this paragraph
toHTML
public String toHTML()
- This class returns a HTML representation of this widget.
- Specified by:
toHTML
in class HTMLWidget
- Returns:
- a string containing HTML markup
Copyright © 2005, 2007, Oracle. All rights reserved.