public class TextState extends Object
Constructor and Description |
---|
TextState() |
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor()
getBackgroundColor
Gets Color
|
String |
getFont()
getFont
Gets String
|
Float |
getFontSize()
getFontSize
Gets Float
|
FontStyles |
getFontStyle()
getFontStyle
Gets FontStyles
|
Color |
getForegroundColor()
getForegroundColor
Gets Color
|
void |
setBackgroundColor(Color BackgroundColor)
setBackgroundColor
Sets Color
|
void |
setFont(String Font)
setFont
Sets String
|
void |
setFontSize(Float FontSize)
setFontSize
Sets Float
|
void |
setFontStyle(FontStyles FontStyle)
setFontStyle
Sets FontStyles
|
void |
setForegroundColor(Color ForegroundColor)
setForegroundColor
Sets Color
|
String |
toString() |
public Float getFontSize()
public void setFontSize(Float FontSize)
FontSize
- Floatpublic String getFont()
public void setFont(String Font)
Font
- Stringpublic Color getForegroundColor()
public void setForegroundColor(Color ForegroundColor)
ForegroundColor
- Colorpublic Color getBackgroundColor()
public void setBackgroundColor(Color BackgroundColor)
BackgroundColor
- Colorpublic FontStyles getFontStyle()
public void setFontStyle(FontStyles FontStyle)
FontStyle
- FontStylesCopyright © 2016. All rights reserved.