Class ValueAttribute<T>
java.lang.Object
org.moeaframework.analysis.plot.style.ValueAttribute<T>
- Type Parameters:
T
- the type of the value
- All Implemented Interfaces:
PlotAttribute
- Direct Known Subclasses:
HighPercentileAttribute
,LowPercentileAttribute
,StepsAttribute
Attribute for passing a value to plotting methods.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ValueAttribute
Constructs a new value attribute.- Parameters:
value
- the value
-
-
Method Details
-
get
Returns the value stored in this attribute.- Returns:
- the value
-