public class FestivalBxArea extends AbstractTimeClockBxArea
BxArea.PolarType| Constructor and Description |
|---|
FestivalBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getUnitColor()
取得单元颜色。
|
void |
setUnitColor(java.awt.Color unitColor)
设定单元颜色。
|
generate, getTimeDifferent, setTimeDifferentgetFont, getFrameMoveStep, getFrameSpeed, getFrameStyle, getFrameWidth, getHeight, getScreenProfile, getWidth, getX, getY, isFrameShow, loadFrameImage, preview, setFont, setFrameMoveStep, setFrameShow, setFrameSpeed, setFrameStyle, toString, validatepublic FestivalBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
x - X 座标。y - Y 座标。width - 区域宽度。height - 区域高度。screenProfile - 屏幕规格。