public class BoxAndWhiskerToolTipGenerator extends StandardCategoryToolTipGenerator implements CategoryToolTipGenerator, Cloneable, org.jfree.util.PublicCloneable, Serializable
BoxAndWhiskerCategoryDataset.
The tooltip text and item label text are composed using a
MessageFormat object, that can aggregate some or all of
the following string values into a message.
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TOOL_TIP_FORMAT
The default tooltip format string.
|
DEFAULT_TOOL_TIP_FORMAT_STRING| Constructor and Description |
|---|
BoxAndWhiskerToolTipGenerator()
Creates a default tool tip generator.
|
BoxAndWhiskerToolTipGenerator(String format,
NumberFormat formatter)
Creates a tool tip formatter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Tests if this object is equal to another.
|
generateToolTipclone, generateColumnLabel, generateRowLabel, getDateFormat, getLabelFormat, getNumberFormat, hashCodegetClass, notify, notifyAll, toString, wait, wait, waitgenerateToolTippublic static final String DEFAULT_TOOL_TIP_FORMAT
public BoxAndWhiskerToolTipGenerator()
public BoxAndWhiskerToolTipGenerator(String format, NumberFormat formatter)
format - the tool tip format string.formatter - the formatter.public boolean equals(Object obj)
equals in class StandardCategoryToolTipGeneratorobj - the other object.Jas4pp 1.5 © Java Analysis Studio for Particle Physics