
public static class ScatterPlotFactory.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
private int |
maxdim
Stores the maximum number of dimensions to show.
|
static OptionID |
MAXDIM_ID
Parameter for the maximum number of dimensions.
|
| Constructor and Description |
|---|
ScatterPlotFactory.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected ScatterPlotFactory |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID MAXDIM_ID
Code: -vis.maxdim
private int maxdim
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ScatterPlotFactory makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer