Searched defs:TextLabelWidget (Results 1 - 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
H A DTextLabelWidget.java24 public class TextLabelWidget extends Widget { class in inherits:Widget
25 private static final String TAG = TextLabelWidget.class.getName();
41 public TextLabelWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics) { method in class:TextLabelWidget
45 public TextLabelWidget(LayoutManager layoutManager, String title, SizeMetrics sizeMetrics, TextOrientationType orientation) { method in class:TextLabelWidget
50 public TextLabelWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics, TextOrientationType orientation) { method in class:TextLabelWidget
131 throw new UnsupportedOperationException("Orientation " + orientation + " not yet implemented for TextLabelWidget.");

Completed in 60 milliseconds