| 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) |
static ValueColorScheme |
ValueColorSchemes.boneScale(Range range)
Returns a color scheme that varies linearly (black:dark blue:blue:light blue:white) for values within range.
|
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) |
protected void |
IntensityGraph2DRenderer.calculateZRange(Range zDataRange)
Calculates the range of the z values to be graphed based on the previous z range (if there is one).
|
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.coolScale(Range range)
Returns a color scheme that varies linearly (cyan:magenta) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.copperScale(Range range)
Returns a color scheme that varies linearly (black:dark brown:brown:light brown:tan) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.grayScale(Range range)
Returns a color scheme that varies linearly (black:white) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.hotScale(Range range)
Returns a color scheme that varies linearly (dark red:red:yellow:white) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.jetScale(Range range)
Returns a color scheme that varies linearly (dark blue:blue:cyan:yellow:red:dark red) for values within range.
|
static Cell2DDataset |
Cell2DDatasets.linearRange(Cell2DDatasets.Function2D function,
Range xRange,
int xCount,
Range yRange,
int yCount) |
static Cell2DDataset |
Cell2DDatasets.linearRange(org.epics.util.array.ListNumber data,
Range xRange,
int xCount,
Range yRange,
int yCount)
returns a Cell2DDataset, which is a 1D list of values that is treated like a 2D matrix.
|
static double |
RangeUtil.normalize(Range range,
double value) |
static ValueColorScheme |
ValueColorSchemes.pinkScale(Range range)
Returns a color scheme that varies linearly (dark red:dark pink:light pink) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.RangeGradient(Range range,
ArrayList<Color> colors,
ArrayList<Double> percentages)
Returns a ValueColorScheme that varies linearly from color to color based on percentage.
|
ValueAxis |
ValueScale.references(Range range,
int minRefs,
int maxRegs)
Returns the reference axes for a given range
|
static ValueColorScheme |
ValueColorSchemes.schemeFor(ColorScheme color,
Range range)
Creates a Value scheme associated with the Color scheme and range.
|
static ValueColorScheme |
ValueColorSchemes.singleRangeGradient(Range range,
Color minValueColor,
Color maxValueColor,
Color nanColor)
Returns a ValueColorScheme that varies linearly from one color to the next, based on range.
|
static ValueColorScheme |
ValueColorSchemes.springScale(Range range)
Returns a color scheme that varies linearly (magenta:yellow) for values within range.
|
static Range |
RangeUtil.sum(Range range1,
Range range2) |
static String |
RangeUtil.toString(Range range) |
Copyright © 2012-2014 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.