org.jfree.data.xy
public interface YisSymbolic
Method Summary | |
---|---|
String | getYSymbolicValue(int series, int item)
Returns the symbolic value of the data set specified by
series and item parameters.
|
String | getYSymbolicValue(Integer val)
Returns the symbolic value linked with the specified
Integer .
|
String[] | getYSymbolicValues()
Returns the list of symbolic values.
|
series
and item
parameters.
Parameters: series the series index (zero-based). item the item index (zero-based).
Returns: The symbolic value.
Integer
.
Parameters: val value of the integer linked with the symbolic value.
Returns: The symbolic value.
Returns: The symbolic values.