public class BarPlotter
extends stream.plotter.DataVisualizer
Modifier and Type | Field and Description |
---|---|
boolean |
drawErrors |
boolean |
keepOpen |
String[] |
keys |
String |
title |
Constructor and Description |
---|
BarPlotter() |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
init(stream.ProcessContext ctx) |
stream.Data |
processMatchingData(stream.Data data) |
getHeight, getUpdateInterval, getWidth, setHeight, setUpdateInterval, setWidth
@Parameter(required=false, description="Flag indicates whether the window stays open after the process has finished", defaultValue="true") public boolean keepOpen
@Parameter(required=false, description="Flag to toggle drawing of Errorbars in plot.") public boolean drawErrors
@Parameter(required=false, description="The attributes/features to be plotted") public String[] keys
@Parameter(required=false, description="Title String of the plot", defaultValue="Default Title") public String title
public void init(stream.ProcessContext ctx) throws Exception
init
in interface stream.StatefulProcessor
init
in class stream.AbstractProcessor
Exception
public stream.Data processMatchingData(stream.Data data)
processMatchingData
in class stream.plotter.DataVisualizer
Copyright © 2019. All rights reserved.