| Package | Description |
|---|---|
| org.diirt.datasource.graphene | |
| org.diirt.datasource.sample.graphene | |
| org.diirt.javafx.graphene |
| Modifier and Type | Class and Description |
|---|---|
class |
BubbleGraph2DExpression |
class |
HistogramGraph2DExpression |
class |
IntensityGraph2DExpression |
class |
LineGraph2DExpression |
class |
MultiAxisLineGraph2DExpression |
class |
MultilineGraph2DExpression |
class |
ScatterGraph2DExpression |
class |
SparklineGraph2DExpression |
| Modifier and Type | Field and Description |
|---|---|
protected Graph2DExpression<T> |
BaseGraphApp.graph |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Graph2DExpression<T> |
BaseGraphApp.createExpression(String dataFormula) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IntensityGraphApp.update(Graph2DExpression<IntensityGraph2DRendererUpdate> graph) |
| Modifier and Type | Method and Description |
|---|---|
Graph2DExpression<IntensityGraph2DRendererUpdate> |
IntensityGraphView.createExpression(String dataFormula) |
Graph2DExpression<MultiAxisLineGraph2DRendererUpdate> |
MultiAxisLineGraphView.createExpression(String dataFormula) |
Graph2DExpression<LineGraph2DRendererUpdate> |
LineGraphView.createExpression(String dataFormula) |
Graph2DExpression<BubbleGraph2DRendererUpdate> |
BubbleGraphView.createExpression(String dataFormula) |
Graph2DExpression |
HistogramGraphView.createExpression(String dataFormula) |
Graph2DExpression<LineGraph2DRendererUpdate> |
MultilineGraphView.createExpression(String dataFormula) |
abstract Graph2DExpression<T> |
BaseGraphView.createExpression(String dataFormula)
Creates an expression that the data source can understand from the
provided data formula.
|
Graph2DExpression<ScatterGraph2DRendererUpdate> |
ScatterGraphView.createExpression(String dataFormula) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IntensityGraphView.update(Graph2DExpression<IntensityGraph2DRendererUpdate> graph) |
Copyright © 2015. All rights reserved.