BxArea.PolarType| Constructor and Description |
|---|
TextCaptionBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
TextCaptionBxArea(onbon.bx05.message.area.TextCaptionArea area,
Bx5GScreenProfile screenProfile)
建构子。
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPage(BxPage page)
加入页面。
|
void |
clearPages()
清除所有页面。
|
byte[] |
generate()
产生区域的位元组资讯。
|
void |
preview(java.awt.Graphics2D g2d) |
getFont, getFrameMoveStep, getFrameSpeed, getFrameStyle, getFrameWidth, getHeight, getScreenProfile, getWidth, getX, getY, isFrameShow, loadFrameImage, setFont, setFrameMoveStep, setFrameShow, setFrameSpeed, setFrameStyle, toString, validatepublic TextCaptionBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
x - X 座标。y - Y 座标。width - 区域宽度。height - 区域高度。screenProfile - 屏幕规格。public TextCaptionBxArea(onbon.bx05.message.area.TextCaptionArea area,
Bx5GScreenProfile screenProfile)
area - 区域screenProfile - 屏幕规格。public void clearPages()
public byte[] generate()
throws Bx5GException
BxAreagenerate in class BxAreaBx5GException - 产生区域位元组资讯时发生错误。