| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Histogram1D |
| Modifier and Type | Method and Description |
|---|---|
static Cell1DDataset |
Cell1DDatasets.datasetFrom(org.epics.util.array.ListNumber values,
org.epics.util.array.ListNumber xBoundaries)
Wraps
ListNumbers for values and boundaries into a Point1DDataset. |
static Cell1DDataset |
Cell1DDatasets.linearRange(org.epics.util.array.ListNumber values,
double minValue,
double maxValue)
Wraps a
ListNumber into a Point1DDataset. |
| Modifier and Type | Method and Description |
|---|---|
void |
AreaGraph2DRenderer.draw(Graphics2D graphics,
Cell1DDataset dataset)
Draws the area to be put behind a graph on the given Graphics2D context, given the Cell1DDataset.
|
Copyright © 2012–2014 Brookhaven National Laboratory, University of Michigan. All rights reserved.