|
||||||||||
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.TextFileBxPage
public class TextFileBxPage
纯文字档案页面。
Constructor Summary | |
---|---|
TextFileBxPage(String filePath)
建构子。 预设条件:字型:宋体 16;文字颜色:白;背景色:黑。 |
|
TextFileBxPage(String filePath,
Font font)
建构子。 预设条件:文字颜色:白;背景色:黑。 |
|
TextFileBxPage(String filePath,
Font font,
Color foreground,
Color background)
建构子。 |
Method Summary | |
---|---|
void |
accept(onbon.bx06.message.area.AbstractTextCaptionArea area,
Bx6GScreenProfile screenProfile,
ProgramDataBxFile dataFile)
將资料填入指定的图文区。。 |
Color |
getBackground()
取得背景色。 |
TextBinary.BreakType |
getBreakType()
取得换行处理方式。 |
String |
getEncoding()
取得文字档案编码。 |
String |
getFilePath()
取得纯文字档案。 |
Font |
getFont()
取得字型。 |
Color |
getForeground()
取得文字景色。 |
int |
getHeadTailInterval()
取得首尾相连间隔。 |
TextBinary.Alignment |
getHorizontalAlignment()
取得水平对齐方式。 |
int |
getLineHeight()
|
protected byte |
getPageStyle()
取得数据类型。 |
TextBinary.Alignment |
getVerticalAlignment()
取得垂直对齐方式。 |
void |
preview(AbstractTextCaptionBxArea area,
Graphics2D g2d)
绘制检视图。 |
void |
setBackground(Color background)
设定背景色。 |
void |
setBreakType(TextBinary.BreakType breakType)
设定换行处理方式 |
void |
setEncoding(String encoding)
设定文字档案编码。 |
void |
setFilePath(String filePath)
设定纯文字档案。 |
void |
setFont(Font font)
设定字型。 |
void |
setForeground(Color foreground)
设定文字景色。 |
void |
setHeadTailInterval(int headTailInterval)
设定首尾相连间隔。 -2:前後訊息被隔離。 |
void |
setHorizontalAlignment(TextBinary.Alignment horizontalAlignment)
设定水平水平对齐方式。 |
void |
setLineHeight(int lineHeight)
|
void |
setVerticalAlignment(TextBinary.Alignment verticalAlignment)
设定垂直对齐方式。 |
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 TextFileBxPage(String filePath)
filePath
- 纯文字档案。public TextFileBxPage(String filePath, Font font)
filePath
- 纯文字档案。font
- 字型。public TextFileBxPage(String filePath, Font font, Color foreground, Color background)
filePath
- 纯文字档案。font
- 字型。foreground
- 文字颜色。background
- 背景颜色。Method Detail |
---|
public int getLineHeight()
public void setLineHeight(int lineHeight)
public String getEncoding()
public void setEncoding(String encoding)
encoding
- 文字档案编码。public TextBinary.BreakType getBreakType()
public void setBreakType(TextBinary.BreakType breakType)
breakType
- 换行处理方式。public TextBinary.Alignment getHorizontalAlignment()
public void setHorizontalAlignment(TextBinary.Alignment horizontalAlignment)
horizontalAlignment
- 水平对齐方式。public TextBinary.Alignment getVerticalAlignment()
public void setVerticalAlignment(TextBinary.Alignment verticalAlignment)
verticalAlignment
- 垂直对齐方式。public String getFilePath()
public void setFilePath(String filePath)
filePath
- 纯文字档案。public Color getBackground()
public void setBackground(Color background)
background
- 背景色。public Color getForeground()
public void setForeground(Color foreground)
foreground
- 文字景色。public Font getFont()
public void setFont(Font font)
font
- 字型。public int getHeadTailInterval()
public void setHeadTailInterval(int headTailInterval)
headTailInterval
- 前後訊息間隔的像素。。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 |