com.lowagie.rups.view.itext

Class StreamTextArea

public class StreamTextArea extends JScrollPane implements Observer

Field Summary
static longserialVersionUID
a serial version id.
protected JTextAreatext
The text area with the content stream.
Constructor Summary
StreamTextArea()
Constructs a StreamTextArea.
Method Summary
voidrender(PdfObject object)
Renders the content stream of a PdfObject or empties the text area.
voidupdate(Observable observable, Object obj)

Field Detail

serialVersionUID

private static final long serialVersionUID
a serial version id.

text

protected JTextArea text
The text area with the content stream.

Constructor Detail

StreamTextArea

public StreamTextArea()
Constructs a StreamTextArea.

Method Detail

render

public void render(PdfObject object)
Renders the content stream of a PdfObject or empties the text area.

Parameters: object the object of which the content stream needs to be rendered

update

public void update(Observable observable, Object obj)

See Also: java.util.Observer#update(java.util.Observable, java.lang.Object)