BilateralSmoothingFilterOptions
Inheritance: java.lang.Object, com.aspose.psd.imagefilters.filteroptions.FilterOptionsBase
public class BilateralSmoothingFilterOptions extends FilterOptionsBase
The Bilateral Smoothing Filter Options.
Constructors
Constructor | Description |
---|---|
BilateralSmoothingFilterOptions(int size) | Initializes a new instance of the BilateralSmoothingFilterOptions class. |
BilateralSmoothingFilterOptions() | Initializes a new instance of the BilateralSmoothingFilterOptions class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
size | int | Size of the kernal. |
BilateralSmoothingFilterOptions()
public BilateralSmoothingFilterOptions()
Initializes a new instance of the BilateralSmoothingFilterOptions class.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | double |
setColorPower(double value)
public void setColorPower(double value)
Gets or sets the color power.
Value: The color power.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setSize(int value)
public void setSize(int value)
Gets or sets the size of the kernel.
Value: The size of the kernel.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setSpatialFactor(double value)
public void setSpatialFactor(double value)
Gets or sets the spatial factor.
Value: The spatial factor.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setSpatialPower(double value)
public void setSpatialPower(double value)
Gets or sets the spatial power.
Value: The spatial power.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |