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