Interface ILegendImageProvider2

All Known Implementing Classes:
XYChartLegendImageProvider

public interface ILegendImageProvider2
Provides a legend image. With a name, desired height and width, an image is created.
Since:
6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.swt.graphics.Image
    getLegendImage(int imageHeight, int imageWidth, @NonNull Long id)
    Returns an image that represents the legend.
  • Method Details

    • getLegendImage

      org.eclipse.swt.graphics.Image getLegendImage(int imageHeight, int imageWidth, @NonNull Long id)
      Returns an image that represents the legend.
      Parameters:
      imageHeight - Desired image height
      imageWidth - Desired image width
      id - Id associate with a legend image
      Returns:
      A legend image