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 AbstractImageFilterProviderImageFilter. m_Filterthe filter to apply.Methods in adams.data.image.transformer that return AbstractImageFilterProvider Modifier and Type Method Description AbstractImageFilterProviderImageFilter. getFilter()Returns the filter.Methods in adams.data.image.transformer with parameters of type AbstractImageFilterProvider Modifier and Type Method Description voidImageFilter. 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 classGrayFilterProviderGenerates a javax.swing.GrayFilter image filter.classKeepOnlyColorsKeeps only the specified colors and turns all other pixels to transparent.classTransparentBackgroundUses the color at the specified location as background and turns it transparent.
-