Uses of Interface
rekit.logic.filters.Filter
Packages that use Filter
-
Uses of Filter in rekit.gui.controller.commands
Constructors in rekit.gui.controller.commands with parameters of type FilterModifierConstructorDescriptionFilterCommand
(boolean enable, Model model, Filter filter) Create a new FilterCommand. -
Uses of Filter in rekit.logic
Methods in rekit.logic that return FilterModifier and TypeMethodDescriptionGameModel.getFilter()
Model.getFilter()
Get the current filter and resetModel.filterChanged()
.Methods in rekit.logic with parameters of type Filter -
Uses of Filter in rekit.logic.filters
Classes in rekit.logic.filters that implement FilterModifier and TypeClassDescriptionfinal class
This filter realizes a filter which will convert all colors to grayscale.class
This filter realizes a filter which will invert all colors.final class
This filter realizes a filter which will map a color to a random color.Fields in rekit.logic.filters with type parameters of type FilterMethods in rekit.logic.filters that return FilterMethod parameters in rekit.logic.filters with type arguments of type Filter