public class NameTextStyle extends Object implements Serializable
| 构造器和说明 |
|---|
NameTextStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
color() |
NameTextStyle |
color(String color) |
String |
fontFamily() |
NameTextStyle |
fontFamily(String fontFamily) |
Double |
fontSize() |
NameTextStyle |
fontSize(Double fontSize) |
FontStyle |
fontStyle() |
NameTextStyle |
fontStyle(FontStyle fontStyle) |
FontWeight |
fontWeight() |
NameTextStyle |
fontWeight(FontWeight fontWeight) |
String |
getColor() |
String |
getFontFamily() |
Double |
getFontSize() |
FontStyle |
getFontStyle() |
FontWeight |
getFontWeight() |
void |
setColor(String color) |
void |
setFontFamily(String fontFamily) |
void |
setFontSize(Double fontSize) |
void |
setFontStyle(FontStyle fontStyle) |
void |
setFontWeight(FontWeight fontWeight) |
public String color()
public NameTextStyle color(String color)
public FontStyle fontStyle()
public NameTextStyle fontStyle(FontStyle fontStyle)
public FontWeight fontWeight()
public NameTextStyle fontWeight(FontWeight fontWeight)
public String fontFamily()
public NameTextStyle fontFamily(String fontFamily)
public Double fontSize()
public NameTextStyle fontSize(Double fontSize)
public String getColor()
public void setColor(String color)
public FontStyle getFontStyle()
public void setFontStyle(FontStyle fontStyle)
public FontWeight getFontWeight()
public void setFontWeight(FontWeight fontWeight)
public String getFontFamily()
public void setFontFamily(String fontFamily)
public Double getFontSize()
public void setFontSize(Double fontSize)
Copyright © 2018. All rights reserved.