Uses of Class
net.sf.jasperreports.search.HitSpanInfo
-
Packages that use HitSpanInfo Package Description net.sf.jasperreports.interactivity.search net.sf.jasperreports.search Provides support for JasperReports search feature. -
-
Uses of HitSpanInfo in net.sf.jasperreports.interactivity.search
Methods in net.sf.jasperreports.interactivity.search that return types with arguments of type HitSpanInfo Modifier and Type Method Description List<HitSpanInfo>
LuceneSpansInfo. getHitSpanInfo(String key)
Methods in net.sf.jasperreports.interactivity.search with parameters of type HitSpanInfo Modifier and Type Method Description void
LuceneSpansInfo. addSpanInfo(String key, HitSpanInfo hitSpanInfo)
-
Uses of HitSpanInfo in net.sf.jasperreports.search
Methods in net.sf.jasperreports.search that return types with arguments of type HitSpanInfo Modifier and Type Method Description List<HitSpanInfo>
SpansInfo. getHitSpanInfo(String key)
Methods in net.sf.jasperreports.search with parameters of type HitSpanInfo Modifier and Type Method Description void
SpansInfo. addSpanInfo(String key, HitSpanInfo hitSpanInfo)
-