public class CSTextSearchCandidate extends Object
| Constructor and Description |
|---|
CSTextSearchCandidate(CSTextSearcher searcher) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(char c,
Rectangle2D charRect) |
boolean |
acceptSuffix(char c) |
void |
flush() |
CSTextSearchHit |
getHit() |
boolean |
isComplete() |
void |
setPrefix(String prefix) |
void |
setSuffix(String suffix) |
public CSTextSearchCandidate(CSTextSearcher searcher)
public boolean accept(char c,
Rectangle2D charRect)
public boolean acceptSuffix(char c)
public void flush()
public CSTextSearchHit getHit()
public boolean isComplete()
public void setPrefix(String prefix)
public void setSuffix(String suffix)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.