| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Method and Description |
|---|---|
static Cell2DDataset |
Cell2DDatasets.datasetFrom(org.epics.util.array.ListNumber values,
org.epics.util.array.ListNumber xBoundaries,
org.epics.util.array.ListNumber yBoundaries) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntensityGraph2DRenderer.draw(Graphics2D g,
Cell2DDataset data)
Draws an intensity graph in the given graphics context, using the given data.
|
Copyright © 2012–2014 Brookhaven National Laboratory, University of Michigan. All rights reserved.