Uses of Interface
com.biglybt.ui.swt.components.graphics.ValueFormater
-
Packages that use ValueFormater Package Description com.biglybt.ui.swt.components.graphics com.biglybt.ui.swt.views.stats -
-
Uses of ValueFormater in com.biglybt.ui.swt.components.graphics
Fields in com.biglybt.ui.swt.components.graphics declared as ValueFormater Modifier and Type Field Description protected ValueFormater
ScaledGraphic. formater
private ValueFormater[]
Plot3D. formatters
Methods in com.biglybt.ui.swt.components.graphics with parameters of type ValueFormater Modifier and Type Method Description static MultiPlotGraphic
MultiPlotGraphic. getInstance(int num_entries, ValueSource[] sources, ValueFormater formatter)
static MultiPlotGraphic
MultiPlotGraphic. getInstance(ValueSource[] sources, ValueFormater formatter)
static SpeedGraphic
SpeedGraphic. getInstance(Scale scale, ValueFormater formatter)
static SpeedGraphic
SpeedGraphic. getInstance(ValueFormater formatter)
Constructors in com.biglybt.ui.swt.components.graphics with parameters of type ValueFormater Constructor Description MultiPlotGraphic(Scale scale, ValueSource[] sources, ValueFormater formater, int num_entries)
PingGraphic(Scale scale, ValueFormater formater)
Plot3D(java.lang.String[] _labels, ValueFormater[] _formatters)
ScaledGraphic(Scale scale, ValueFormater formater)
SpeedGraphic(Scale scale, ValueFormater formater)
-
Uses of ValueFormater in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as ValueFormater Modifier and Type Field Description private ValueFormater[]
TransferStatsView.zoneView. formatters
Constructors in com.biglybt.ui.swt.views.stats with parameters of type ValueFormater Constructor Description plotView(SpeedManagerPingMapper _mapper, org.eclipse.swt.widgets.Canvas _canvas, java.lang.String[] _labels, ValueFormater[] _formatters)
zoneView(SpeedManagerPingMapper _mapper, org.eclipse.swt.widgets.Canvas _canvas, java.lang.String[] _labels, ValueFormater[] _formatters)
-