Uses of Class
org.eclipse.nebula.visualization.xygraph.linearscale.Range
-
-
Uses of Range in org.eclipse.nebula.visualization.internal.xygraph.toolbar
Fields in org.eclipse.nebula.visualization.internal.xygraph.toolbar declared as Range Modifier and Type Field Description private RangeDoubleInputText. rangeMethods in org.eclipse.nebula.visualization.internal.xygraph.toolbar that return Range Modifier and Type Method Description RangeDoubleInputText. getRange()Methods in org.eclipse.nebula.visualization.internal.xygraph.toolbar with parameters of type Range Modifier and Type Method Description voidDoubleInputText. setRange(Range range) -
Uses of Range in org.eclipse.nebula.visualization.internal.xygraph.undo
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo declared as Range Modifier and Type Field Description private RangeAxisPanOrZoomCommand. afterRangeprivate RangeAxisPanOrZoomCommand. beforeRangeprivate RangeAxisMemento. rangeFields in org.eclipse.nebula.visualization.internal.xygraph.undo with type parameters of type Range Modifier and Type Field Description private java.util.List<Range>ZoomCommand. afterXRangeListprivate java.util.List<Range>ZoomCommand. afterYRangeListprivate java.util.List<Range>ZoomCommand. beforeXRangeListprivate java.util.List<Range>ZoomCommand. beforeYRangeListMethods in org.eclipse.nebula.visualization.internal.xygraph.undo that return Range Modifier and Type Method Description RangeAxisMemento. getRange()Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Range Modifier and Type Method Description voidAxisMemento. setRange(Range range) -
Uses of Range in org.eclipse.nebula.visualization.widgets.figures
Fields in org.eclipse.nebula.visualization.widgets.figures declared as Range Modifier and Type Field Description private RangeIntensityGraphFigure. xAxisRangeprivate RangeIntensityGraphFigure. yAxisRangeMethods in org.eclipse.nebula.visualization.widgets.figures that return Range Modifier and Type Method Description RangeAbstractScaledWidgetFigure. getRange()Methods in org.eclipse.nebula.visualization.widgets.figures with parameters of type Range Modifier and Type Method Description voidIntensityGraphFigure.IProfileDataChangeLisenter. profileDataChanged(double[] xProfileData, double[] yProfileData, Range xAxisRange, Range yAxisRange)Called whenever profile data changed.voidAbstractScaledWidgetFigure. setRange(Range range) -
Uses of Range in org.eclipse.nebula.visualization.xygraph.dataprovider
Fields in org.eclipse.nebula.visualization.xygraph.dataprovider declared as Range Modifier and Type Field Description protected RangeAbstractDataProvider. xDataMinMaxprotected RangeAbstractDataProvider. yDataMinMaxMethods in org.eclipse.nebula.visualization.xygraph.dataprovider that return Range Modifier and Type Method Description RangeAbstractDataProvider. getDataRange(boolean positiveOnly, boolean isAxis)Returns an updated range whenever data changed, for the XAxis or YAxis, with positive data only or not.RangeAbstractDataProvider. getDataRange(boolean positiveOnly, boolean isXAxis, int lowerBound)Returns an updated range whenever data changed, for the XAxis or YAxis, with positive data only or not.RangeClippedCircularBufferDataProvider. getDataRange(boolean positiveOnly, boolean isXAxis)RangeAbstractDataProvider. getXDataMinMax()RangeAbstractDataProvider. getXDataMinMax(boolean positiveOnly)RangeIDataProvider. getXDataMinMax()Get the minimum and maximum xdata.RangeIDataProvider. getXDataMinMax(boolean positiveOnly)Get the minimum and maximum xdata.RangeAbstractDataProvider. getYDataMinMax()RangeAbstractDataProvider. getYDataMinMax(boolean positiveOnly)RangeIDataProvider. getYDataMinMax()Get the minimum and maximum ydata.RangeIDataProvider. getYDataMinMax(boolean positiveOnly)Get the minimum and maximum ydata. -
Uses of Range in org.eclipse.nebula.visualization.xygraph.figures
Fields in org.eclipse.nebula.visualization.xygraph.figures declared as Range Modifier and Type Field Description private RangeAxis. startRangeFields in org.eclipse.nebula.visualization.xygraph.figures with type parameters of type Range Modifier and Type Field Description private java.util.List<Range>PlotArea.PlotMouseListener. xAxisStartRangeListprivate java.util.List<Range>PlotArea.PlotMouseListener. yAxisStartRangeListMethods in org.eclipse.nebula.visualization.xygraph.figures that return Range Modifier and Type Method Description private RangeTrace. getIndexRangeOnXAxis()Get the corresponding sample index range based on the range of xAxis.RangeAxis. getTraceDataRange()Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type Range Modifier and Type Method Description voidAnnotation. axisRangeChanged(Axis axis, Range old_range, Range new_range)voidGrid. axisRangeChanged(Axis axis, Range old_range, Range new_range)voidIAxisListener. axisRangeChanged(Axis axis, Range old_range, Range new_range)This event indicates a change in the axis' value rangevoidTrace. axisRangeChanged(Axis axis, Range old_range, Range new_range)protected voidAxis. fireAxisRangeChanged(Range old_range, Range new_range)protected voidAxis. pan(Range temp, double t1, double t2)Pan the axisprotected booleanAxis. panChecked(Range temp, double t1, double t2)Pan the axis and check if new range is okay -
Uses of Range in org.eclipse.nebula.visualization.xygraph.linearscale
Fields in org.eclipse.nebula.visualization.xygraph.linearscale declared as Range Modifier and Type Field Description private RangeLinearScale. localRangeprivate RangeAbstractScale. rangeMethods in org.eclipse.nebula.visualization.xygraph.linearscale that return Range Modifier and Type Method Description RangeLinearScale. getLocalRange()RangeAbstractScale. getRange()get the scale rangeRangeIScaleProvider. getScaleRange()RangeLinearScale. getScaleRange()RangeITicksProvider. update(double min, double max, int length)Update ticks.RangeLinearScaleTickLabels. update(int length)Updates the tick labels.RangeLinearScaleTicks. update(double min, double max, int length)RangeLinearScaleTicks2. update(double min, double max, int length)Methods in org.eclipse.nebula.visualization.xygraph.linearscale with parameters of type Range Modifier and Type Method Description protected voidAbstractScale. internalSetRange(Range range)voidLinearScale. setLocalRange(Range localRange)voidAbstractScale. setRange(Range range)set the scale range
-