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 void
SpeedManagerImpl.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) SpeedManagerPingMapper
SpeedLimitMonitor.transientPingMap
-
Uses of SpeedManagerPingMapper in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as SpeedManagerPingMapperModifier and TypeFieldDescriptionprivate SpeedManagerPingMapper
TransferStatsView.plotView.mapper
private SpeedManagerPingMapper
TransferStatsView.zoneView.mapper
Methods in com.biglybt.ui.swt.views.stats with parameters of type SpeedManagerPingMapperModifier and TypeMethodDescriptionprotected String
TransferStatsView.getMapperTitle
(SpeedManagerPingMapper mapper) Constructors in com.biglybt.ui.swt.views.stats with parameters of type SpeedManagerPingMapperModifierConstructorDescriptionprotected
plotView
(SpeedManagerPingMapper _mapper, org.eclipse.swt.widgets.Canvas _canvas, String[] _labels, ValueFormater[] _formatters) protected
zoneView
(SpeedManagerPingMapper _mapper, org.eclipse.swt.widgets.Canvas _canvas, String[] _labels, ValueFormater[] _formatters)