Uses of Class
com.androidplot.ui.TextOrientationType

Packages that use TextOrientationType
com.androidplot.ui Visual components of AndroidPlot 
com.androidplot.ui.widget   
 

Uses of TextOrientationType in com.androidplot.ui
 

Methods in com.androidplot.ui that return TextOrientationType
static TextOrientationType TextOrientationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextOrientationType[] TextOrientationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TextOrientationType in com.androidplot.ui.widget
 

Methods in com.androidplot.ui.widget that return TextOrientationType
 TextOrientationType TextLabelWidget.getOrientation()
           
 

Methods in com.androidplot.ui.widget with parameters of type TextOrientationType
 void TextLabelWidget.setOrientation(TextOrientationType orientation)
           
 

Constructors in com.androidplot.ui.widget with parameters of type TextOrientationType
TextLabelWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics, TextOrientationType orientation)
           
TextLabelWidget(LayoutManager layoutManager, String title, SizeMetrics sizeMetrics, TextOrientationType orientation)
           
 



Copyright © 2010-2013 androidplot.com. All Rights Reserved.