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

Packages that use SizeLayoutType
com.androidplot.ui.layout   
com.androidplot.ui.widget   
 

Uses of SizeLayoutType in com.androidplot.ui.layout
 

Methods in com.androidplot.ui.layout that return SizeLayoutType
static SizeLayoutType SizeLayoutType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SizeLayoutType[] SizeLayoutType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.androidplot.ui.layout with parameters of type SizeLayoutType
SizeMetric(float value, SizeLayoutType layoutType)
           
SizeMetrics(float height, SizeLayoutType heightLayoutType, float width, SizeLayoutType widthLayoutType)
          Convenience constructor.
 

Uses of SizeLayoutType in com.androidplot.ui.widget
 

Methods in com.androidplot.ui.widget with parameters of type SizeLayoutType
 void Widget.setHeight(float height, SizeLayoutType layoutType)
           
 void Widget.setWidth(float width, SizeLayoutType layoutType)
           
 



Copyright © 2011. All Rights Reserved.