public class BoxAndWhiskerValueBean extends ChartValueDto implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
label
The label of the category chart value.
|
protected List<Double> |
values
The values of the chart value.
|
ENCODING, EQUAL, name_, SEPARATOR| Constructor and Description |
|---|
BoxAndWhiskerValueBean() |
BoxAndWhiskerValueBean(String pName,
String pLabel,
List<Double> pValues) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncodedValue() |
String |
getLabel() |
List<Double> |
getValues() |
getEncodedName, getName, setNameprotected String label
public String getEncodedValue() throws UnsupportedEncodingException
getEncodedValue in class ChartValueDtoUnsupportedEncodingExceptionpublic String getLabel()
Copyright © 2014–2015 eaudefrance. All rights reserved.