Package VASSAL.build.module.map
Class CounterDetailViewer.Filter
java.lang.Object
VASSAL.build.module.map.CounterDetailViewer.Filter
- All Implemented Interfaces:
PieceFilter
- Enclosing class:
CounterDetailViewer
Utility class to select the pieces we wish to view.
-
Field Details
-
topLayer
protected int topLayer
-
-
Constructor Details
-
Filter
public Filter()
-
-
Method Details
-
checkFilter
-
accept
Description copied from interface:PieceFilter
Test if a piece matches the filter. This sig should only be used for filters that can not have Expressions as a component of the filter and thus have no Expression Auditing requirementts- Specified by:
accept
in interfacePieceFilter
- Parameters:
piece
- piece- Returns:
- true if piece match filter
-
accept
-