Documentation of 'org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator' Java class
BoxAndWhiskerXYToolTipGenerator
org.jfree.chart.labels

Class BoxAndWhiskerXYToolTipGenerator

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, XYToolTipGenerator, org.jfree.util.PublicCloneable


    public class BoxAndWhiskerXYToolTipGenerator
    extends StandardXYToolTipGenerator
    implements XYToolTipGenerator, java.lang.Cloneable, java.io.Serializable
    An item label generator for plots that use data from a 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.

    • 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 Detail

      • DEFAULT_TOOL_TIP_FORMAT

        public static final java.lang.String DEFAULT_TOOL_TIP_FORMAT
        The default tooltip format string.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BoxAndWhiskerXYToolTipGenerator

        public BoxAndWhiskerXYToolTipGenerator()
        Creates a default item label generator.
      • BoxAndWhiskerXYToolTipGenerator

        public BoxAndWhiskerXYToolTipGenerator(java.lang.String toolTipFormat,
                                               java.text.DateFormat dateFormat,
                                               java.text.NumberFormat numberFormat)
        Creates a new item label generator. If the date formatter is not null, the x-values will be formatted as dates.
        Parameters:
        toolTipFormat - the tool tip format string (null not permitted).
        numberFormat - the number formatter (null not permitted).
        dateFormat - the date formatter (null permitted).
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        Tests if this object is equal to another.
        Overrides:
        equals in class StandardXYToolTipGenerator
        Parameters:
        obj - the other object.
        Returns:
        A boolean.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.