Class StandardPieToolTipGenerator

    • Constructor Detail

      • StandardPieToolTipGenerator

        public StandardPieToolTipGenerator()
        Creates an item label generator using default number formatters.
      • StandardPieToolTipGenerator

        public StandardPieToolTipGenerator​(Locale locale)
        Creates a pie tool tip generator for the specified locale, using the default format string.
        Parameters:
        locale - the locale (null not permitted).
        Since:
        1.0.7
      • StandardPieToolTipGenerator

        public StandardPieToolTipGenerator​(String labelFormat)
        Creates a pie tool tip generator for the default locale.
        Parameters:
        labelFormat - the label format (null not permitted).
      • StandardPieToolTipGenerator

        public StandardPieToolTipGenerator​(String labelFormat,
                                           Locale locale)
        Creates a pie tool tip generator for the specified locale.
        Parameters:
        labelFormat - the label format (null not permitted).
        locale - the locale (null not permitted).
        Since:
        1.0.7
      • StandardPieToolTipGenerator

        public StandardPieToolTipGenerator​(String labelFormat,
                                           NumberFormat numberFormat,
                                           NumberFormat percentFormat)
        Creates an item label generator using the specified number formatters.
        Parameters:
        labelFormat - the label format string (null not permitted).
        numberFormat - the format object for the values (null not permitted).
        percentFormat - the format object for the percentages (null not permitted).