| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XLayoutStyle | |
|---|---|
| com.androidplot | |
| com.androidplot.ui.layout | |
| Uses of XLayoutStyle in com.androidplot | 
|---|
| Methods in com.androidplot with parameters of type XLayoutStyle | |
|---|---|
 void | 
Plot.position(Widget element,
         float x,
         XLayoutStyle xLayoutStyle,
         float y,
         YLayoutStyle yLayoutStyle)
Convenience method - wraps LayoutManager.position().  | 
 void | 
Plot.position(Widget element,
         float x,
         XLayoutStyle xLayoutStyle,
         float y,
         YLayoutStyle yLayoutStyle,
         AnchorPosition anchor)
Convenience method - wraps LayoutManager.positon().  | 
| Uses of XLayoutStyle in com.androidplot.ui.layout | 
|---|
| Methods in com.androidplot.ui.layout 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.  | 
| Methods in com.androidplot.ui.layout with parameters of type XLayoutStyle | |
|---|---|
 void | 
LayoutManager.position(Widget element,
         float x,
         XLayoutStyle xLayoutStyle,
         float y,
         YLayoutStyle yLayoutStyle)
 | 
 void | 
LayoutManager.position(Widget element,
         float x,
         XLayoutStyle xLayoutStyle,
         float y,
         YLayoutStyle yLayoutStyle,
         AnchorPosition anchor)
 | 
| Constructors in com.androidplot.ui.layout with parameters of type XLayoutStyle | |
|---|---|
PositionMetrics(float x,
                XLayoutStyle xLayoutStyle,
                float y,
                YLayoutStyle yLayoutStyle,
                AnchorPosition anchor)
 | 
|
XPositionMetric(float value,
                XLayoutStyle layoutStyle)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||