|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpalmed.edit.text.TextSerializer
public final class TextSerializer
This class provides a means to write part of a text to a stream.
| Constructor Summary | |
|---|---|
TextSerializer(java.io.OutputStream stream,
java.util.Vector exceptions)
Create a text serializer. |
|
| Method Summary | |
|---|---|
void |
select(IText text,
Coordinate from,
Coordinate to)
Notify a text matches the search criteria. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextSerializer(java.io.OutputStream stream,
java.util.Vector exceptions)
stream - the stream to write toexceptions - the io exceptions raised during the operation| Method Detail |
|---|
public void select(IText text,
Coordinate from,
Coordinate to)
select in interface ITextExtractortext - the textfrom - the starting coordinate relative to the textto - the ending coordinate relative to the text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||