Modifier and Type | Method and Description |
---|---|
Range |
DoubleInputText.getRange() |
Modifier and Type | Method and Description |
---|---|
void |
DoubleInputText.setRange(Range range) |
Modifier and Type | Method and Description |
---|---|
Range |
AxisMemento.getRange() |
Modifier and Type | Method and Description |
---|---|
void |
AxisMemento.setRange(Range range) |
Modifier and Type | Method and Description |
---|---|
Range |
AbstractScaledWidgetFigure.getRange() |
Modifier and Type | Method and Description |
---|---|
void |
IntensityGraphFigure.IProfileDataChangeLisenter.profileDataChanged(double[] xProfileData,
double[] yProfileData,
Range xAxisRange,
Range yAxisRange)
Called whenever profile data changed.
|
void |
AbstractScaledWidgetFigure.setRange(Range range) |
Modifier and Type | Field and Description |
---|---|
protected Range |
AbstractDataProvider.xDataMinMax |
protected Range |
AbstractDataProvider.yDataMinMax |
Modifier and Type | Method and Description |
---|---|
Range |
ClippedCircularBufferDataProvider.getDataRange(boolean positiveOnly,
boolean isXAxis) |
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 |
IDataProvider.getXDataMinMax()
Get the minimum and maximum xdata.
|
Range |
AbstractDataProvider.getXDataMinMax() |
Range |
IDataProvider.getXDataMinMax(boolean positiveOnly)
Get the minimum and maximum xdata.
|
Range |
AbstractDataProvider.getXDataMinMax(boolean positiveOnly) |
Range |
IDataProvider.getYDataMinMax()
Get the minimum and maximum ydata.
|
Range |
AbstractDataProvider.getYDataMinMax() |
Range |
IDataProvider.getYDataMinMax(boolean positiveOnly)
Get the minimum and maximum ydata.
|
Range |
AbstractDataProvider.getYDataMinMax(boolean positiveOnly) |
Modifier and Type | Method and Description |
---|---|
Range |
Axis.getTraceDataRange() |
Modifier and Type | Method and Description |
---|---|
void |
Trace.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 range
|
void |
Grid.axisRangeChanged(Axis axis,
Range old_range,
Range new_range) |
void |
Annotation.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 axis
|
protected boolean |
Axis.panChecked(Range temp,
double t1,
double t2)
Pan the axis and check if new range is okay
|
Modifier and Type | Method and Description |
---|---|
Range |
LinearScale.getLocalRange() |
Range |
AbstractScale.getRange()
get the scale range
|
Range |
LinearScale.getScaleRange() |
Range |
IScaleProvider.getScaleRange() |
Range |
LinearScaleTicks2.update(double min,
double max,
int length) |
Range |
LinearScaleTicks.update(double min,
double max,
int length) |
Range |
ITicksProvider.update(double min,
double max,
int length)
Update ticks.
|
Range |
LinearScaleTickLabels.update(int length)
Updates the tick labels.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractScale.internalSetRange(Range range) |
void |
LinearScale.setLocalRange(Range localRange) |
void |
AbstractScale.setRange(Range range)
set the scale range
|