public class IntervalCategoryToolTipGenerator extends StandardCategoryToolTipGenerator
IntervalCategoryDataset
.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TOOL_TIP_FORMAT_STRING
The default format string.
|
Constructor and Description |
---|
IntervalCategoryToolTipGenerator()
Creates a new generator with a default number formatter.
|
IntervalCategoryToolTipGenerator(String labelFormat,
DateFormat formatter)
Creates a new generator with the specified date formatter.
|
IntervalCategoryToolTipGenerator(String labelFormat,
NumberFormat formatter)
Creates a new generator with the specified number formatter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Tests this tool tip generator for equality with an arbitrary
object.
|
generateToolTip
clone, generateColumnLabel, generateRowLabel, getDateFormat, getLabelFormat, getNumberFormat, hashCode
public static final String DEFAULT_TOOL_TIP_FORMAT_STRING
public IntervalCategoryToolTipGenerator()
public IntervalCategoryToolTipGenerator(String labelFormat, NumberFormat formatter)
labelFormat
- the label format string (null
not
permitted).formatter
- the number formatter (null
not permitted).public IntervalCategoryToolTipGenerator(String labelFormat, DateFormat formatter)
labelFormat
- the label format string (null
not
permitted).formatter
- the date formatter (null
not permitted).public boolean equals(Object obj)
equals
in class StandardCategoryToolTipGenerator
obj
- the object (null
permitted).Jas4pp 1.5 © Java Analysis Studio for Particle Physics