| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Method and Description |
|---|---|
ValueScale |
TemporalGraph2DRendererUpdate.getValueScale() |
ValueScale |
Graph2DRendererUpdate.getXValueScale()
Gets the scaling tool to scale down the values on the x-axis.
|
ValueScale |
Graph2DRendererUpdate.getYValueScale()
Gets the scaling tool to scale down the values on the y-axis.
|
static ValueScale |
ValueScales.linearScale()
Returns a linear scale to handle value scaling.
|
static ValueScale |
ValueScales.logScale()
Returns a logarithmic scale to handle value scaling.
|
| Modifier and Type | Method and Description |
|---|---|
T |
TemporalGraph2DRendererUpdate.valueScale(ValueScale valueScale) |
T |
Graph2DRendererUpdate.xValueScale(ValueScale xValueScale)
Updates the parameter for the scaling on the x-axis.
|
T |
Graph2DRendererUpdate.yValueScale(ValueScale yValueScale)
Updates the parameter for the scaling on the y-axis.
|
Copyright © 2012-2014 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.