| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Method and Description |
|---|---|
static Cell2DDataset |
Cell2DDatasets.datasetFrom(Cell2DDatasets.Function2D function,
org.epics.util.array.ListNumber xBoundaries,
org.epics.util.array.ListNumber yBoundaries) |
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(GraphBuffer graphBuffer,
Cell2DDataset data)
Draws an intensity graph in the given graphics context, using the given data.
|
void |
GraphBuffer.drawDataImage(int xStartPoint,
int yStartPoint,
int[] xPointToDataMap,
int[] yPointToDataMap,
Cell2DDataset data,
NumberColorMapInstance colorMap) |
Copyright © 2012–2014 Brookhaven National Laboratory, University of Michigan. All rights reserved.