Interface ILegend

All Superinterfaces:
IImageViewport
All Known Implementing Classes:
AWTColorbarLegend, AWTLegend, AWTSerieLegend, AWTSeriesLegend

public interface ILegend extends IImageViewport
  • Method Details

    • drawableChanged

      void drawableChanged(DrawableChangedEvent e)
    • updateImage

      void updateImage()
      Recompute the picture, using last used dimensions.
    • setFont

      void setFont(Font font)
    • getFont

      Font getFont()
    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • getMargin

      Margin getMargin()
    • updateMinimumDimension

      void updateMinimumDimension(IPainter painter)