public class PrayerBxArea extends BxArea
Modifier and Type | Class and Description |
---|---|
static class |
PrayerBxArea.TimeType |
BxArea.PolarType
Constructor and Description |
---|
PrayerBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile) |
Modifier and Type | Method and Description |
---|---|
void |
addAllTimes() |
void |
addTime(PrayerBxArea.TimeType time) |
void |
clearTimes() |
byte[] |
generate()
产生区域的位元组资讯。
|
int |
getDisplayMode() |
Color |
getFontPrayerTimeColor() |
Color |
getFontTimeColor() |
TextBinary.Alignment |
getHorizontalAlignment() |
int |
getPlayMode() |
int |
getSpeed() |
int |
getStayTime() |
AbstractTimeClockBxArea |
getTimeClockArea() |
Set<PrayerBxArea.TimeType> |
getTimes() |
TextBinary.Alignment |
getVerticalAlignment() |
void |
preview(Graphics2D g2d) |
void |
setDisplayMode(int displayMode) |
void |
setFontPrayerTimeColor(Color fontPrayerTimeColor) |
void |
setFontTimeColor(Color fontTimeColor) |
void |
setHorizontalAlignment(TextBinary.Alignment horizontalAlignment) |
void |
setPlayMode(int playMode) |
void |
setSpeed(int speed) |
void |
setStayTime(int stayTime) |
void |
setTimeClockArea(AbstractTimeClockBxArea timeClockArea) |
void |
setVerticalAlignment(TextBinary.Alignment verticalAlignment) |
getFont, getFrameMoveStep, getFrameSetting, getFrameSpeed, getFrameStyle, getFrameWidth, getHeight, getScreenProfile, getWidth, getX, getY, isFrameShow, loadFrameImage, loadFrameImage, preview, previewScreen, setAreaFrame, setFont, setFrameMoveStep, setFrameShow, setFrameSpeed, setFrameStyle, setHeight, setWidth, setX, setY, toString, validate
public PrayerBxArea(int x, int y, int width, int height, Bx5GScreenProfile screenProfile)
public int getDisplayMode()
public void setDisplayMode(int displayMode)
public int getSpeed()
public void setSpeed(int speed)
public int getStayTime()
public void setStayTime(int stayTime)
public int getPlayMode()
public void setPlayMode(int playMode)
public Color getFontTimeColor()
public void setFontTimeColor(Color fontTimeColor)
public Color getFontPrayerTimeColor()
public void setFontPrayerTimeColor(Color fontPrayerTimeColor)
public void addAllTimes()
public Set<PrayerBxArea.TimeType> getTimes()
public void addTime(PrayerBxArea.TimeType time)
public void clearTimes()
public TextBinary.Alignment getHorizontalAlignment()
public void setHorizontalAlignment(TextBinary.Alignment horizontalAlignment)
public TextBinary.Alignment getVerticalAlignment()
public void setVerticalAlignment(TextBinary.Alignment verticalAlignment)
public AbstractTimeClockBxArea getTimeClockArea()
public void setTimeClockArea(AbstractTimeClockBxArea timeClockArea)
public void preview(Graphics2D g2d)
public byte[] generate() throws Bx5GException
BxArea
generate
in class BxArea
Bx5GException
- 产生区域位元组资讯时发生错误。Copyright © 2020 onbon4j. All rights reserved.