Uses of Class
fr.esrf.tangoatk.widget.util.chart.SearchInfo
Packages that use SearchInfo
Package
Description
Contains a set of class to display the most of tango attributes.
Contains a set of classes to handle 2D scientific plots.
-
Uses of SearchInfo in fr.esrf.tangoatk.widget.attribute
Methods in fr.esrf.tangoatk.widget.attribute with parameters of type SearchInfoModifier and TypeMethodDescriptionString[]AttributeMultiChart.buildPanelString(SearchInfo si) String[]NonAttrNumberSpectrumViewer.buildPanelString(SearchInfo si) -
Uses of SearchInfo in fr.esrf.tangoatk.widget.util.chart
Fields in fr.esrf.tangoatk.widget.util.chart declared as SearchInfoMethods in fr.esrf.tangoatk.widget.util.chart that return SearchInfoModifier and TypeMethodDescriptionJLAxis.searchNearest(int x, int y, JLAxis xAxis) Search the nearest point in the dataViews.JLAxis.searchNearestNormal(int x, int y, JLAxis xAxis) Expert usage.JLAxis.searchNearestXY(int x, int y, JLAxis xAxis) Expert usage.Methods in fr.esrf.tangoatk.widget.util.chart with parameters of type SearchInfoModifier and TypeMethodDescriptionString[]JLChart.buildPanelString(SearchInfo si) voidJLChart.showPanel(Graphics g, SearchInfo si) Display the value tooltip.voidJLChart.showPanel(Graphics g, SearchInfo si, MouseEvent scrEvent) Constructors in fr.esrf.tangoatk.widget.util.chart with parameters of type SearchInfoModifierConstructorDescriptionJLChartEvent(Object source, SearchInfo si) JLChartEvent(Object source, SearchInfo si, MouseEvent srcEvent)