palmed.edit.text
Interface ICoordinateExtractor

All Known Implementing Classes:
CharacterInserter, NewLineInserter, TextDeserializer

public interface ICoordinateExtractor

This interface defines a functor for coordinate extraction.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

Method Summary
 void select(IText text, Coordinate coordinate)
          Notify a text matches the search criteria.
 

Method Detail

select

void select(IText text,
            Coordinate coordinate)
Notify a text matches the search criteria.

Parameters:
text - the text
coordinate - the coordinate relative to the text


Copyright © 2004-2006 PalmEd. All Rights Reserved.