public abstract class AbstractTimeClockBxArea extends BxArea
BxArea.PolarType| Constructor and Description |
|---|
AbstractTimeClockBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generate()
产生区域的位元组资讯。
|
int |
getTimeDifferent()
取得时间差。
|
void |
setTimeDifferent(int timeDifferent)
设定时间差。
|
getFont, getFrameMoveStep, getFrameSpeed, getFrameStyle, getFrameWidth, getHeight, getScreenProfile, getWidth, getX, getY, isFrameShow, loadFrameImage, preview, setFont, setFrameMoveStep, setFrameShow, setFrameSpeed, setFrameStyle, toString, validatepublic AbstractTimeClockBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
x - X 座标。y - Y 座标。screenProfile - 屏幕规格。public byte[] generate()
throws Bx5GException
BxAreagenerate in class BxAreaBx5GException - 产生区域位元组资讯时发生错误。public int getTimeDifferent()
public void setTimeDifferent(int timeDifferent)
timeDifferent - 时间差。