public class ExporterFilterContainer extends Object implements ResetableExporterFilter
isToExport(JRPrintElement)| Constructor and Description |
|---|
ExporterFilterContainer(List<ExporterFilter> filters)
Constructs a container for a list of exporter filters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isToExport(JRPrintElement element)
Returns
true if the element is not filtered by any of
the contained filters. |
void |
reset()
Clears the filter's internal cache that might have built up during use.
|
public ExporterFilterContainer(List<ExporterFilter> filters)
filters - the list of filterspublic boolean isToExport(JRPrintElement element)
true if the element is not filtered by any of
the contained filters.isToExport in interface ExporterFilterpublic void reset()
ResetableExporterFilterreset in interface ResetableExporterFilterCopyright © 2015. All rights reserved.