Uses of Class
VASSAL.tools.image.GeneralFilter.Filter
Package | Description |
---|---|
VASSAL.tools.image |
-
Uses of GeneralFilter.Filter in VASSAL.tools.image
Subclasses of GeneralFilter.Filter in VASSAL.tools.image Modifier and Type Class Description static class
GeneralFilter.BellFilter
Deprecated.class is not used anywhere and will be removedstatic class
GeneralFilter.BoxFilter
Deprecated.class is not used anywhere and will be removedstatic class
GeneralFilter.BSplineFilter
Deprecated.class is not used anywhere and will be removedstatic class
GeneralFilter.HermiteFilter
Deprecated.class is not used anywhere and will be removedstatic class
GeneralFilter.Lanczos3Filter
A Lanczos filter with radius 3.static class
GeneralFilter.MitchellFilter
A Mitchell filter.Methods in VASSAL.tools.image with parameters of type GeneralFilter.Filter Modifier and Type Method Description static void
GeneralFilter. resample(int[] src_data, boolean src_data_consecutive, int sx0, int sy0, int sx1, int sy1, int sw, int sh, int src_type, int srcWidth, int srcHeight, int[] dst_data, int dx0, int dy0, int dx1, int dy1, int dw, int dh, int dstWidth, int dstHeight, float xscale, float yscale, GeneralFilter.Filter filter)
static void
GeneralFilter. zoom(WritableRaster dstR, Rectangle dst_fr, BufferedImage srcI, GeneralFilter.Filter filter)
Filters a portion of the source image.static BufferedImage
GeneralFilter. zoom(Rectangle dst, BufferedImage src, GeneralFilter.Filter filter)
Filters the entire source image.