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

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

Uses of SizeMetric in com.androidplot.ui.layout
 

Methods in com.androidplot.ui.layout that return SizeMetric
 SizeMetric SizeMetrics.getHeightMetric()
           
 SizeMetric SizeMetrics.getWidthMetric()
           
 

Methods in com.androidplot.ui.layout with parameters of type SizeMetric
 void SizeMetrics.setHeightMetric(SizeMetric heightMetric)
           
 void SizeMetrics.setWidthMetric(SizeMetric widthMetric)
           
 

Constructors in com.androidplot.ui.layout with parameters of type SizeMetric
SizeMetrics(SizeMetric heightMetric, SizeMetric widthMetric)
          Creates a new SizeMetrics instance using the specified size layout algorithm and value.
 

Uses of SizeMetric in com.androidplot.ui.widget
 

Methods in com.androidplot.ui.widget that return SizeMetric
 SizeMetric Widget.getHeightMetric()
           
 SizeMetric Widget.getWidthMetric()
           
 

Constructors in com.androidplot.ui.widget with parameters of type SizeMetric
Widget(SizeMetric heightMetric, SizeMetric widthMetric)
           
 



Copyright © 2011. All Rights Reserved.