Searched refs:titleWidget (Results 1 – 1 of 1) sorted by relevance
116 private TextLabelWidget titleWidget; field in Plot305 titleWidget = new TextLabelWidget(layoutManager, new SizeMetrics(25, in init()309 titleWidget.position(0, XLayoutStyle.RELATIVE_TO_CENTER, 0, in init()314 layoutManager.moveToTop(titleWidget); in init()731 titleWidget.setText(title); in setTitle()743 return titleWidget; in getTitleWidget()746 public void setTitleWidget(TextLabelWidget titleWidget) { in setTitleWidget() argument747 this.titleWidget = titleWidget; in setTitleWidget()