NASA World Wind

gov.nasa.worldwind.awt
Class ViewInputAttributes.ActionAttributes

java.lang.Object
  extended by gov.nasa.worldwind.awt.ViewInputAttributes.ActionAttributes
Enclosing class:
ViewInputAttributes

public static class ViewInputAttributes.ActionAttributes
extends Object


Constructor Summary
ViewInputAttributes.ActionAttributes(double minValue, double maxValue, boolean enableSmoothing, double smoothingValue)
           
ViewInputAttributes.ActionAttributes(ViewInputAttributes.ActionAttributes attributes)
           
 
Method Summary
 double getSmoothingValue()
           
 double[] getValues()
           
 boolean isEnableSmoothing()
           
 void setEnableSmoothing(boolean enable)
           
 void setSmoothingValue(double smoothingValue)
           
 void setValue(double value)
           
 void setValues(double minValue, double maxValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewInputAttributes.ActionAttributes

public ViewInputAttributes.ActionAttributes(double minValue,
                                            double maxValue,
                                            boolean enableSmoothing,
                                            double smoothingValue)

ViewInputAttributes.ActionAttributes

public ViewInputAttributes.ActionAttributes(ViewInputAttributes.ActionAttributes attributes)
Method Detail

getSmoothingValue

public double getSmoothingValue()

getValues

public double[] getValues()

isEnableSmoothing

public boolean isEnableSmoothing()

setEnableSmoothing

public void setEnableSmoothing(boolean enable)

setSmoothingValue

public void setSmoothingValue(double smoothingValue)

setValue

public void setValue(double value)

setValues

public void setValues(double minValue,
                      double maxValue)

NASA World Wind