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 Range
DoubleInputText. range
Methods in org.eclipse.nebula.visualization.internal.xygraph.toolbar that return Range Modifier and Type Method Description Range
DoubleInputText. getRange()
Methods in org.eclipse.nebula.visualization.internal.xygraph.toolbar with parameters of type Range Modifier and Type Method Description void
DoubleInputText. 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 Range
AxisPanOrZoomCommand. afterRange
private Range
AxisPanOrZoomCommand. beforeRange
private Range
AxisMemento. range
Fields 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. afterXRangeList
private java.util.List<Range>
ZoomCommand. afterYRangeList
private java.util.List<Range>
ZoomCommand. beforeXRangeList
private java.util.List<Range>
ZoomCommand. beforeYRangeList
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo that return Range Modifier and Type Method Description Range
AxisMemento. getRange()
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Range Modifier and Type Method Description void
AxisMemento. 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 Range
IntensityGraphFigure. xAxisRange
private Range
IntensityGraphFigure. yAxisRange
Methods in org.eclipse.nebula.visualization.widgets.figures that return Range Modifier and Type Method Description Range
AbstractScaledWidgetFigure. getRange()
Methods in org.eclipse.nebula.visualization.widgets.figures with parameters of type Range Modifier and Type Method Description void
IntensityGraphFigure.IProfileDataChangeLisenter. profileDataChanged(double[] xProfileData, double[] yProfileData, Range xAxisRange, Range yAxisRange)
Called whenever profile data changed.void
AbstractScaledWidgetFigure. 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 Range
AbstractDataProvider. xDataMinMax
protected Range
AbstractDataProvider. yDataMinMax
Methods in org.eclipse.nebula.visualization.xygraph.dataprovider that return Range Modifier and Type Method Description Range
AbstractDataProvider. getDataRange(boolean positiveOnly, boolean isAxis)
Returns an updated range whenever data changed, for the XAxis or YAxis, with positive data only or not.Range
AbstractDataProvider. 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.Range
ClippedCircularBufferDataProvider. getDataRange(boolean positiveOnly, boolean isXAxis)
Range
AbstractDataProvider. getXDataMinMax()
Range
AbstractDataProvider. getXDataMinMax(boolean positiveOnly)
Range
IDataProvider. getXDataMinMax()
Get the minimum and maximum xdata.Range
IDataProvider. getXDataMinMax(boolean positiveOnly)
Get the minimum and maximum xdata.Range
AbstractDataProvider. getYDataMinMax()
Range
AbstractDataProvider. getYDataMinMax(boolean positiveOnly)
Range
IDataProvider. getYDataMinMax()
Get the minimum and maximum ydata.Range
IDataProvider. 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 Range
Axis. startRange
Fields 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. xAxisStartRangeList
private java.util.List<Range>
PlotArea.PlotMouseListener. yAxisStartRangeList
Methods in org.eclipse.nebula.visualization.xygraph.figures that return Range Modifier and Type Method Description private Range
Trace. getIndexRangeOnXAxis()
Get the corresponding sample index range based on the range of xAxis.Range
Axis. getTraceDataRange()
Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type Range Modifier and Type Method Description void
Annotation. axisRangeChanged(Axis axis, Range old_range, Range new_range)
void
Grid. axisRangeChanged(Axis axis, Range old_range, Range new_range)
void
IAxisListener. axisRangeChanged(Axis axis, Range old_range, Range new_range)
This event indicates a change in the axis' value rangevoid
Trace. axisRangeChanged(Axis axis, Range old_range, Range new_range)
protected void
Axis. fireAxisRangeChanged(Range old_range, Range new_range)
protected void
Axis. pan(Range temp, double t1, double t2)
Pan the axisprotected boolean
Axis. 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 Range
LinearScale. localRange
private Range
AbstractScale. range
Methods in org.eclipse.nebula.visualization.xygraph.linearscale that return Range Modifier and Type Method Description Range
LinearScale. getLocalRange()
Range
AbstractScale. getRange()
get the scale rangeRange
IScaleProvider. getScaleRange()
Range
LinearScale. getScaleRange()
Range
ITicksProvider. update(double min, double max, int length)
Update ticks.Range
LinearScaleTickLabels. update(int length)
Updates the tick labels.Range
LinearScaleTicks. update(double min, double max, int length)
Range
LinearScaleTicks2. 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 void
AbstractScale. internalSetRange(Range range)
void
LinearScale. setLocalRange(Range localRange)
void
AbstractScale. setRange(Range range)
set the scale range
-