Uses of Class
onbon.bx06.area.page.BxPage

Packages that use BxPage
onbon.bx06.area 可挂载至节目中的区域程式。
例如:建立传感器 (SensorBxArea) 显示区域,并加入 P000 节目中。
SensorBxArea area1 = new SensorBxArea(0, 0, 500, 200, screen.getProfile()); ProgramBxFile program = new ProgramBxFile("P000", screen.getProfile()); program.addArea(area1);  
onbon.bx06.area.page 图文区域内可显示的页面。 
 

Uses of BxPage in onbon.bx06.area
 

Fields in onbon.bx06.area with type parameters of type BxPage
protected  ArrayList<BxPage> AbstractTextCaptionBxArea.pages
           
 

Methods in onbon.bx06.area that return BxPage
 BxPage AbstractTextCaptionBxArea.addImageFile(String filePath)
          增加图片。
 BxPage AbstractTextCaptionBxArea.addText(String text, Font font, Color foreground, Color background, DisplayStyleFactory.DisplayStyle style)
          增加文字內容。
 BxPage AbstractTextCaptionBxArea.addTextFile(String filePath, Font font, Color foreground, Color background, DisplayStyleFactory.DisplayStyle style)
          增加文本。
 

Methods in onbon.bx06.area with parameters of type BxPage
 void AbstractTextCaptionBxArea.addPage(BxPage page)
          加入页面。
 

Uses of BxPage in onbon.bx06.area.page
 

Subclasses of BxPage in onbon.bx06.area.page
 class ImageBxPage
          图片页面。
 class ImageFileBxPage
          图片文件页面。
 class TextBxPage
          文字页面。
 class TextFileBxPage
          纯文字档案页面。
 



Copyright © 2020 onbon. All rights reserved.