GaussianBlurSmartFilter
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter
public final class GaussianBlurSmartFilter extends SmartFilter
The GaussianBlur smart filter.
Constructors
Constructor | Description |
---|---|
GaussianBlurSmartFilter() | Initializes a new instance of the GaussianBlurSmartFilter class. |
Fields
Field | Description |
---|---|
FilterType | The identifier of current smart filter. |
Methods
Method | Description |
---|---|
apply(RasterImage rasterImage) | Applies the current filter to input RasterImage image. |
applyToMask(Layer layerWithMask) | Applies the current filter to input Layer mask data. |
crate_internalized(DescriptorStructure sourceDescriptor) | |
deepClone() | Makes the memberwise clone of the current instance of the type. |
equals(Object arg0) | |
getBlendMode() | Gets or sets the blending mode. |
getClass() | |
getFilterId() | Gets the smart filter type identifier. |
getName() | Gets the smart filter name. |
getOpacity() | Gets or sets the opacity value of smart filter. |
getRadius() | Gets or sets the radius of gaussian smart filter. |
getSourceDescriptor() | The source descriptor structure with smart filter data. |
hashCode() | |
isEnabled() | Gets or sets the is enabled status of the smart filter. |
notify() | |
notifyAll() | |
setBlendMode(long value) | Gets or sets the blending mode. |
setEnabled(boolean value) | Gets or sets the is enabled status of the smart filter. |
setOpacity(double value) | Gets or sets the opacity value of smart filter. |
setRadius(double value) | Gets or sets the radius of gaussian smart filter. |
toDescriptorStructure_internalized() | Saves the smart filter information to DescriptorStructure data and return. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
GaussianBlurSmartFilter()
public GaussianBlurSmartFilter()
Initializes a new instance of the GaussianBlurSmartFilter class.
FilterType
public static final int FilterType
The identifier of current smart filter.
apply(RasterImage rasterImage)
public final void apply(RasterImage rasterImage)
Applies the current filter to input RasterImage image.
Parameters:
Parameter | Type | Description |
---|---|---|
rasterImage | RasterImage | The raster image. |
applyToMask(Layer layerWithMask)
public final void applyToMask(Layer layerWithMask)
Applies the current filter to input Layer mask data.
Parameters:
Parameter | Type | Description |
---|---|---|
layerWithMask | Layer | The layer with mask data. |
crate_internalized(DescriptorStructure sourceDescriptor)
public static GaussianBlurSmartFilter crate_internalized(DescriptorStructure sourceDescriptor)
Parameters:
Parameter | Type | Description |
---|---|---|
sourceDescriptor | DescriptorStructure |
Returns: GaussianBlurSmartFilter
deepClone()
public final SmartFilter deepClone()
Makes the memberwise clone of the current instance of the type.
Returns: SmartFilter - Returns the memberwise clone of the current instance of the type.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBlendMode()
public final long getBlendMode()
Gets or sets the blending mode.
Returns: long
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFilterId()
public int getFilterId()
Gets the smart filter type identifier.
Returns: int
getName()
public String getName()
Gets the smart filter name.
Returns: java.lang.String
getOpacity()
public final double getOpacity()
Gets or sets the opacity value of smart filter.
Returns: double
getRadius()
public final double getRadius()
Gets or sets the radius of gaussian smart filter.
Returns: double
getSourceDescriptor()
public final DescriptorStructure getSourceDescriptor()
The source descriptor structure with smart filter data.
Returns: DescriptorStructure
hashCode()
public native int hashCode()
Returns: int
isEnabled()
public final boolean isEnabled()
Gets or sets the is enabled status of the smart filter.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBlendMode(long value)
public final void setBlendMode(long value)
Gets or sets the blending mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | long |
setEnabled(boolean value)
public final void setEnabled(boolean value)
Gets or sets the is enabled status of the smart filter.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setOpacity(double value)
public final void setOpacity(double value)
Gets or sets the opacity value of smart filter.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setRadius(double value)
public final void setRadius(double value)
Gets or sets the radius of gaussian smart filter.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toDescriptorStructure_internalized()
public DescriptorStructure toDescriptorStructure_internalized()
Saves the smart filter information to DescriptorStructure data and return.
Returns: DescriptorStructure - The DescriptorStructure with saved smart filter information.
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 |