public interface XisSymbolic
| Modifier and Type | Method and Description |
|---|---|
String |
getXSymbolicValue(Integer val)
Returns the symbolic value linked with the specified
Integer. |
String |
getXSymbolicValue(int series,
int item)
Returns the symbolic value of the data set specified by
series and item parameters. |
String[] |
getXSymbolicValues()
Returns the list of symbolic values.
|
String[] getXSymbolicValues()
String getXSymbolicValue(int series, int item)
series and item parameters.series - value of the serie.item - value of the item.Copyright © 2001–2014 JFree.org. All rights reserved.