palmed.edit.text
Class TextEraser

java.lang.Object
  extended by palmed.edit.text.TextEraser
All Implemented Interfaces:
ITextExtractor

public final class TextEraser
extends java.lang.Object
implements ITextExtractor

This class provides a means to remove part of a text.

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

Constructor Summary
TextEraser()
           
 
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

TextEraser

public TextEraser()
Method Detail

select

public void select(IText text,
                   Coordinate from,
                   Coordinate to)
Notify a text matches the search criteria.

Specified by:
select in interface ITextExtractor
Parameters:
text - the text
from - the starting coordinate relative to the text
to - the ending coordinate relative to the text


Copyright © 2004-2006 PalmEd. All Rights Reserved.