public abstract class PicTextConfig extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
align
The Align.
|
protected Color |
color
The Color.
|
protected Font |
font
The Font.
|
protected int |
line
The Line.
|
protected String |
lineBreakChar
The Line break char.
|
| 构造器和说明 |
|---|
PicTextConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlign()
Gets align.
|
Color |
getColor()
Gets color.
|
Font |
getFont()
Gets font.
|
int |
getLine()
Gets line.
|
String |
getLineBreakChar()
Gets line break char.
|
void |
setAlign(String align)
Sets align.
|
void |
setColor(Color color)
Sets color.
|
void |
setFont(Font font)
Sets font.
|
void |
setLine(int line)
Sets line.
|
void |
setLineBreakChar(String lineBreakChar)
Sets line break char.
|
protected Font font
protected Color color
protected String lineBreakChar
protected int line
protected String align
public String getAlign()
public void setAlign(String align)
align - the alignpublic int getLine()
public void setLine(int line)
line - the linepublic String getLineBreakChar()
public void setLineBreakChar(String lineBreakChar)
lineBreakChar - the line break charpublic Font getFont()
public void setFont(Font font)
font - the fontpublic Color getColor()
public void setColor(Color color)
color - the colorCopyright © 2020. All rights reserved.