Uses of Class
com.androidplot.xy.XLayoutStyle

Packages that use XLayoutStyle
com.androidplot   
com.androidplot.ui Visual components of AndroidPlot 
com.androidplot.xy Classes for creating XYPlots. 
 

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
 

Methods in com.androidplot.ui 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 with parameters of type XLayoutStyle
PositionMetrics(float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle, AnchorPosition anchor)
           
 

Uses of XLayoutStyle in com.androidplot.xy
 

Methods in com.androidplot.xy that return XLayoutStyle
static XLayoutStyle XLayoutStyle.valueOf(java.lang.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.xy with parameters of type XLayoutStyle
XPositionMetric(float value, XLayoutStyle layoutStyle)
           
 



Copyright © 2011. All Rights Reserved.