public class ScatterValueBean extends ChartValueDto implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
xValue
The x value the scatter chart value.
|
protected String |
yValue
The y value the scatter chart value.
|
ENCODING, EQUAL, name_, SEPARATOR| Constructor and Description |
|---|
ScatterValueBean() |
ScatterValueBean(String pName,
Double pXValue,
Double pYValue) |
ScatterValueBean(String pName,
int pXValue,
int pYValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncodedValue() |
String |
getXValue() |
String |
getYValue() |
getEncodedName, getName, setNameprotected String xValue
protected String yValue
public ScatterValueBean()
public ScatterValueBean(String pName, int pXValue, int pYValue)
public String getEncodedValue() throws UnsupportedEncodingException
getEncodedValue in class ChartValueDtoUnsupportedEncodingExceptionpublic String getXValue()
public String getYValue()
Copyright © 2014–2015 eaudefrance. All rights reserved.