public interface

YisSymbolic

org.jfree.data.xy.YisSymbolic

Class Overview

Represent a data set where Y is a symbolic values. Each symbolic value is linked with an Integer.

Summary

Public Methods
abstract String getYSymbolicValue(int series, int item)
Returns the symbolic value of the data set specified by series and item parameters.
abstract String getYSymbolicValue(Integer val)
Returns the symbolic value linked with the specified Integer.
abstract String[] getYSymbolicValues()
Returns the list of symbolic values.

Public Methods

public abstract String getYSymbolicValue (int series, int item)

Returns the symbolic value of the data set specified by series and item parameters.

Parameters
series the series index (zero-based).
item the item index (zero-based).
Returns
  • The symbolic value.

public abstract String getYSymbolicValue (Integer val)

Returns the symbolic value linked with the specified Integer.

Parameters
val value of the integer linked with the symbolic value.
Returns
  • The symbolic value.

public abstract String[] getYSymbolicValues ()

Returns the list of symbolic values.

Returns
  • The symbolic values.