DeconvolutionFilterOptions
Inheritance: java.lang.Object, com.aspose.psd.imagefilters.filteroptions.FilterOptionsBase
public abstract class DeconvolutionFilterOptions extends FilterOptionsBase
Deconvolution Filter Options, abstract class
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getBrightness() | Gets or sets the brightness. |
| getClass() | |
| getGrayscale() | Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. |
| getSnr() | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 |
| hashCode() | |
| isPartialLoaded() | Gets a value indicating whether this instance is partial loaded. |
| notify() | |
| notifyAll() | |
| setBrightness(double value) | Gets or sets the brightness. |
| setGrayscale(boolean value) | Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. |
| setPartialLoaded(boolean value) | Gets a value indicating whether this instance is partial loaded. |
| setSnr(double value) | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getBrightness()
public final double getBrightness()
Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15
Value: The brightness.
Returns: double
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getGrayscale()
public final boolean getGrayscale()
Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. Return grayscale mode or RGB mode.
Value: true if grayscale; otherwise, false .
Returns: boolean
getSnr()
public final double getSnr()
Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007
Value: The SNR.
Returns: double
hashCode()
public native int hashCode()
Returns: int
isPartialLoaded()
public final boolean isPartialLoaded()
Gets a value indicating whether this instance is partial loaded.
Value: true if this instance is partial loaded; otherwise, false .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBrightness(double value)
public final void setBrightness(double value)
Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15
Value: The brightness.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setGrayscale(boolean value)
public final void setGrayscale(boolean value)
Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. Return grayscale mode or RGB mode.
Value: true if grayscale; otherwise, false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setPartialLoaded(boolean value)
public final void setPartialLoaded(boolean value)
Gets a value indicating whether this instance is partial loaded.
Value: true if this instance is partial loaded; otherwise, false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setSnr(double value)
public final void setSnr(double value)
Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007
Value: The SNR.
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 |