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 TypeMethodDescriptionorg.eclipse.swt.graphics.ImagegetLegendImage(int imageHeight, int imageWidth, @NonNull Long id) Returns an image that represents the legend.
-
Method Details
-
getLegendImage
Returns an image that represents the legend.- Parameters:
imageHeight- Desired image heightimageWidth- Desired image widthid- Id associate with a legend image- Returns:
- A legend image
-