Class SpeedManagerPingMapperImpl.region
java.lang.Object
com.biglybt.core.speedmanager.impl.SpeedManagerPingMapperImpl.region
- All Implemented Interfaces:
SpeedManagerPingZone
- Enclosing class:
- SpeedManagerPingMapperImpl
private static class SpeedManagerPingMapperImpl.region
extends Object
implements SpeedManagerPingZone
-
Field Details
-
x1
private short x1 -
y1
private short y1 -
x2
private short x2 -
y2
private short y2 -
metric
private final short metric
-
-
Constructor Details
-
region
-
-
Method Details
-
getX1
public int getX1() -
getY1
public int getY1() -
getX2
public int getX2() -
getY2
public int getY2() -
getUploadStartBytesPerSec
public int getUploadStartBytesPerSec()- Specified by:
getUploadStartBytesPerSec
in interfaceSpeedManagerPingZone
-
getUploadEndBytesPerSec
public int getUploadEndBytesPerSec()- Specified by:
getUploadEndBytesPerSec
in interfaceSpeedManagerPingZone
-
getDownloadStartBytesPerSec
public int getDownloadStartBytesPerSec()- Specified by:
getDownloadStartBytesPerSec
in interfaceSpeedManagerPingZone
-
getDownloadEndBytesPerSec
public int getDownloadEndBytesPerSec()- Specified by:
getDownloadEndBytesPerSec
in interfaceSpeedManagerPingZone
-
getMetric
public int getMetric()- Specified by:
getMetric
in interfaceSpeedManagerPingZone
-
getString
-