RemoveBackgroundSettings

Inheritance: java.lang.Object

public class RemoveBackgroundSettings

The remove background settings

Constructors

ConstructorDescription
RemoveBackgroundSettings()

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.lang.Integerthe 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:

ParameterTypeDescription
valueRectangleFthe 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:

ParameterTypeDescription
valueColorthe 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:

ParameterTypeDescription
valueColorthe color2.