Class LegendPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LegendPanel extends JPanel
The LegendPanel class displays a Legend graphic in a panel. The size of the legend may be scaled depending on the panel size.
Since:
3.2.1
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • LegendPanel

      public LegendPanel(Legend legend)
      Creates a new panel for the specified legend.
      Parameters:
      legend - the legend to display.
  • Method Details