Uses of Interface
com.biglybt.core.speedmanager.SpeedManagerPingMapper
Packages that use SpeedManagerPingMapper
Package
Description
-
Uses of SpeedManagerPingMapper in com.biglybt.core.speedmanager
Methods in com.biglybt.core.speedmanager that return SpeedManagerPingMapper -
Uses of SpeedManagerPingMapper in com.biglybt.core.speedmanager.impl
Classes in com.biglybt.core.speedmanager.impl that implement SpeedManagerPingMapperMethods in com.biglybt.core.speedmanager.impl that return SpeedManagerPingMapperModifier and TypeMethodDescriptionSpeedManagerAlgorithmProviderAdapter.createTransientPingMapper()Creates a mapper starting from current time.SpeedManagerImpl.createTransientPingMapper()SpeedManagerImpl.getActiveMapper()SpeedManagerImpl.getMappers()SpeedManagerAlgorithmProviderAdapter.getPingMapper()SpeedManagerImpl.getPingMapper()Methods in com.biglybt.core.speedmanager.impl with parameters of type SpeedManagerPingMapperModifier and TypeMethodDescriptionprotected voidSpeedManagerImpl.destroy(SpeedManagerPingMapper mapper) -
Uses of SpeedManagerPingMapper in com.biglybt.core.speedmanager.impl.v2
Fields in com.biglybt.core.speedmanager.impl.v2 declared as SpeedManagerPingMapperModifier and TypeFieldDescription(package private) SpeedManagerPingMapperSpeedLimitMonitor.transientPingMap -
Uses of SpeedManagerPingMapper in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as SpeedManagerPingMapperModifier and TypeFieldDescriptionprivate SpeedManagerPingMapperTransferStatsView.plotView.mapperprivate SpeedManagerPingMapperTransferStatsView.zoneView.mapperMethods in com.biglybt.ui.swt.views.stats with parameters of type SpeedManagerPingMapperModifier and TypeMethodDescriptionprotected StringTransferStatsView.getMapperTitle(SpeedManagerPingMapper mapper) Constructors in com.biglybt.ui.swt.views.stats with parameters of type SpeedManagerPingMapperModifierConstructorDescriptionprotectedplotView(SpeedManagerPingMapper _mapper, org.eclipse.swt.widgets.Canvas _canvas, String[] _labels, ValueFormater[] _formatters) protectedzoneView(SpeedManagerPingMapper _mapper, org.eclipse.swt.widgets.Canvas _canvas, String[] _labels, ValueFormater[] _formatters)