|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface YisSymbolic
Represent a data set where Y is a symbolic values. Each symbolic value is linked with an Integer.
Method Summary | |
---|---|
String |
getYSymbolicValue(Integer val)
Returns the symbolic value linked with the specified Integer . |
String |
getYSymbolicValue(int series,
int item)
Returns the symbolic value of the data set specified by series and item parameters. |
String[] |
getYSymbolicValues()
Returns the list of symbolic values. |
Method Detail |
---|
String[] getYSymbolicValues()
String getYSymbolicValue(int series, int item)
series
and item
parameters.
series
- the series index (zero-based).item
- the item index (zero-based).
String getYSymbolicValue(Integer val)
Integer
.
val
- value of the integer linked with the symbolic value.
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |