IMultipleAreaRedactable
Leave feedback
On this page
public interface IMultipleAreaRedactable
Defines methods that are required to redact multiple image areas at once with the same color.
| Method | Description |
|---|---|
| getRawStream() | Retrieves a stream with actual image content. |
| editAreas(Rectangle[] rectangles, Color boxColor) | Redacts multiple image areas at once with the same color. |
public abstract InputStream getRawStream()
Retrieves a stream with actual image content.
Returns: java.io.InputStream - Stream, containing image data
public abstract RedactionResult editAreas(Rectangle[] rectangles, Color boxColor)
Redacts multiple image areas at once with the same color.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rectangles | java.awt.Rectangle[] | An array of rectangle areas |
| boxColor | java.awt.Color | Color to fill the areas |
Returns: RedactionResult - Image areas redaction result
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.