Class LowPercentileAttribute

java.lang.Object
org.moeaframework.analysis.plot.style.ValueAttribute<Double>
org.moeaframework.analysis.plot.style.LowPercentileAttribute
All Implemented Interfaces:
PlotAttribute

public class LowPercentileAttribute extends ValueAttribute<Double>
Defines the low percentile when producing deviation plots.
  • Field Details

  • Constructor Details

    • LowPercentileAttribute

      public LowPercentileAttribute(double lowPercentile)
      Constructs a new attribute defining the low percentile.
      Parameters:
      lowPercentile - the percentile, a value between 0.0 and 50.0
  • Method Details

    • of

      public static LowPercentileAttribute of(double lowPercentile)
      Returns an attribute defining the low percentile when producing deviation plots.
      Parameters:
      lowPercentile - the percentile, a value between 0.0 and 50.0
      Returns:
      the resulting attribute