@Parameter(required=true,
description="Title String of the plot",
defaultValue="Default Title")
public String title
keepOpen
@Parameter(required=true,
description="Flag indicates wther the window stays open after the process has finished",
defaultValue="true")
public boolean keepOpen
Constructor Detail
ScatterPlotter
public ScatterPlotter()
Method Detail
init
public void init(stream.ProcessContext ctx)
throws Exception