Interface LegendItemLayout

All Known Implementing Classes:
StandardLegendItemLayout

public interface LegendItemLayout
The interface for a legend item layout manager.
  • Method Summary

    Modifier and Type Method Description
    void layoutLegendItems​(LegendItemCollection collection)
    Updates the locations of all the legend items in the collection, according to some particular layout algorithm.
  • Method Details

    • layoutLegendItems

      void layoutLegendItems​(LegendItemCollection collection)
      Updates the locations of all the legend items in the collection, according to some particular layout algorithm.
      Parameters:
      collection - the collection of legend items.