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 ValueFormaterScaledGraphic.formaterprivate ValueFormater[]Plot3D.formattersMethods in com.biglybt.ui.swt.components.graphics with parameters of type ValueFormaterModifier and TypeMethodDescriptionstatic MultiPlotGraphicMultiPlotGraphic.getInstance(int num_entries, ValueSource[] sources, ValueFormater formatter) static MultiPlotGraphicMultiPlotGraphic.getInstance(ValueSource[] sources, ValueFormater formatter) static SpeedGraphicSpeedGraphic.getInstance(Scale scale, ValueFormater formatter) static SpeedGraphicSpeedGraphic.getInstance(ValueFormater formatter) Constructors in com.biglybt.ui.swt.components.graphics with parameters of type ValueFormaterModifierConstructorDescriptionprivateMultiPlotGraphic(Scale scale, ValueSource[] sources, ValueFormater formater, int num_entries) privatePingGraphic(Scale scale, ValueFormater formater) Plot3D(String[] _labels, ValueFormater[] _formatters) ScaledGraphic(Scale scale, ValueFormater formater) privateSpeedGraphic(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 ValueFormaterModifierConstructorDescriptionprotectedplotView(SpeedManagerPingMapper _mapper, org.eclipse.swt.widgets.Canvas _canvas, String[] _labels, ValueFormater[] _formatters) protectedzoneView(SpeedManagerPingMapper _mapper, org.eclipse.swt.widgets.Canvas _canvas, String[] _labels, ValueFormater[] _formatters)