Uses of Interface
org.seamcat.model.plugin.system.LocalEnvironmentUI
-
Packages that use LocalEnvironmentUI Package Description org.seamcat.model.plugin org.seamcat.model.plugin.system org.seamcat.model.plugin.system.optional org.seamcat.model.types -
-
Uses of LocalEnvironmentUI in org.seamcat.model.plugin
Methods in org.seamcat.model.plugin that return types with arguments of type LocalEnvironmentUI Modifier and Type Method Description static java.util.List<LocalEnvironmentUI>
Defaults. defaultRxEnvironment()
-
Uses of LocalEnvironmentUI in org.seamcat.model.plugin.system
Fields in org.seamcat.model.plugin.system with type parameters of type LocalEnvironmentUI Modifier and Type Field Description static java.util.List<LocalEnvironmentUI>
LocalEnvironments. localEnvironments
Methods in org.seamcat.model.plugin.system that return types with arguments of type LocalEnvironmentUI Modifier and Type Method Description java.util.List<LocalEnvironmentUI>
TransceiverSettings. getLocalEnvironments()
java.util.List<LocalEnvironmentUI>
LocalEnvironments. localEnvironments()
-
Uses of LocalEnvironmentUI in org.seamcat.model.plugin.system.optional
Methods in org.seamcat.model.plugin.system.optional that return types with arguments of type LocalEnvironmentUI Modifier and Type Method Description java.util.List<LocalEnvironmentUI>
TransceiverSettingsImpl. getLocalEnvironments()
Constructor parameters in org.seamcat.model.plugin.system.optional with type arguments of type LocalEnvironmentUI Constructor Description TransceiverSettingsImpl(java.util.List<LocalEnvironmentUI> localEnvironments)
-
Uses of LocalEnvironmentUI in org.seamcat.model.types
Methods in org.seamcat.model.types that return LocalEnvironmentUI Modifier and Type Method Description LocalEnvironmentUI
AntennaEnvironment. getLocalEnvironment()
Methods in org.seamcat.model.types that return types with arguments of type LocalEnvironmentUI Modifier and Type Method Description java.util.List<LocalEnvironmentUI>
AntennaLocalEnvironments. getLocalEnvironments()
Method parameters in org.seamcat.model.types with type arguments of type LocalEnvironmentUI Modifier and Type Method Description static Bounds
AntennaLocalEnvironments. getHeightBoundsFromEnvironments(java.util.List<LocalEnvironmentUI> localEnvironments)
Constructors in org.seamcat.model.types with parameters of type LocalEnvironmentUI Constructor Description AntennaEnvironment(LocalEnvironmentUI localEnvironment, Direction direction)
Constructor parameters in org.seamcat.model.types with type arguments of type LocalEnvironmentUI Constructor Description AntennaLocalEnvironments(java.util.List<LocalEnvironmentUI> localEnvironments)
Receiver(BlockingMask blockingMask, double bandwidth, java.util.List<LocalEnvironmentUI> environments, AntennaGain antennaGain, Function pseudoBlockingMask)
Receiver(BlockingMask blockingMask, double bandwidth, java.util.List<LocalEnvironmentUI> environments, AntennaGain antennaGain, Function pseudoBlockingMask, boolean isUsingOverloading, Function overloading, boolean isUsingIntermodulation, Function intermodulation, double intermodThreshold, Function filter)
Transmitter(EmissionMask emissionMask, MaskFunction emissionFloor, boolean usingEmissionFloor, double bandwidth, Bounds bandwidthBounds, java.util.List<LocalEnvironmentUI> localEnvironments, AntennaGain antennaGain, double bandwidthOffset, boolean usePowerControl)
-