onbon.bx06.file
Class LogoBxFile

java.lang.Object
  extended by onbon.bx06.file.LogoBxFile
All Implemented Interfaces:
BxFile

public final class LogoBxFile
extends Object
implements BxFile

Author:
ONBON

Nested Class Summary
 
Nested classes/interfaces inherited from interface onbon.bx06.file.BxFile
BxFile.Binary
 
Constructor Summary
LogoBxFile(Bx6GScreenProfile screenProfile)
          建构子。
 
Method Summary
 void addArea(TextCaptionBxArea area)
          增加区域。
 BxFile.Binary generate()
          产生文件的位元组资讯。
 int getAreaCount()
           
 String getFileName()
          取得文件名称。
 onbon.bx06.message.common.FileType getFileType()
          取得文件类型。
 int getTimeSpan()
           
 void setTimeSpan(int timeSpan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoBxFile

public LogoBxFile(Bx6GScreenProfile screenProfile)
建构子。

Parameters:
screenProfile - 屏幕规格。
Method Detail

getFileName

public String getFileName()
Description copied from interface: BxFile
取得文件名称。

Specified by:
getFileName in interface BxFile
Returns:
文件名称。

getTimeSpan

public int getTimeSpan()

setTimeSpan

public void setTimeSpan(int timeSpan)

getAreaCount

public int getAreaCount()

addArea

public void addArea(TextCaptionBxArea area)
增加区域。

Parameters:
area - 区域。

getFileType

public onbon.bx06.message.common.FileType getFileType()
Description copied from interface: BxFile
取得文件类型。

Specified by:
getFileType in interface BxFile
Returns:
文件类型。

generate

public BxFile.Binary generate()
                       throws Bx6GException
Description copied from interface: BxFile
产生文件的位元组资讯。

Specified by:
generate in interface BxFile
Returns:
位元组资讯。
Throws:
Bx6GException - 产生位元组资讯时发生错误。


Copyright © 2020 onbon. All rights reserved.