ConvolutionFilterOptions

Inheritance: java.lang.Object, com.aspose.psd.imagefilters.filteroptions.FilterOptionsBase

public abstract class ConvolutionFilterOptions extends FilterOptionsBase

The convolution filter.

Constructors

ConstructorDescription
ConvolutionFilterOptions()Initializes a new instance of the ConvolutionFilterOptions class.

Methods

MethodDescription
equals(Object arg0)
getBias()Gets or sets the bias.
getClass()
getFactor()Gets or sets the factor.
hashCode()
notify()
notifyAll()
setBias(int value)Gets or sets the bias.
setFactor(double value)Gets or sets the factor.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ConvolutionFilterOptions()

public ConvolutionFilterOptions()

Initializes a new instance of the ConvolutionFilterOptions class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBias()

public int getBias()

Gets or sets the bias.

Value: The bias.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFactor()

public double getFactor()

Gets or sets the factor.

Value: The factor.

Returns: double

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBias(int value)

public void setBias(int value)

Gets or sets the bias.

Value: The bias.

Parameters:

ParameterTypeDescription
valueint

setFactor(double value)

public void setFactor(double value)

Gets or sets the factor.

Value: The factor.

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int