Save This Page
Home » jcommon-1.0.13 » org.jfree » data » xy » [javadoc | source]
org.jfree.data.xy
public interface: YisSymbolic [javadoc | source] Represent a data set where Y is a symbolic values. Each symbolic value is linked with an Integer.
Method from org.jfree.data.xy.YisSymbolic Summary:
getYSymbolicValue,   getYSymbolicValue,   getYSymbolicValues
Method from org.jfree.data.xy.YisSymbolic Detail:
 public String getYSymbolicValue(Integer val)
    Returns the symbolic value linked with the specified Integer.
 public String getYSymbolicValue(int series,
    int item)
    Returns the symbolic value of the data set specified by series and item parameters.
 public String[] getYSymbolicValues()
    Returns the list of symbolic values.