Uses of Interface
squidpony.IFilter
Package | Description |
---|---|
squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
-
Uses of IFilter in squidpony
Fields in squidpony declared as IFilter Modifier and Type Field Description protected IFilter<T>
IColorCenter.Skeleton. filter
Methods in squidpony with parameters of type IFilter Modifier and Type Method Description IColorCenter.Skeleton<T>
IColorCenter.Skeleton. setFilter(IFilter<T> filter)
If you're changing the filter, you should likely callIColorCenter.Skeleton.clearCache()
.