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