RemoveBackgroundSettings

Inheritance: java.lang.Object

public class RemoveBackgroundSettings

Arka planı kaldırma ayarları

Yapıcılar

YapıcıAçıklama
RemoveBackgroundSettings()

Yöntemler

YöntemAçıklama
getDetectionLevel()Algılama seviyesini alır.
setDetectionLevel(Integer value)Algılama seviyesini ayarlar.
getBounds()Sınırları alır.
setBounds(RectangleF value)Sınırları ayarlar.
getColor1()Rengi alır.
setColor1(Color value)Rengi ayarlar.
getColor2()color2 değerini alır.
setColor2(Color value)color2 değerini ayarlar.

RemoveBackgroundSettings()

public RemoveBackgroundSettings()

getDetectionLevel()

public final Integer getDetectionLevel()

Algılama seviyesini alır.

Değer: Algılama seviyesi.

Returns: java.lang.Integer - algılama seviyesi.

setDetectionLevel(Integer value)

public final void setDetectionLevel(Integer value)

Algılama seviyesini ayarlar.

Değer: Algılama seviyesi.

Parameters:

ParametreTürAçıklama
değerjava.lang.Integeralgılama seviyesi.

getBounds()

public final RectangleF getBounds()

Sınırları alır.

Değer: Sınırlar.

Returns: RectangleF - the bounds.

setBounds(RectangleF value)

public final void setBounds(RectangleF value)

Sınırları ayarlar.

Değer: Sınırlar.

Parameters:

ParametreTürAçıklama
valueRectangleFsınırlar.

getColor1()

public final Color getColor1()

Rengi alır.

Değer: Renk.

Returns: Color - the color.

setColor1(Color value)

public final void setColor1(Color value)

Rengi ayarlar.

Değer: Renk.

Parameters:

ParametreTürAçıklama
valueColorrenk.

getColor2()

public final Color getColor2()

color2 değerini alır.

Değer: color2.

Returns: Color - the color2.

setColor2(Color value)

public final void setColor2(Color value)

color2 değerini ayarlar.

Değer: color2.

Parameters:

ParametreTürAçıklama
valueColorcolor2.