| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Method and Description |
|---|---|
NumberColorMapInstance |
NumberColorMap.createInstance(Range range)
Given the range of the values to be displayed, creates an instance
that can map values to colors.
|
static NumberColorMapInstance |
NumberColorMaps.optimize(NumberColorMapInstance instance,
Range range)
Returns a new optimized instance created by pre-calculating the colors
in the given range and storing them in an array.
|
static NumberColorMapInstance |
NumberColorMaps.optimize(NumberColorMapInstance instance,
Range oldRange,
Range newRange)
TODO: what is this about?
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphBuffer.drawDataImage(int xStartPoint,
int yStartPoint,
int[] xPointToDataMap,
int[] yPointToDataMap,
Cell2DDataset data,
NumberColorMapInstance colorMap) |
static NumberColorMapInstance |
NumberColorMaps.optimize(NumberColorMapInstance instance,
Range range)
Returns a new optimized instance created by pre-calculating the colors
in the given range and storing them in an array.
|
static NumberColorMapInstance |
NumberColorMaps.optimize(NumberColorMapInstance instance,
Range oldRange,
Range newRange)
TODO: what is this about?
|
Copyright © 2012–2014 Brookhaven National Laboratory, University of Michigan. All rights reserved.