
public static class BubbleVisualization.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | fillFill parameter. | 
| static OptionID | FILL_IDFlag for half-transparent filling of bubbles. | 
| protected ScalingFunction | scalingScaling function to use for Bubbles | 
| static OptionID | SCALING_IDParameter for scaling functions
 
 
 Key:  -bubble.scaling | 
| Constructor and Description | 
|---|
| BubbleVisualization.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BubbleVisualization | makeInstance()Make an instance after successful configuration. | 
| protected void | makeOptions(Parameterization config)Add all options. | 
configure, makepublic static final OptionID FILL_ID
 Key: -bubble.fill
 
public static final OptionID SCALING_ID
 Key: -bubble.scaling
 
protected boolean fill
protected ScalingFunction scaling
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected BubbleVisualization makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer