com.androidplot.ui
Class XPositionMetric

java.lang.Object
  extended by com.androidplot.ui.PositionMetric<XLayoutStyle>
      extended by com.androidplot.ui.XPositionMetric

public class XPositionMetric
extends PositionMetric<XLayoutStyle>


Constructor Summary
XPositionMetric(float value, XLayoutStyle layoutStyle)
           
 
Method Summary
 LayoutType getLayoutType()
           
 float getPixelValue(float size)
           
 float getValue()
           
 void set(float value, LayoutType layoutType)
           
 void setLayoutType(XLayoutStyle layoutType)
           
 void setValue(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPositionMetric

public XPositionMetric(float value,
                       XLayoutStyle layoutStyle)
Method Detail

getPixelValue

public float getPixelValue(float size)

setLayoutType

public void setLayoutType(XLayoutStyle layoutType)

set

public void set(float value,
                LayoutType layoutType)

getValue

public float getValue()

setValue

public void setValue(float value)

getLayoutType

public LayoutType getLayoutType()


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