Home
last modified time | relevance | path

Searched refs:titleWidget (Results 1 – 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DPlot.java116 private TextLabelWidget titleWidget; field in Plot
305 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() argument
747 this.titleWidget = titleWidget; in setTitleWidget()