public class TextFormat extends Object
Constructor and Description |
---|
TextFormat() |
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
getColor
Gets Color
|
String |
getFontName()
getFontName
Gets String
|
Float |
getFontSize()
getFontSize
Gets Float
|
List<Link> |
getLinks()
getLinks
Gets List
|
void |
setColor(Color Color)
setColor
Sets Color
|
void |
setFontName(String FontName)
setFontName
Sets String
|
void |
setFontSize(Float FontSize)
setFontSize
Sets Float
|
void |
setLinks(List<Link> Links)
setLinks
Sets List
|
String |
toString() |
public Color getColor()
public void setColor(Color Color)
Color
- Colorpublic Float getFontSize()
public void setFontSize(Float FontSize)
FontSize
- Floatpublic String getFontName()
public void setFontName(String FontName)
FontName
- StringCopyright © 2016. All rights reserved.