|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XLayoutStyle | |
---|---|
com.androidplot.ui | Visual components of AndroidPlot |
com.androidplot.ui.widget |
Uses of XLayoutStyle in com.androidplot.ui |
---|
Methods in com.androidplot.ui that return XLayoutStyle | |
---|---|
static XLayoutStyle |
XLayoutStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XLayoutStyle[] |
XLayoutStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.androidplot.ui with parameters of type XLayoutStyle | |
---|---|
PositionMetrics(float x,
XLayoutStyle xLayoutStyle,
float y,
YLayoutStyle yLayoutStyle,
AnchorPosition anchor)
|
|
XPositionMetric(float value,
XLayoutStyle layoutStyle)
|
Uses of XLayoutStyle in com.androidplot.ui.widget |
---|
Methods in com.androidplot.ui.widget with parameters of type XLayoutStyle | |
---|---|
void |
Widget.position(float x,
XLayoutStyle xLayoutStyle,
float y,
YLayoutStyle yLayoutStyle)
Same as Widget.position(float, com.androidplot.ui.XLayoutStyle, float, com.androidplot.ui.YLayoutStyle, com.androidplot.ui.AnchorPosition)
but with the anchor parameter defaulted to the upper left corner. |
void |
Widget.position(float x,
XLayoutStyle xLayoutStyle,
float y,
YLayoutStyle yLayoutStyle,
AnchorPosition anchor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |