Uses of Class
rekit.primitives.image.AbstractImage
Packages that use AbstractImage
-
Uses of AbstractImage in rekit.gui
Methods in rekit.gui that return AbstractImageModifier and TypeMethodDescriptionstatic AbstractImage
ImageManagement.getAsAbstractImage
(String src, boolean mirrorX, boolean mirrorY) Get theAbstractImage
from the resources by name.Methods in rekit.gui with parameters of type AbstractImageModifier and TypeMethodDescriptionstatic Image
ImageManagement.toImage
(AbstractImage in) ConvertAbstractImage
toImage
. -
Uses of AbstractImage in rekit.logic.filters
Methods in rekit.logic.filters that return AbstractImageModifier and TypeMethodDescriptiondefault AbstractImage
Filter.apply
(AbstractImage imageData) Apply Filter.GrayScaleMode.apply
(AbstractImage image) Methods in rekit.logic.filters with parameters of type AbstractImageModifier and TypeMethodDescriptiondefault AbstractImage
Filter.apply
(AbstractImage imageData) Apply Filter.GrayScaleMode.apply
(AbstractImage image)