com.lowagie.rups.view.itext
public class StreamTextArea extends JScrollPane implements Observer
| Field Summary | |
|---|---|
| static long | serialVersionUID a serial version id. |
| protected JTextArea | text The text area with the content stream. |
| Constructor Summary | |
|---|---|
| StreamTextArea()
Constructs a StreamTextArea. | |
| Method Summary | |
|---|---|
| void | render(PdfObject object)
Renders the content stream of a PdfObject or empties the text area. |
| void | update(Observable observable, Object obj) |
Parameters: object the object of which the content stream needs to be rendered
See Also: java.util.Observer#update(java.util.Observable, java.lang.Object)