Uses of Class
com.androidplot.ui.widget.TextOrientationType

Packages that use TextOrientationType
com.androidplot.ui.widget   
 

Uses of TextOrientationType in com.androidplot.ui.widget
 

Methods in com.androidplot.ui.widget that return TextOrientationType
 TextOrientationType TextLabelWidget.getOrientation()
           
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.
 

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(String label, SizeMetrics sizeMetrics, TextOrientationType orientationType)
           
 



Copyright © 2011. All Rights Reserved.