|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectonbon.bx06.area.page.BxPage
onbon.bx06.area.page.ImageBxPage
public class ImageBxPage
图片页面。
Constructor Summary | |
---|---|
ImageBxPage()
建构子。 |
Method Summary | |
---|---|
void |
accept(onbon.bx06.message.area.AbstractTextCaptionArea area,
Bx6GScreenProfile screenProfile,
ProgramDataBxFile dataFile)
將资料填入指定的图文区。。 |
void |
addImage(BufferedImage image)
增加图片。 |
void |
clearImages()
清除所有图片。 |
protected byte |
getPageStyle()
取得数据类型。 |
void |
preview(AbstractTextCaptionBxArea area,
Graphics2D g2d)
绘制检视图。 |
Methods inherited from class onbon.bx06.area.page.BxPage |
---|
getBgValidFlag, getClearMode, getDisplayStyle, getFrameRate, getRepeatTime, getSoundFlag, getSpeed, getStayTime, getValidLen, setBgValidFlag, setClearMode, setDisplayStyle, setFrameRate, setRepeatTime, setSoundFlag, setSpeed, setStayTime, setValidLen |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageBxPage()
Method Detail |
---|
public void addImage(BufferedImage image)
image
- 图片。public void clearImages()
public void preview(AbstractTextCaptionBxArea area, Graphics2D g2d)
BxPage
preview
in class BxPage
area
- 图文区。g2d
- 绘图区。public void accept(onbon.bx06.message.area.AbstractTextCaptionArea area, Bx6GScreenProfile screenProfile, ProgramDataBxFile dataFile)
BxPage
accept
in class BxPage
area
- 填入的图文区。screenProfile
- 屏幕规格。dataFile
- 文件資料。protected byte getPageStyle()
BxPage
getPageStyle
in class BxPage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |