Uses of Class
fr.esrf.tangoatk.widget.util.chart.JLDataView
Packages that use JLDataView
Package
Description
Contains a set of class to display the most of tango attributes.
This package contains a simple image viewing facility.
Contains various graphic components used in ATK.
Contains a set of classes to handle 2D scientific plots.
-
Uses of JLDataView in fr.esrf.tangoatk.widget.attribute
Fields in fr.esrf.tangoatk.widget.attribute declared as JLDataViewModifier and TypeFieldDescriptionprotected JLDataViewAttributeMultiChart.alarmprotected JLDataViewNonAttrNumberSpectrumViewer.dvxprotected JLDataView[]NonAttrNumberSpectrumViewer.dvyprotected JLDataViewNumberSpectrumRecorder.dvyprotected JLDataViewNumberSpectrumStateBarChartViewer.dvyprotected JLDataViewNumberSpectrumViewer.dvyprotected JLDataViewAttributeMultiChart.faultprotected JLDataViewNumberSpectrumTrend3DViewer.hProfilerDataprotected JLDataViewAttributeMultiChart.lineViewprotected JLDataViewNumberSpectrumStateBarChartViewer.maxAlarmDvprotected JLDataViewNumberSpectrumStateBarChartViewer.minAlarmDvFields in fr.esrf.tangoatk.widget.attribute with type parameters of type JLDataViewModifier and TypeFieldDescriptionprotected List<JLDataView>NumberSpectrumItemTrend.allItemsprotected Map<fr.esrf.tangoatk.core.INumberSpectrum,JLDataView> MultiNumberSpectrumViewer.attMapprotected Map<JLDataView,Integer> NumberSpectrumItemTrend.dvAxisMapprotected Map<Integer,JLDataView> NumberSpectrumItemTrend.itemMapprotected Vector<JLDataView>NumberSpectrumTrendViewer.viewsMethods in fr.esrf.tangoatk.widget.attribute that return JLDataViewModifier and TypeMethodDescriptionMultiNumberSpectrumViewer.getDataView(fr.esrf.tangoatk.core.INumberSpectrum ins) NumberSpectrumViewer.getDataView()BooleanTrend.getDataViewForAttribute(String attributeName) Returns the dataview associated with an attribute (null if no dataview is associated with the attribute)Trend.getDataViewForAttribute(String attributeName) Returns the dataview associated with an attribute (null if no dataview is associated with the attribute)NumberSpectrumItemTrend.getDataViewForItem(int itemIndex) DualSpectrumImageViewer.getYView()getYViewReturn a handle to the y view.Methods in fr.esrf.tangoatk.widget.attribute with parameters of type JLDataViewModifier and TypeMethodDescriptionprotected booleanNumberSpectrumViewer.prepareDataViewMenu(JLDataView dataView) protected voidAttributeMultiChart.prepareName(JLDataView view, fr.esrf.tangoatk.core.INumberScalar scalar) voidNumberSpectrumStateBarChartViewer.refreshAlarmDv(JLDataView alarmDv, double alarmValue) voidNumberSpectrumViewer.removeDataView(JLDataView view) -
Uses of JLDataView in fr.esrf.tangoatk.widget.image
Fields in fr.esrf.tangoatk.widget.image declared as JLDataView -
Uses of JLDataView in fr.esrf.tangoatk.widget.util
Fields in fr.esrf.tangoatk.widget.util declared as JLDataView -
Uses of JLDataView in fr.esrf.tangoatk.widget.util.chart
Fields in fr.esrf.tangoatk.widget.util.chart declared as JLDataViewModifier and TypeFieldDescriptionSearchInfo.dataViewY DataView which contains the pointSearchInfo.xdataViewX DataView which countaing the point (XY monitoring)Methods in fr.esrf.tangoatk.widget.util.chart that return JLDataViewModifier and TypeMethodDescriptionJLAxis.getDataView(int index) Get the dataView of this axis at the specified index.JLChartEvent.getDataView()Gets the dataView that contains the clicked point.Methods in fr.esrf.tangoatk.widget.util.chart that return types with arguments of type JLDataViewMethods in fr.esrf.tangoatk.widget.util.chart with parameters of type JLDataViewModifier and TypeMethodDescriptionvoidJLChart.addData(JLDataView v, double x, double y) Add data to dataview , perform fast update when possible and garbage old data (if a display duration is specified).voidJLAxis.addDataView(JLDataView v) Displays a DataView on this axis.voidJLAxis.addDataViewAt(int index, JLDataView v) Add the given dataView at the specifed index.booleanJLAxis.checkRemoveDataView(JLDataView v) Removes dataview from this axis and returns true if the dataview has been found for this AxisvoidJLAxis.drawFast(Graphics g, Point lp, Point p, JLDataView v) Expert Usage.static voidJLAxis.drawSampleLine(Graphics g, int x, int y, JLDataView v) Expert usage.intJLChart.garbageData(JLDataView v) Remove points that exceed displayDuration.protected booleanAdvancedJLChart.prepareDataViewMenu(JLDataView dataView) voidJLChart.refreshTableSingle(JLDataView v) voidJLAxis.removeDataView(JLDataView v) Removes dataview from this axisvoidJLChart.removeDataView(JLDataView view) voidSearchInfo.setXValue(DataList d, JLDataView x) voidJLChart.showDataOptionDialog(JLDataView v) Display the data view option dialog.Method parameters in fr.esrf.tangoatk.widget.util.chart with type arguments of type JLDataViewConstructors in fr.esrf.tangoatk.widget.util.chart with parameters of type JLDataViewModifierConstructorDescriptionJLDataViewOption(JDialog parent, JLChart chart, JLDataView v) Dialog constructor.JLDataViewOption(JFrame parent, JLChart chart, JLDataView v) Dialog constructor.Constructor parameters in fr.esrf.tangoatk.widget.util.chart with type arguments of type JLDataView -
Uses of JLDataView in fr.esrf.tangoatk.widget.util.chart.math
Fields in fr.esrf.tangoatk.widget.util.chart.math declared as JLDataViewModifier and TypeFieldDescriptionprotected JLDataViewParserOptionDialog.dataViewprotected JLDataView[]ExpressionParser.dvFields in fr.esrf.tangoatk.widget.util.chart.math with type parameters of type JLDataViewModifier and TypeFieldDescriptionprotected HashMap<JLDataView,Object[]> StaticChartMathExpression.expressionMapMethods in fr.esrf.tangoatk.widget.util.chart.math that return JLDataViewModifier and TypeMethodDescriptionprotected JLDataViewStaticChartMathExpression.applyExpression(String expression, JLDataView expressionDataView, String[] variables, boolean x) StaticChartMathExpression.applyExpressionToChart(String expression, JLDataView expressionDataView, int selectedAxis, String[] variables, boolean x) Call this method to evaluate an expression and have the result represented by a DataView you previously parameteredExpressionParser.buildDataView(JLDataView initDv) Methods in fr.esrf.tangoatk.widget.util.chart.math that return types with arguments of type JLDataViewMethods in fr.esrf.tangoatk.widget.util.chart.math with parameters of type JLDataViewModifier and TypeMethodDescriptionvoidExpressionParser.add(int id, JLDataView v) protected JLDataViewStaticChartMathExpression.applyExpression(String expression, JLDataView expressionDataView, String[] variables, boolean x) StaticChartMathExpression.applyExpressionToChart(String expression, JLDataView expressionDataView, int selectedAxis, String[] variables, boolean x) Call this method to evaluate an expression and have the result represented by a DataView you previously parameteredExpressionParser.buildDataView(JLDataView initDv) voidStaticChartMathExpression.removeDataView(JLDataView view) protected voidStaticChartMathExpression.updateExpressions(JLDataView view) Constructors in fr.esrf.tangoatk.widget.util.chart.math with parameters of type JLDataViewModifierConstructorDescriptionParserOptionDialog(JDialog parent, JLChart chart, JLDataView v) ParserOptionDialog(JFrame parent, JLChart chart, JLDataView v)