public class BoxAndWhiskerXYToolTipGenerator extends StandardXYToolTipGenerator implements XYToolTipGenerator, Cloneable, Serializable
BoxAndWhiskerXYDataset
.
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.
|
Constructor and Description |
---|
BoxAndWhiskerXYToolTipGenerator()
Creates a default item label generator.
|
BoxAndWhiskerXYToolTipGenerator(String toolTipFormat,
DateFormat dateFormat,
NumberFormat numberFormat)
Creates a new item label generator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Tests if this object is equal to another.
|
clone, generateToolTip, getTimeSeriesInstance
generateLabelString, getFormatString, getNullYString, getXDateFormat, getXFormat, getYDateFormat, getYFormat, hashCode
getClass, notify, notifyAll, toString, wait, wait, wait
generateToolTip
public static final String DEFAULT_TOOL_TIP_FORMAT
public BoxAndWhiskerXYToolTipGenerator()
public BoxAndWhiskerXYToolTipGenerator(String toolTipFormat, DateFormat dateFormat, NumberFormat numberFormat)
null
, the x-values will be formatted as dates.toolTipFormat
- the tool tip format string (null
not
permitted).numberFormat
- the number formatter (null
not
permitted).dateFormat
- the date formatter (null
permitted).public boolean equals(Object obj)
equals
in class StandardXYToolTipGenerator
obj
- the other object.Jas4pp 1.5 © Java Analysis Studio for Particle Physics