BufferedImageOp, Cloneablepublic class LookupFilter extends PointFilter
canFilterIndexColorModel| 构造器 | 说明 |
|---|---|
LookupFilter() |
Construct a LookupFilter.
|
LookupFilter(Colormap colormap) |
Construct a LookupFilter.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
|
Colormap |
getColormap() |
Get the colormap to be used for the filter.
|
void |
setColormap(Colormap colormap) |
Set the colormap to be used for the filter.
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilter, setDimensionspublic LookupFilter()
public LookupFilter(Colormap colormap)
colormap - the color mappublic void setColormap(Colormap colormap)
colormap - the colormapgetColormap()public Colormap getColormap()
setColormap(org.meteoinfo.image.filter.Colormap)public int filterRGB(int x,
int y,
int rgb)
filterRGB 在类中 PointFilterCopyright © 2019. All rights reserved.