| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Field and Description |
|---|---|
static InterpolationScheme |
MultiAxisLineGraph2DRenderer.DEFAULT_INTERPOLATION_SCHEME
Default interpolation scheme: nearest neighbor.
|
| Modifier and Type | Field and Description |
|---|---|
static List<InterpolationScheme> |
SparklineGraph2DRenderer.supportedInterpolationScheme
The set of interpolation schemes that are supported by the
SparklineGraph2DRenderer. |
static List<InterpolationScheme> |
ScatterGraph2DRenderer.supportedInterpolationScheme |
static List<InterpolationScheme> |
MultiAxisLineGraph2DRenderer.supportedInterpolationScheme
List of supported interpolation schemes for this renderer.
|
static List<InterpolationScheme> |
LineTimeGraph2DRenderer.supportedInterpolationScheme |
static List<InterpolationScheme> |
LineGraph2DRenderer.supportedInterpolationScheme |
| Modifier and Type | Method and Description |
|---|---|
InterpolationScheme |
SparklineGraph2DRendererUpdate.getInterpolation()
Gets the interpolation scheme of the line.
|
InterpolationScheme |
SparklineGraph2DRenderer.getInterpolation()
The current interpolation used for the line.
|
InterpolationScheme |
ScatterGraph2DRendererUpdate.getInterpolation() |
InterpolationScheme |
MultiAxisLineGraph2DRendererUpdate.getInterpolation()
Current interpolation scheme
|
InterpolationScheme |
MultiAxisLineGraph2DRenderer.getInterpolation()
The current interpolation used for the line.
|
InterpolationScheme |
LineTimeGraph2DRendererUpdate.getInterpolation() |
InterpolationScheme |
LineTimeGraph2DRenderer.getInterpolation()
The current interpolation used for the line.
|
InterpolationScheme |
LineGraph2DRendererUpdate.getInterpolation()
Current interpolation scheme
|
InterpolationScheme |
LineGraph2DRenderer.getInterpolation()
The current interpolation used for the line.
|
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 |
MultiAxisLineGraph2DRenderer.drawValueExplicitLine(org.epics.util.array.ListNumber xValues,
org.epics.util.array.ListNumber yValues,
InterpolationScheme interpolation,
ReductionScheme reduction,
int index) |
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.
|
SparklineGraph2DRendererUpdate |
SparklineGraph2DRendererUpdate.interpolation(InterpolationScheme scheme)
Sets the interpolation scheme of the line.
|
ScatterGraph2DRendererUpdate |
ScatterGraph2DRendererUpdate.interpolation(InterpolationScheme scheme) |
MultiAxisLineGraph2DRendererUpdate |
MultiAxisLineGraph2DRendererUpdate.interpolation(InterpolationScheme scheme)
Sets this object's interpolation to the given scheme.
|
LineTimeGraph2DRendererUpdate |
LineTimeGraph2DRendererUpdate.interpolation(InterpolationScheme scheme) |
LineGraph2DRendererUpdate |
LineGraph2DRendererUpdate.interpolation(InterpolationScheme scheme)
Sets this object's interpolation to the given scheme.
|
Copyright © 2012–2014 Brookhaven National Laboratory, University of Michigan. All rights reserved.