Class LowPercentileAttribute
java.lang.Object
org.moeaframework.analysis.plot.style.ValueAttribute<Double>
org.moeaframework.analysis.plot.style.LowPercentileAttribute
- All Implemented Interfaces:
PlotAttribute
Defines the low percentile when producing deviation plots.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLowPercentileAttribute
(double lowPercentile) Constructs a new attribute defining the low percentile. -
Method Summary
Modifier and TypeMethodDescriptionstatic LowPercentileAttribute
of
(double lowPercentile) Returns an attribute defining the low percentile when producing deviation plots.Methods inherited from class org.moeaframework.analysis.plot.style.ValueAttribute
get
-
Field Details
-
DEFAULT_VALUE
The default value.
-
-
Constructor Details
-
LowPercentileAttribute
public LowPercentileAttribute(double lowPercentile) Constructs a new attribute defining the low percentile.- Parameters:
lowPercentile
- the percentile, a value between0.0
and50.0
-
-
Method Details
-
of
Returns an attribute defining the low percentile when producing deviation plots.- Parameters:
lowPercentile
- the percentile, a value between0.0
and50.0
- Returns:
- the resulting attribute
-