
public static class ResultVisualizer.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
(package private) VisualizerParameterizer |
manager
Visualization manager.
|
(package private) boolean |
single
Single view mode.
|
(package private) String |
title
Stores the set title.
|
| Constructor and Description |
|---|
ResultVisualizer.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected ResultVisualizer |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeString title
VisualizerParameterizer manager
boolean single
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ResultVisualizer makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer