| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Method and Description |
|---|---|
static AxisRange |
AxisRanges.absolute(double min,
double max) |
AxisRange |
TemporalGraph2DRendererUpdate.getAxisRange() |
AxisRange |
TemporalGraph2DRenderer.getAxisRange()
The current strategy to calculate the x range for the graph.
|
AxisRange |
Graph2DRendererUpdate.getXAxisRange()
Gets x-axis range.
|
AxisRange |
Graph2DRenderer.getXAxisRange()
The current strategy to calculate the x range for the graph.
|
AxisRange |
Graph2DRendererUpdate.getYAxisRange()
Gets y-axis range.
|
AxisRange |
Graph2DRenderer.getYAxisRange()
The current strategy to calculate the y range for the graph.
|
static AxisRange |
AxisRanges.integrated() |
static AxisRange |
AxisRanges.relative() |
| Modifier and Type | Method and Description |
|---|---|
T |
TemporalGraph2DRendererUpdate.axisRange(AxisRange axisRange) |
T |
Graph2DRendererUpdate.xAxisRange(AxisRange xAxisRange)
Updates the parameter for the range (max - min) of the values on the x-axis.
|
T |
Graph2DRendererUpdate.yAxisRange(AxisRange yAxisRange)
Updates the parameter for the range (max - min) of the values on the y-axis.
|
Copyright © 2012-2014 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.