TextGroup
Inheritance: java.lang.Object
public class TextGroup
Metin grubu
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| TextGroup(String text, TextStyle style) | Yapıcı |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| getText() | Gruptaki metin |
| updateText(String newText) | Metni günceller |
| getStyle() | Metin grubu için stil |
TextGroup(String text, TextStyle style)
public TextGroup(String text, TextStyle style)
Yapıcı
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| metin | java.lang.String | Gruptaki metin |
| style | TextStyle | Grup stili |
getText()
public final String getText()
Gruptaki metin
Returns: java.lang.String - Dize değeri
updateText(String newText)
public final void updateText(String newText)
Metni günceller
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| newText | java.lang.String | Yeni metin için değer |
getStyle()
public final TextStyle getStyle()
Metin grubu için stil
Returns: TextStyle - TextStyle instance