com.gtosoft.libvoyager.view
Class GaugeView

java.lang.Object
  extended by View
      extended by com.gtosoft.libvoyager.view.GaugeView

public class GaugeView
extends View


Constructor Summary
GaugeView(Context context)
           
GaugeView(Context context, AttributeSet attrs)
           
GaugeView(Context context, AttributeSet attrs, int defStyle)
           
 
Method Summary
 void setLabel(java.lang.String newLabel)
           
 void setMinMax(double newMin, double newMax)
           
 void setParentContext(Context ctx)
           
 void setValue(double newValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaugeView

public GaugeView(Context context)

GaugeView

public GaugeView(Context context,
                 AttributeSet attrs,
                 int defStyle)

GaugeView

public GaugeView(Context context,
                 AttributeSet attrs)
Method Detail

setParentContext

public void setParentContext(Context ctx)

setLabel

public void setLabel(java.lang.String newLabel)

setMinMax

public void setMinMax(double newMin,
                      double newMax)

setValue

public void setValue(double newValue)