Documentation of 'org.statcato.graph.ExtendedBoxAndWhiskerToolTipGenerator' Java class
ExtendedBoxAndWhiskerToolTipGenerator
org.statcato.graph

Class 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 a BoxAndWhiskerCategoryDataset.

    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.

    0Series Name
    1X (value or date)
    2Mean
    3Median
    4Minimum
    5Maximum
    6Quartile 1
    7Quartile 3
    If any of the values are null, then a blank string is placed in the message.
    See Also:
    Serialized Form
    • 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:
        equals in class BoxAndWhiskerToolTipGenerator
        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.