BilateralSmoothingFilterOptions

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

public class BilateralSmoothingFilterOptions extends FilterOptionsBase

The Bilateral Smoothing Filter Options.

Constructors

ConstructorDescription
BilateralSmoothingFilterOptions(int size)Initializes a new instance of the BilateralSmoothingFilterOptions class.
BilateralSmoothingFilterOptions()Initializes a new instance of the BilateralSmoothingFilterOptions class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getColorFactor()Gets or sets the color factor.
getColorPower()Gets or sets the color power.
getSize()Gets or sets the size of the kernel.
getSpatialFactor()Gets or sets the spatial factor.
getSpatialPower()Gets or sets the spatial power.
hashCode()
notify()
notifyAll()
setColorFactor(double value)Gets or sets the color factor.
setColorPower(double value)Gets or sets the color power.
setSize(int value)Gets or sets the size of the kernel.
setSpatialFactor(double value)Gets or sets the spatial factor.
setSpatialPower(double value)Gets or sets the spatial power.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BilateralSmoothingFilterOptions(int size)

public BilateralSmoothingFilterOptions(int size)

Initializes a new instance of the BilateralSmoothingFilterOptions class.

Parameters:

ParameterTypeDescription
sizeintSize of the kernal.

BilateralSmoothingFilterOptions()

public BilateralSmoothingFilterOptions()

Initializes a new instance of the BilateralSmoothingFilterOptions class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColorFactor()

public double getColorFactor()

Gets or sets the color factor.

Value: The color factor.

Returns: double

getColorPower()

public double getColorPower()

Gets or sets the color power.

Value: The color power.

Returns: double

getSize()

public int getSize()

Gets or sets the size of the kernel.

Value: The size of the kernel.

Returns: int

getSpatialFactor()

public double getSpatialFactor()

Gets or sets the spatial factor.

Value: The spatial factor.

Returns: double

getSpatialPower()

public double getSpatialPower()

Gets or sets the spatial power.

Value: The spatial power.

Returns: double

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setColorFactor(double value)

public void setColorFactor(double value)

Gets or sets the color factor.

Value: The color factor.

Parameters:

ParameterTypeDescription
valuedouble

setColorPower(double value)

public void setColorPower(double value)

Gets or sets the color power.

Value: The color power.

Parameters:

ParameterTypeDescription
valuedouble

setSize(int value)

public void setSize(int value)

Gets or sets the size of the kernel.

Value: The size of the kernel.

Parameters:

ParameterTypeDescription
valueint

setSpatialFactor(double value)

public void setSpatialFactor(double value)

Gets or sets the spatial factor.

Value: The spatial factor.

Parameters:

ParameterTypeDescription
valuedouble

setSpatialPower(double value)

public void setSpatialPower(double value)

Gets or sets the spatial power.

Value: The spatial power.

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