Uses of Interface
com.biglybt.ui.swt.components.graphics.ValueFormater
Packages that use ValueFormater
-
Uses of ValueFormater in com.biglybt.ui.swt.components.graphics
Fields in com.biglybt.ui.swt.components.graphics declared as ValueFormaterModifier and TypeFieldDescriptionprotected ValueFormater
ScaledGraphic.formater
private ValueFormater[]
Plot3D.formatters
Methods in com.biglybt.ui.swt.components.graphics with parameters of type ValueFormaterModifier and TypeMethodDescriptionstatic 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 ValueFormaterModifierConstructorDescriptionprivate
MultiPlotGraphic
(Scale scale, ValueSource[] sources, ValueFormater formater, int num_entries) private
PingGraphic
(Scale scale, ValueFormater formater) Plot3D
(String[] _labels, ValueFormater[] _formatters) ScaledGraphic
(Scale scale, ValueFormater formater) private
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 ValueFormaterConstructors in com.biglybt.ui.swt.views.stats with parameters of type ValueFormaterModifierConstructorDescriptionprotected
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)