Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
DTextLabelWidget.java30 private TextOrientationType orientation;
42 this(layoutManager, sizeMetrics, TextOrientationType.HORIZONTAL); in TextLabelWidget()
45 …ayoutManager layoutManager, String title, SizeMetrics sizeMetrics, TextOrientationType orientation… in TextLabelWidget()
50 …tLabelWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics, TextOrientationType orientation… in TextLabelWidget()
156 public TextOrientationType getOrientation() { in getOrientation()
160 public void setOrientation(TextOrientationType orientation) { in setOrientation()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DTextOrientationType.java19 public enum TextOrientationType { enum
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DBarPlotExampleActivity.java47 import com.androidplot.ui.TextOrientationType;
113 TextOrientationType.HORIZONTAL); in onCreate()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYPlot.java27 import com.androidplot.ui.TextOrientationType;
195 TextOrientationType.HORIZONTAL); in onPreInit()
203 TextOrientationType.VERTICAL_ASCENDING); in onPreInit()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DPlot.java29 import com.androidplot.ui.TextOrientationType;
308 TextOrientationType.HORIZONTAL); in init()