RemoveBackgroundSettings
İçindekiler
[
Saklamak
]Inheritance: java.lang.Object
public class RemoveBackgroundSettings
Arka planı kaldırma ayarları
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| RemoveBackgroundSettings() |
Yöntemler
| Yöntem | Açı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:
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | java.lang.Integer | algı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:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | RectangleF | sı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:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | Color | renk. |
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:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | Color | color2. |