| 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) |
static Point2DDataset |
Point2DDatasets.lineData(Range xRange,
org.epics.util.array.ListNumber y) |
| Modifier and Type | Method and Description |
|---|---|
void |
SparklineGraph2DRenderer.draw(Graphics2D g,
Point2DDataset data)
Draws the graph on the given graphics context.
|
void |
ScatterGraph2DRenderer.draw(Graphics2D g,
Point2DDataset data) |
void |
LineGraph2DRenderer.draw(Graphics2D g,
Point2DDataset data)
Draws the graph on the given graphics context.
|
protected void |
SparklineGraph2DRenderer.drawCircle(Graphics2D g,
Point2DDataset data,
int index,
Color color)
Draws a circle of a certain color at a certain position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiAxisLineGraph2DRenderer.draw(Graphics2D g,
List<Point2DDataset> data)
Draws the graph on the given graphics context.
|
void |
LineGraph2DRenderer.draw(Graphics2D g,
List<Point2DDataset> data)
Draws a graph with multiple lines, each pertaining to a different set of data.
|
| 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–2014 Brookhaven National Laboratory, University of Michigan. All rights reserved.