| Package | Description | 
|---|---|
| org.diirt.graphene | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AxisRanges.Auto
An AxisRange with Auto value range. 
 | 
static class  | 
AxisRanges.Data
An AxisRange with Fixed value range. 
 | 
static class  | 
AxisRanges.Display
An AxisRange with Display value range. 
 | 
static class  | 
AxisRanges.Fixed
An AxisRange with Fixed value range. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AxisRange | 
AxisRanges.auto()
A range that grows to fit the current and past data. 
 | 
static AxisRange | 
AxisRanges.auto(double minUsage)
A range that grows to fit the current and past data, and shrinks
 if the data shrinks more than minUsage. 
 | 
static AxisRange | 
AxisRanges.data()
A range for the axis that fits the data. 
 | 
static AxisRange | 
AxisRanges.display()
The suggested range for the data. 
 | 
static AxisRange | 
AxisRanges.fixed(double min,
     double max)
A fixed range from the given values. 
 | 
AxisRange | 
TemporalGraph2DRendererUpdate.getAxisRange()  | 
AxisRange | 
TemporalGraph2DRenderer.getAxisRange()
The current strategy to calculate the x range for the graph. 
 | 
AxisRange | 
AxisRangeInstance.getAxisRange()
The AxisRange of which this object is an instance of. 
 | 
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. 
 | 
| 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 © 2015. All rights reserved.