Class StandardLegendItemInfo

java.lang.Object
org.jfree.chart3d.legend.StandardLegendItemInfo
All Implemented Interfaces:
LegendItemInfo

public class StandardLegendItemInfo extends Object implements LegendItemInfo
A standard implementation of the LegendItemInfo interface.
  • Constructor Details

    • StandardLegendItemInfo

      public StandardLegendItemInfo(Comparable<?> seriesKey, String label, Color color)
      Creates a new instance.
      Parameters:
      seriesKey - the series key (null not permitted).
      label - the label (null not permitted).
      color - the color (null not permitted).
    • StandardLegendItemInfo

      public StandardLegendItemInfo(Comparable<?> seriesKey, String label, String description, Color color, Shape shape)
      Creates a new instance with the specified attributes.
      Parameters:
      seriesKey - the series key (null not permitted).
      label - the label (null not permitted).
      description - the description (null permitted).
      color - the color (null not permitted).
      shape - the shape (null permitted).
  • Method Details