Package org.seamcat.model.plugin.system
Interface TransceiverSettings
-
- All Known Implementing Classes:
TransceiverSettingsImpl
public interface TransceiverSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bounds
getAntennaHeightBounds()
java.util.List<LocalEnvironmentUI>
getLocalEnvironments()
-
-
-
Method Detail
-
getLocalEnvironments
java.util.List<LocalEnvironmentUI> getLocalEnvironments()
-
getAntennaHeightBounds
Bounds getAntennaHeightBounds()
-
-