RemoveBackgroundSettings
Contents
[
Hide
]Inheritance: java.lang.Object
public class RemoveBackgroundSettings
The remove background settings
Constructors
| Constructor | Description |
|---|---|
| RemoveBackgroundSettings() |
Methods
| Method | Description |
|---|---|
| getDetectionLevel() | Gets the detection level. |
| setDetectionLevel(Integer value) | Sets the detection level. |
| getBounds() | Gets the bounds. |
| setBounds(RectangleF value) | Sets the bounds. |
| getColor1() | Gets the color. |
| setColor1(Color value) | Sets the color. |
| getColor2() | Gets the color2. |
| setColor2(Color value) | Sets the color2. |
RemoveBackgroundSettings()
public RemoveBackgroundSettings()
getDetectionLevel()
public final Integer getDetectionLevel()
Gets the detection level.
Value: The detection level.
Returns: java.lang.Integer - the detection level.
setDetectionLevel(Integer value)
public final void setDetectionLevel(Integer value)
Sets the detection level.
Value: The detection level.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Integer | the detection level. |
getBounds()
public final RectangleF getBounds()
Gets the bounds.
Value: The bounds.
Returns: RectangleF - the bounds.
setBounds(RectangleF value)
public final void setBounds(RectangleF value)
Sets the bounds.
Value: The bounds.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | RectangleF | the bounds. |
getColor1()
public final Color getColor1()
Gets the color.
Value: The color.
Returns: Color - the color.
setColor1(Color value)
public final void setColor1(Color value)
Sets the color.
Value: The color.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Color | the color. |
getColor2()
public final Color getColor2()
Gets the color2.
Value: The color2.
Returns: Color - the color2.
setColor2(Color value)
public final void setColor2(Color value)
Sets the color2.
Value: The color2.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Color | the color2. |