com.androidplot.ui.layout
Class SizeMetrics

java.lang.Object
  extended by com.androidplot.ui.layout.SizeMetrics

public class SizeMetrics
extends Object


Constructor Summary
SizeMetrics(float height, SizeLayoutType heightLayoutType, float width, SizeLayoutType widthLayoutType)
           
SizeMetrics(SizeMetric heightMetric, SizeMetric widthMetric)
           
 
Method Summary
 SizeMetric getHeightMetric()
           
 SizeMetric getWidthMetric()
           
 void setHeightMetric(SizeMetric heightMetric)
           
 void setWidthMetric(SizeMetric widthMetric)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SizeMetrics

public SizeMetrics(float height,
                   SizeLayoutType heightLayoutType,
                   float width,
                   SizeLayoutType widthLayoutType)

SizeMetrics

public SizeMetrics(SizeMetric heightMetric,
                   SizeMetric widthMetric)
Method Detail

getHeightMetric

public SizeMetric getHeightMetric()

setHeightMetric

public void setHeightMetric(SizeMetric heightMetric)

getWidthMetric

public SizeMetric getWidthMetric()

setWidthMetric

public void setWidthMetric(SizeMetric widthMetric)


Copyright © 2011. All Rights Reserved.