Uses of Class
squidpony.IColorCenter.Skeleton
Package | Description |
---|---|
squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
-
Uses of IColorCenter.Skeleton in squidpony
Methods in squidpony that return IColorCenter.Skeleton Modifier and Type Method Description IColorCenter.Skeleton<T>
IColorCenter.Skeleton. setFilter(IFilter<T> filter)
If you're changing the filter, you should likely callclearCache()
.Methods in squidpony with parameters of type IColorCenter.Skeleton Modifier and Type Method Description void
IColorCenter.Skeleton. copyCache(IColorCenter.Skeleton<T> other)
You may want to copy colors between IColorCenter instances that have different create() methods -- and as such, will have different values for the same keys in the cache.