The tooltip text and item label text are composed using a
java.text.MessageFormat object, that can aggregate some or all of
the following string values into a message.
createItemArray(CategoryDataset dataset, int series, int item) Creates the array of items that can be passed to the
MessageFormat class for creating labels.
Parameters: dataset - the dataset (null not permitted). Parameters: series - the series (zero-based index). Parameters: item - the item (zero-based index).
public boolean
equals(Object obj) Tests if this object is equal to another.
Parameters: obj - the other object.
Field Detail
DEFAULT_TOOL_TIP_FORMAT
final public static String DEFAULT_TOOL_TIP_FORMAT(Code)
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
Parameters: dataset - the dataset (null not permitted). Parameters: series - the series (zero-based index). Parameters: item - the item (zero-based index). The items (never null).