ConvolutionFilterOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.psd.imagefilters.filteroptions.FilterOptionsBase
public abstract class ConvolutionFilterOptions extends FilterOptionsBase
The convolution filter.
Constructors
Constructor | Description |
---|---|
ConvolutionFilterOptions() | Initializes a new instance of the ConvolutionFilterOptions class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
setFactor(double value)
public void setFactor(double value)
Gets or sets the factor.
Value: The factor.
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 |