RemoveBackgroundSettings
内容
[
隐藏
]Inheritance: java.lang.Object
public class RemoveBackgroundSettings
去除背景设置
构造函数
| 构造函数 | 描述 |
|---|---|
| RemoveBackgroundSettings() |
方法
| 方法 | 描述 |
|---|---|
| getDetectionLevel() | 获取检测级别。 |
| setDetectionLevel(Integer value) | 设置检测级别。 |
| getBounds() | 获取边界。 |
| setBounds(RectangleF value) | 设置边界。 |
| getColor1() | 获取颜色。 |
| setColor1(Color value) | 设置颜色。 |
| getColor2() | 获取 color2。 |
| setColor2(Color value) | 设置 color2。 |
RemoveBackgroundSettings()
public RemoveBackgroundSettings()
getDetectionLevel()
public final Integer getDetectionLevel()
获取检测级别。
值:检测级别。
Returns: java.lang.Integer - 检测级别。
setDetectionLevel(Integer value)
public final void setDetectionLevel(Integer value)
设置检测级别。
值:检测级别。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | java.lang.Integer | 检测级别。 |
getBounds()
public final RectangleF getBounds()
获取边界。
值:边界。
Returns: RectangleF - the bounds.
setBounds(RectangleF value)
public final void setBounds(RectangleF value)
设置边界。
值:边界。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | RectangleF | 边界。 |
getColor1()
public final Color getColor1()
获取颜色。
值:颜色。
Returns: Color - the color.
setColor1(Color value)
public final void setColor1(Color value)
设置颜色。
值:颜色。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | Color | 颜色。 |
getColor2()
public final Color getColor2()
获取 color2。
值:color2。
Returns: Color - the color2.
setColor2(Color value)
public final void setColor2(Color value)
设置 color2。
值:color2。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | Color | color2。 |