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

Packages that use YLayoutStyle
com.androidplot   
com.androidplot.ui.layout   
 

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.layout
 

Methods in com.androidplot.ui.layout that return YLayoutStyle
static YLayoutStyle YLayoutStyle.valueOf(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.
 

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



Copyright © 2011. All Rights Reserved.