| Package | Description |
|---|---|
| org.epics.graphene | |
| org.epics.graphene.io |
| Modifier and Type | Method and Description |
|---|---|
static Point2DDataset |
Point2DDatasets.lineData(double[] data) |
static Point2DDataset |
Point2DDatasets.lineData(double[] x,
double[] y) |
static Point2DDataset |
Point2DDatasets.lineData(double[] data,
double xInitialOffset,
double xIncrementSize) |
static Point2DDataset |
Point2DDatasets.lineData(org.epics.util.array.ListNumber data) |
static Point2DDataset |
Point2DDatasets.lineData(org.epics.util.array.ListNumber data,
double xInitialOffset,
double xIncrementSize) |
static Point2DDataset |
Point2DDatasets.lineData(org.epics.util.array.ListNumber x,
org.epics.util.array.ListNumber y) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScatterGraph2DRenderer.draw(Graphics2D g,
Point2DDataset data) |
void |
LineGraph2DRenderer.draw(Graphics2D g,
Point2DDataset data)
Draws the graph on the given graphics context.
|
| Modifier and Type | Method and Description |
|---|---|
static Point2DDataset |
CommaSeparatedValueIO.read(Reader reader) |
static Point2DDataset |
CommaSeparatedValueIO.read(String string) |
| Modifier and Type | Method and Description |
|---|---|
static String |
CommaSeparatedValueIO.write(Point2DDataset dataset) |
static void |
CommaSeparatedValueIO.write(Point2DDataset dataset,
Writer writer) |
Copyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.