Uses of Class
com.androidplot.ui.YLayoutStyle

Packages that use YLayoutStyle
com.androidplot.ui Visual components of AndroidPlot 
com.androidplot.ui.widget   
 

Uses of YLayoutStyle in com.androidplot.ui
 

Methods in com.androidplot.ui 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.
 

Constructors in com.androidplot.ui with parameters of type YLayoutStyle
PositionMetrics(float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle, AnchorPosition anchor)
           
YPositionMetric(float value, YLayoutStyle layoutStyle)
           
 

Uses of YLayoutStyle in com.androidplot.ui.widget
 

Methods in com.androidplot.ui.widget with parameters of type YLayoutStyle
 void Widget.position(float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle)
          Same as Widget.position(float, com.androidplot.ui.XLayoutStyle, float, com.androidplot.ui.YLayoutStyle, com.androidplot.ui.AnchorPosition) but with the anchor parameter defaulted to the upper left corner.
 void Widget.position(float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle, AnchorPosition anchor)
           
 



Copyright © 2010-2013 androidplot.com. All Rights Reserved.