| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Statistics
The statistics of a given set of numbers.
|
| Modifier and Type | Method and Description |
|---|---|
Range |
AxisRange.axisRange(Range dataRange,
Range aggregatedRange) |
Range |
TemporalGraph2DRenderer.getAggregatedRange()
The aggregated range of all the data that has been rendered.
|
Range |
TemporalGraph2DRenderer.getPlotRange()
The range of the x axis in the last graph rendering.
|
Range |
Graph2DRenderer.getXAggregatedRange()
The aggregated range of all the data that has been rendered.
|
Range |
Graph2DRenderer.getXPlotRange()
The range of the x axis in the last graph rendering.
|
Range |
Cell2DDataset.getXRange()
The range along x.
|
Range |
Cell1DDataset.getXRange()
The range along x.
|
Range |
Graph2DRenderer.getYAggregatedRange()
The aggregated range of all the data that has been rendered.
|
Range |
Graph2DRenderer.getYPlotRange()
The range of the y axis in the last graph rendering.
|
Range |
Cell2DDataset.getYRange()
The range along y.
|
static Range |
RangeUtil.range(double minValue,
double maxValue)
Range from given min and max.
|
static Range |
RangeUtil.sum(Range range1,
Range range2) |
| Modifier and Type | Method and Description |
|---|---|
Range |
AxisRange.axisRange(Range dataRange,
Range aggregatedRange) |
protected void |
Graph2DRenderer.calculateRanges(Range xDataRange,
Range yDataRange)
Given the new data ranges, calculates the new aggregated and plot
ranges.
|
protected void |
BubbleGraph2DRenderer.calculateRanges(Range xDataRange,
Range yDataRange,
Range zDataRange) |
protected void |
TemporalGraph2DRenderer.calculateRanges(Range valueRange,
org.epics.util.time.TimeInterval timeInterval) |
static boolean |
RangeUtil.contains(Range xRange,
double value) |
static boolean |
RangeUtil.contains(Range range,
Range subrange)
Determines whether the subrange is contained in the range or not.
|
static ValueColorScheme |
ValueColorSchemes.grayScale(Range range) |
static Cell2DDataset |
Cell2DDatasets.linearRange(Cell2DDatasets.Function2D function,
Range xRange,
int xCount,
Range yRange,
int yCount) |
static double |
RangeUtil.normalize(Range range,
double value) |
ValueAxis |
ValueScale.references(Range range,
int minRefs,
int maxRegs) |
static ValueColorScheme |
ValueColorSchemes.singleRangeGradient(Range range,
Color minValueColor,
Color maxValueColor,
Color nanColor) |
static Range |
RangeUtil.sum(Range range1,
Range range2) |
static String |
RangeUtil.toString(Range range) |
Copyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.