SharpenFilterOptions

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

public class SharpenFilterOptions extends ConvolutionFilterOptions

The Sharpen filter options

Constructors

ConstructorDescription
SharpenFilterOptions(int size, double sigma)Initializes a new instance of the SharpenFilterOptions class.
SharpenFilterOptions()Initializes a new instance of the SharpenFilterOptions class.

Methods

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

SharpenFilterOptions(int size, double sigma)

public SharpenFilterOptions(int size, double sigma)

Initializes a new instance of the SharpenFilterOptions class.

Parameters:

ParameterTypeDescription
sizeintSize of the kernel.
sigmadoubleThe sigma.

SharpenFilterOptions()

public SharpenFilterOptions()

Initializes a new instance of the SharpenFilterOptions class. With default settings.

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

getSigma()

public double getSigma()

Gets or sets the sigma.

Value: The sigma.

Returns: double

getSize()

public int getSize()

Gets or sets the size.

Value: The size.

Returns: int

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

setSigma(double value)

public void setSigma(double value)

Gets or sets the sigma.

Value: The sigma.

Parameters:

ParameterTypeDescription
valuedouble

setSize(int value)

public void setSize(int value)

Gets or sets the size.

Value: The size.

Parameters:

ParameterTypeDescription
valueint

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