public class PicTextConfig_AncientBooks extends PicTextConfig
align, color, font, line, lineBreakChar| 构造器和说明 |
|---|
PicTextConfig_AncientBooks(int x,
int y,
int height)
Instantiates a new Pic text config vertical.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addText(BufferedImage bi,
String text)
Add text.
|
int |
getHeight()
Gets height.
|
int |
getX()
Gets x.
|
int |
getY()
Gets y.
|
void |
setHeight(int height)
Sets height.
|
void |
setX(int x)
Sets x.
|
void |
setY(int y)
Sets y.
|
getAlign, getColor, getFont, getLine, getLineBreakChar, setAlign, setColor, setFont, setLine, setLineBreakCharpublic PicTextConfig_AncientBooks(int x,
int y,
int height)
x - the xy - the yheight - the heightpublic int getX()
public void setX(int x)
x - the xpublic int getY()
public void setY(int y)
y - the ypublic int getHeight()
public void setHeight(int height)
height - the heightpublic void addText(BufferedImage bi, String text)
PicTextConfigbi - the bitext - the textCopyright © 2020. All rights reserved.