| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||