Uses of Class
com.androidplot.xy.YLayoutStyle

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

Uses of YLayoutStyle in com.androidplot
 

Methods in com.androidplot with parameters of type YLayoutStyle
 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 YLayoutStyle in com.androidplot.ui
 

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

Uses of YLayoutStyle in com.androidplot.xy
 

Methods in com.androidplot.xy that return YLayoutStyle
static YLayoutStyle YLayoutStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static YLayoutStyle[] YLayoutStyle.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 YLayoutStyle
YPositionMetric(float value, YLayoutStyle layoutStyle)
           
 



Copyright © 2011. All Rights Reserved.