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()
           
 
方法摘要
 double filter(double x)
           
 double getBlur()
           
 double getScale()
           
 double getScaleDivedeWindowSupport()
           
 double getSupport()
           
 double getWindowSupport()
           
 void setBlur(double blur)
           
 void setScale(double scale)
           
 void setSupport(double support)
           
 void setWindowSupport(double windowSupport)
           
 double window(double x)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

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–2015 Alibaba Group. All rights reserved.