org.statcato.graph
Class ExtendedBoxAndWhiskerToolTipGenerator
- java.lang.Object
-
- org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
-
- org.jfree.chart.labels.StandardCategoryToolTipGenerator
-
- org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
-
- org.statcato.graph.ExtendedBoxAndWhiskerToolTipGenerator
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, CategoryToolTipGenerator, org.jfree.util.PublicCloneable
public class ExtendedBoxAndWhiskerToolTipGenerator extends BoxAndWhiskerToolTipGenerator
An item label generator for plots that use data from aBoxAndWhiskerCategoryDataset.The tooltip text and item label text are composed using a
MessageFormatobject, that can aggregate some or all of the following string values into a message.
If any of the values are null, then a blank string is placed in the message.0 Series Name 1 X (value or date) 2 Mean 3 Median 4 Minimum 5 Maximum 6 Quartile 1 7 Quartile 3 - See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
DEFAULT_TOOL_TIP_FORMAT
-
Fields inherited from class org.jfree.chart.labels.StandardCategoryToolTipGenerator
DEFAULT_TOOL_TIP_FORMAT_STRING
-
-
Constructor Summary
Constructors Constructor and Description ExtendedBoxAndWhiskerToolTipGenerator()Creates a default tool tip generator.ExtendedBoxAndWhiskerToolTipGenerator(java.lang.String format, java.text.NumberFormat formatter)Creates a tool tip formatter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)Tests if this object is equal to another.-
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
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jfree.chart.labels.CategoryToolTipGenerator
generateToolTip
-
-
-
-
Constructor Detail
-
ExtendedBoxAndWhiskerToolTipGenerator
public ExtendedBoxAndWhiskerToolTipGenerator()
Creates a default tool tip generator.
-
ExtendedBoxAndWhiskerToolTipGenerator
public ExtendedBoxAndWhiskerToolTipGenerator(java.lang.String format, java.text.NumberFormat formatter)Creates a tool tip formatter.- Parameters:
format- the tool tip format string.formatter- the formatter.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Tests if this object is equal to another.- Overrides:
equalsin classBoxAndWhiskerToolTipGenerator- Parameters:
obj- the other object.- Returns:
- A boolean.
-
-
DMelt 3.0 © DataMelt by jWork.ORG