|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectonbon.bx06.file.nd.BxAreaND
onbon.bx06.file.nd.TextCaptionBxAreaND
public final class TextCaptionBxAreaND
图文区域,由多个页面堆叠而成。
图片页面
,
文字档页面
Constructor Summary | |
---|---|
TextCaptionBxAreaND(onbon.bx06.message.area.TextCaptionArea area,
Bx6GScreenProfile screenProfile)
建构子。 |
Method Summary | |
---|---|
byte[] |
generate(Bx6GScreenProfile screenProfile)
产生区域的位元组资讯。 |
List<BxPageND> |
getPages()
取得图文区页面。 |
int |
getTransparency()
取得透明度。 |
void |
maskByBackground()
显示被背景遮罩的部分。 |
void |
overlayWithBackground()
与背景重叠显示。 |
void |
setTransparency(int transparency)
设定透明度。 1. |
Methods inherited from class onbon.bx06.file.nd.BxAreaND |
---|
getFrameMoveStep, getFrameSetting, getFrameSpeed, getFrameStyle, getScreenProfile, setAreaFrame, setFrameMoveStep, setFrameSpeed, setFrameStyle, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TextCaptionBxAreaND(onbon.bx06.message.area.TextCaptionArea area, Bx6GScreenProfile screenProfile)
area
- 區域。screenProfile
- 屏幕规格。Method Detail |
---|
public int getTransparency()
public void setTransparency(int transparency)
transparency
- 透明度。public void overlayWithBackground()
public void maskByBackground()
public List<BxPageND> getPages()
public byte[] generate(Bx6GScreenProfile screenProfile) throws Bx6GException
BxAreaND
generate
in class BxAreaND
screenProfile
- 屏幕规格。
Bx6GException
- 产生区域位元组资讯时发生错误。
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |