public static class BubbleVisualization.Factory.Parameterizer<NV extends NumberVector<NV,?>> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected boolean |
fill
Fill parameter.
|
protected ScalingFunction |
scaling
Scaling function to use for Bubbles
|
Constructor and Description |
---|
BubbleVisualization.Factory.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected BubbleVisualization.Factory<NV> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
protected boolean fill
protected ScalingFunction scaling
public BubbleVisualization.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected BubbleVisualization.Factory<NV> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer