Class IntervalCategoryLabelGenerator

All Implemented Interfaces:
Serializable, Cloneable, CategoryLabelGenerator, org.jfree.util.PublicCloneable

public class IntervalCategoryLabelGenerator
extends StandardCategoryLabelGenerator
implements CategoryLabelGenerator, org.jfree.util.PublicCloneable, Cloneable, Serializable
A label generator for plots that use data from an IntervalCategoryDataset.
See Also:
Serialized Form
  • Field Details

    • DEFAULT_LABEL_FORMAT_STRING

      public static final String DEFAULT_LABEL_FORMAT_STRING
      The default format string.
      See Also:
      Constant Field Values
  • Constructor Details

    • IntervalCategoryLabelGenerator

      public IntervalCategoryLabelGenerator()
      Creates a new generator with a default number formatter.
    • IntervalCategoryLabelGenerator

      public IntervalCategoryLabelGenerator​(String labelFormat, NumberFormat formatter)
      Creates a new generator with the specified number formatter.
      Parameters:
      labelFormat - the label format string (null not permitted).
      formatter - the number formatter (null not permitted).
    • IntervalCategoryLabelGenerator

      public IntervalCategoryLabelGenerator​(String labelFormat, DateFormat formatter)
      Creates a new generator with the specified date formatter.
      Parameters:
      labelFormat - the label format string (null not permitted).
      formatter - the date formatter (null not permitted).