public interface PlotWeightProvider
| Modifier and Type | Method and Description |
|---|---|
default double |
getWeight()
This method returns the weight of the plot instance.
|
void |
setWeight(double weight)
This method sets the weight of the plot instance.
|