Uses of Class
adams.data.imagefilter.AbstractImageFilterProvider
-
Packages that use AbstractImageFilterProvider Package Description adams.data.image.transformer adams.data.imagefilter -
-
Uses of AbstractImageFilterProvider in adams.data.image.transformer
Fields in adams.data.image.transformer declared as AbstractImageFilterProvider Modifier and Type Field Description protected AbstractImageFilterProvider
ImageFilter. m_Filter
the filter to apply.Methods in adams.data.image.transformer that return AbstractImageFilterProvider Modifier and Type Method Description AbstractImageFilterProvider
ImageFilter. getFilter()
Returns the filter.Methods in adams.data.image.transformer with parameters of type AbstractImageFilterProvider Modifier and Type Method Description void
ImageFilter. setFilter(AbstractImageFilterProvider value)
Sets the filter. -
Uses of AbstractImageFilterProvider in adams.data.imagefilter
Subclasses of AbstractImageFilterProvider in adams.data.imagefilter Modifier and Type Class Description class
GrayFilterProvider
Generates a javax.swing.GrayFilter image filter.class
KeepOnlyColors
Keeps only the specified colors and turns all other pixels to transparent.class
TransparentBackground
Uses the color at the specified location as background and turns it transparent.
-