CompositingParameters

遗产: java.lang.Object

public final class CompositingParameters

表示包含当前图形状态的图形合成参数的对象。

构造函数

构造函数描述
CompositingParameters(int blendMode)初始化 CompositingParameters 对象的新实例。
CompositingParameters(int blendMode, int filterType)初始化 CompositingParameters 对象的新实例。
CompositingParameters(int blendMode, int filterType, boolean isMasked)初始化 CompositingParameters 对象的新实例。

方法

方法描述
equals(Object arg0)
getBlendMode()获取当前图形状态的混合模式。
getClass()
getFilterType()获取图片滤镜类型。
hashCode()
isMasked()获取掩码标志。
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CompositingParameters(int blendMode)

public CompositingParameters(int blendMode)

初始化 CompositingParameters 对象的新实例。

参数:

范围类型描述
blendModeint当前图形状态的混合模式。

CompositingParameters(int blendMode, int filterType)

public CompositingParameters(int blendMode, int filterType)

初始化 CompositingParameters 对象的新实例。

参数:

范围类型描述
blendModeint当前图形状态的混合模式。
filterTypeint图像过滤器类型。

CompositingParameters(int blendMode, int filterType, boolean isMasked)

public CompositingParameters(int blendMode, int filterType, boolean isMasked)

初始化 CompositingParameters 对象的新实例。

参数:

范围类型描述
blendModeint当前图形状态的混合模式。
filterTypeint图像过滤器类型。
isMaskedboolean添加掩码标志。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getBlendMode()

public int getBlendMode()

获取当前图形状态的混合模式。

退货: int - 混合模式元素

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getFilterType()

public int getFilterType()

获取图片滤镜类型。

退货: int - ImageFilterType 元素

hashCode()

public native int hashCode()

退货: 整数

isMasked()

public boolean isMasked()

获取掩码标志。

退货: boolean - 布尔值

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int