Uses of Class
onbon.bx06.area.DateStyle

Packages that use DateStyle
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);  
 

Uses of DateStyle in onbon.bx06.area
 

Methods in onbon.bx06.area that return DateStyle
 DateStyle DateTimeBxArea.getDateStyle()
          取得日期显示样式。
static DateStyle DateStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DateStyle[] DateStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in onbon.bx06.area with parameters of type DateStyle
 void DateTimeBxArea.setDateStyle(DateStyle dateStyle)
          设定日期显示样式,NULL 表示不显示日期。
 void DateTimeBxArea.setDateStyle(DateStyle dateStyle, String label)
          设定日期显示样式,NULL 表示不显示日期。
 



Copyright © 2020 onbon. All rights reserved.