|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpalmed.edit.text.CoordinateExtractor
public final class CoordinateExtractor
This class implements a coordinate extractor.
Constructor Summary | |
---|---|
CoordinateExtractor(Coordinate coordinate,
ICoordinateExtractor functor)
Create a coordinate extractor. |
Method Summary | |
---|---|
void |
select(IText text,
int line)
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 CoordinateExtractor(Coordinate coordinate, ICoordinateExtractor functor)
coordinate
- the coordinate to extractfunctor
- the functor to call when foundMethod Detail |
---|
public void select(IText text, int line)
select
in interface ILineExtractor
text
- the textline
- the line number relative to the text
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |