multivalent.std
Class SearchHit
public
class
SearchHit
extends Behavior
Record for search hits, to be passed around in the semantic event "searchHits".
Useful for search visualizations.
x@deprecated - just send around Spans, and now that during "formattedAfter", search viz can compute geometric position as it wants
Version: $Revision$ $Date$
Field Summary |
Span | span |
int | x Geometric position for search visualizations. |
int | y Geometric position for search visualizations. |
public int x
Geometric position for search visualizations.
public int y
Geometric position for search visualizations.
public SearchHit(
Span span, int x, int y)