| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Field and Description |
|---|---|
static List<InterpolationScheme> |
ScatterGraph2DRenderer.supportedInterpolationScheme |
static List<InterpolationScheme> |
LineTimeGraph2DRenderer.supportedInterpolationScheme |
static List<InterpolationScheme> |
LineGraph2DRenderer.supportedInterpolationScheme |
| Modifier and Type | Method and Description |
|---|---|
InterpolationScheme |
ScatterGraph2DRendererUpdate.getInterpolation() |
InterpolationScheme |
LineTimeGraph2DRendererUpdate.getInterpolation() |
InterpolationScheme |
LineTimeGraph2DRenderer.getInterpolation()
The current interpolation used for the line.
|
InterpolationScheme |
LineGraph2DRendererUpdate.getInterpolation() |
InterpolationScheme |
LineGraph2DRenderer.getInterpolation()
The current interpolation used for the line.
|
InterpolationScheme |
IntensityGraph2DRendererUpdate.getInterpolation() |
static InterpolationScheme |
InterpolationScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterpolationScheme[] |
InterpolationScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Graph2DRenderer.drawValueExplicitLine(org.epics.util.array.ListNumber xValues,
org.epics.util.array.ListNumber yValues,
InterpolationScheme interpolation,
ReductionScheme reduction)
Draws an explicit line give the interpolation and reduction schemes,
the x values and the y values.
|
protected void |
TemporalGraph2DRenderer.drawValueLine(org.epics.util.array.ListNumber xValues,
org.epics.util.array.ListNumber yValues,
InterpolationScheme interpolation) |
protected void |
Graph2DRenderer.drawValueLine(org.epics.util.array.ListNumber xValues,
org.epics.util.array.ListNumber yValues,
InterpolationScheme interpolation)
Draws an implicit line given the interpolation scheme and the x,y values.
|
ScatterGraph2DRendererUpdate |
ScatterGraph2DRendererUpdate.interpolation(InterpolationScheme scheme) |
LineTimeGraph2DRendererUpdate |
LineTimeGraph2DRendererUpdate.interpolation(InterpolationScheme scheme) |
LineGraph2DRendererUpdate |
LineGraph2DRendererUpdate.interpolation(InterpolationScheme scheme) |
IntensityGraph2DRendererUpdate |
IntensityGraph2DRendererUpdate.interpolation(InterpolationScheme scheme) |
Copyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.