public class ScatterGraph2DFunction extends Object implements ReadFunction<Graph2DResult>
Constructor and Description |
---|
ScatterGraph2DFunction(ReadFunction<?> tableData,
ReadFunction<?> xColumnName,
ReadFunction<?> yColumnName,
ReadFunction<?> tooltipColumnName) |
Modifier and Type | Method and Description |
---|---|
QueueCollector<org.epics.graphene.ScatterGraph2DRendererUpdate> |
getRendererUpdateQueue() |
Graph2DResult |
readValue()
Calculates, if needed, and then returns the value for this function.
|
public ScatterGraph2DFunction(ReadFunction<?> tableData, ReadFunction<?> xColumnName, ReadFunction<?> yColumnName, ReadFunction<?> tooltipColumnName)
public QueueCollector<org.epics.graphene.ScatterGraph2DRendererUpdate> getRendererUpdateQueue()
public Graph2DResult readValue()
ReadFunction
readValue
in interface ReadFunction<Graph2DResult>
Copyright © 2010–2015. All rights reserved.