Uses of Class
com.biglybt.ui.swt.components.graphics.Scale
-
Packages that use Scale Package Description com.biglybt.ui.swt.components.graphics -
-
Uses of Scale in com.biglybt.ui.swt.components.graphics
Fields in com.biglybt.ui.swt.components.graphics declared as Scale Modifier and Type Field Description protected Scale
ScaledGraphic. scale
Methods in com.biglybt.ui.swt.components.graphics with parameters of type Scale Modifier and Type Method Description static SpeedGraphic
SpeedGraphic. getInstance(Scale scale, ValueFormater formatter)
Constructors in com.biglybt.ui.swt.components.graphics with parameters of type Scale Constructor Description MultiPlotGraphic(Scale scale, ValueSource[] sources, ValueFormater formater, int num_entries)
PingGraphic(Scale scale, ValueFormater formater)
ScaledGraphic(Scale scale, ValueFormater formater)
SpeedGraphic(Scale scale, ValueFormater formater)
-