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
Constructor | Description |
---|---|
SharpenFilterOptions(int size, double sigma) | Initializes a new instance of the SharpenFilterOptions class. |
SharpenFilterOptions() | Initializes a new instance of the SharpenFilterOptions class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
size | int | Size of the kernel. |
sigma | double | The sigma. |
SharpenFilterOptions()
public SharpenFilterOptions()
Initializes a new instance of the SharpenFilterOptions class. With default settings.
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
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:
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 |
setSigma(double value)
public void setSigma(double value)
Gets or sets the sigma.
Value: The sigma.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setSize(int value)
public void setSize(int value)
Gets or sets the size.
Value: The size.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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 |