com.alibaba.simpleimage.jai.scale
类 LanczosResizeFilter
java.lang.Object
com.alibaba.simpleimage.jai.scale.LanczosResizeFilter
public class LanczosResizeFilter
- extends Object
TODO Comment of LanczosResizeFilter
- 作者:
- wendell
LanczosResizeFilter
public LanczosResizeFilter()
filter
public double filter(double x)
window
public double window(double x)
getScaleDivedeWindowSupport
public double getScaleDivedeWindowSupport()
getSupport
public double getSupport()
- 返回:
- the support
getWindowSupport
public double getWindowSupport()
- 返回:
- the windowSupport
getScale
public double getScale()
- 返回:
- the scale
getBlur
public double getBlur()
- 返回:
- the blur
setSupport
public void setSupport(double support)
- 参数:
support - the support to set
setWindowSupport
public void setWindowSupport(double windowSupport)
- 参数:
windowSupport - the windowSupport to set
setScale
public void setScale(double scale)
- 参数:
scale - the scale to set
setBlur
public void setBlur(double blur)
- 参数:
blur - the blur to set
Copyright © 2012–2013 Alibaba Group. All rights reserved.