org.jfree.chart.labels
Class IntervalCategoryToolTipGenerator
- java.lang.Object
-
- org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
- org.jfree.chart.labels.StandardCategoryToolTipGenerator
-
- org.jfree.chart.labels.IntervalCategoryToolTipGenerator
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, CategoryToolTipGenerator, org.jfree.util.PublicCloneable
public class IntervalCategoryToolTipGenerator extends StandardCategoryToolTipGenerator
A tooltip generator for plots that use data from anIntervalCategoryDataset.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringDEFAULT_TOOL_TIP_FORMAT_STRINGThe default format string.
-
Constructor Summary
Constructors Constructor and Description IntervalCategoryToolTipGenerator()Creates a new generator with a default number formatter.IntervalCategoryToolTipGenerator(java.lang.String labelFormat, java.text.DateFormat formatter)Creates a new generator with the specified date formatter.IntervalCategoryToolTipGenerator(java.lang.String labelFormat, java.text.NumberFormat formatter)Creates a new generator with the specified number formatter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)Tests this tool tip generator for equality with an arbitrary object.-
Methods inherited from class org.jfree.chart.labels.StandardCategoryToolTipGenerator
generateToolTip
-
Methods inherited from class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
clone, generateColumnLabel, generateRowLabel, getDateFormat, getLabelFormat, getNumberFormat, hashCode
-
-
-
-
Field Detail
-
DEFAULT_TOOL_TIP_FORMAT_STRING
public static final java.lang.String DEFAULT_TOOL_TIP_FORMAT_STRING
The default format string.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IntervalCategoryToolTipGenerator
public IntervalCategoryToolTipGenerator()
Creates a new generator with a default number formatter.
-
IntervalCategoryToolTipGenerator
public IntervalCategoryToolTipGenerator(java.lang.String labelFormat, java.text.NumberFormat formatter)Creates a new generator with the specified number formatter.- Parameters:
labelFormat- the label format string (nullnot permitted).formatter- the number formatter (nullnot permitted).
-
IntervalCategoryToolTipGenerator
public IntervalCategoryToolTipGenerator(java.lang.String labelFormat, java.text.DateFormat formatter)Creates a new generator with the specified date formatter.- Parameters:
labelFormat- the label format string (nullnot permitted).formatter- the date formatter (nullnot permitted).
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Tests this tool tip generator for equality with an arbitrary object.- Overrides:
equalsin classStandardCategoryToolTipGenerator- Parameters:
obj- the object (nullpermitted).- Returns:
- A boolean.
-
-
DMelt 3.0 © DataMelt by jWork.ORG