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(java.lang.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
DomainLabelWidget(XYPlot plot, SizeMetrics sizeMetrics, TextOrientationType orientationType)
           
RangeLabelWidget(XYPlot plot, SizeMetrics sizeMetrics, TextOrientationType orientationType)
           
TextLabelWidget(SizeMetrics sizeMetrics, TextOrientationType orientation)
           
TitleWidget(Plot plot, SizeMetrics sizeMetrics, TextOrientationType orientationType)
           
UserTextLabelWidget(java.lang.String label, SizeMetrics sizeMetrics, TextOrientationType orientationType)
           
 



Copyright © 2012. All Rights Reserved.