- java.lang.Object
- 
- com.gluonhq.attach.magnetometer.Parameters
 
- 
 public class Parameters extends java.lang.ObjectA data structure that allows configuring theMagnetometerService.- Since:
- 4.0.10
 
- 
- 
Constructor SummaryConstructors Constructor Description Parameters(double frequency)Construct new parameters forMagnetometerService.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetFrequency()java.lang.StringtoString()
 
- 
- 
- 
Constructor Detail- 
Parameterspublic Parameters(double frequency) Construct new parameters forMagnetometerService.- Parameters:
- frequency- the rate with which to update the service
 
 
- 
 
-