Uses of Class
com.androidplot.ui.layout.XLayoutStyle

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)
           
XMetric(float value, XLayoutStyle layoutStyle)
           
 



Copyright © 2011. All Rights Reserved.