WatermarkOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public abstract class WatermarkOptions
The common watermark remover algorithm options.
Constructors
Constructor | Description |
---|---|
WatermarkOptions() |
Methods
Method | Description |
---|---|
getMask() | Gets the mask. |
setMask(Iterable | Sets the mask. |
getPrecalculationProgressEventHandler() | Gets the default points pre-calculation process progress event handler. |
setPrecalculationProgressEventHandler(ProgressEventHandler value) | Sets the default points pre-calculation process progress event handler. |
getGraphicsPathMask() | Gets the mask. |
setGraphicsPathMask(GraphicsPath value) | Sets the mask. |
WatermarkOptions()
public WatermarkOptions()
getMask()
public final Iterable<Point> getMask()
Gets the mask.
Value: The mask.
Returns: java.lang.Iterable<com.aspose.imaging.Point> - the mask.
setMask(Iterable value)
public final void setMask(Iterable<Point> value)
Sets the mask.
Value: The mask.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Iterable<com.aspose.imaging.Point> | the mask. |
getPrecalculationProgressEventHandler()
public final ProgressEventHandler getPrecalculationProgressEventHandler()
Gets the default points pre-calculation process progress event handler.
Value: The progress event handler.
Returns: ProgressEventHandler - the default points pre-calculation process progress event handler.
setPrecalculationProgressEventHandler(ProgressEventHandler value)
public final void setPrecalculationProgressEventHandler(ProgressEventHandler value)
Sets the default points pre-calculation process progress event handler.
Value: The progress event handler.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ProgressEventHandler | the default points pre-calculation process progress event handler. |
getGraphicsPathMask()
public final GraphicsPath getGraphicsPathMask()
Gets the mask.
Value: The mask.
Returns: GraphicsPath - the mask.
setGraphicsPathMask(GraphicsPath value)
public final void setGraphicsPathMask(GraphicsPath value)
Sets the mask.
Value: The mask.
Parameters:
Parameter | Type | Description |
---|---|---|
value | GraphicsPath | the mask. |