|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AcquireHWPlugin.DisplayFilter
An interface that defines how to display the results on the screen when
displaying the results
is enabled.
If no display filter is set, then the result is simply used as-is.
AcquireHWPlugin.setDisplayOnResult(boolean, DisplayFilter)| Method Summary | |
|---|---|
Object |
filter(String result)
This filters the result for use when HWR results are displayed on the screen. |
| Method Detail |
|---|
Object filter(String result)
This should return an instance of AttributedText or
String. If the object returned is not an instance of
either of those classes then the returned object's
Object.toString() is use instead.
result - the HWR result
AttributedText.parseEnriched(String, com.livescribe.display.Font),
AcquireHWPlugin.setDisplayOnResult(boolean, DisplayFilter)
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||