public class StkDatabaseFrequencyRange extends Object
Constructor and Description |
---|
StkDatabaseFrequencyRange() |
Modifier and Type | Method and Description |
---|---|
double |
getHighFrequency()
Gets the high frequency of the range, in megahertz.
|
double |
getLowFrequency()
Gets the low frequency of the range, in megahertz.
|
void |
setHighFrequency(double value)
Sets the high frequency of the range, in megahertz.
|
void |
setLowFrequency(double value)
Sets the low frequency of the range, in megahertz.
|
public final double getLowFrequency()
public final void setLowFrequency(double value)
public final double getHighFrequency()
public final void setHighFrequency(double value)