Uses of Class
com.androidplot.ui.SizeLayoutType

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

Uses of SizeLayoutType in com.androidplot.ui
 

Methods in com.androidplot.ui 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 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 © 2010-2013 androidplot.com. All Rights Reserved.