| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Field and Description |
|---|---|
static List<ReductionScheme> |
LineGraph2DRenderer.supportedReductionScheme |
| Modifier and Type | Method and Description |
|---|---|
ReductionScheme |
LineGraph2DRendererUpdate.getDataReduction() |
static ReductionScheme |
ReductionScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReductionScheme[] |
ReductionScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LineGraph2DRendererUpdate |
LineGraph2DRendererUpdate.dataReduction(ReductionScheme scheme) |
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.
|
Copyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.