Class LegendGraphic

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class LegendGraphic extends JComponent
TODO add comment here.
Version:
$Revision$ Last update : $Date$ By : $Author$
Author:
chatellier
See Also:
  • Field Details

  • Constructor Details

    • LegendGraphic

      public LegendGraphic(LegendModel m)
      Constructeur.
      Parameters:
      m - model
  • Method Details

    • setModel

      public void setModel(LegendModel m)
    • redraw

      protected void redraw(Graphics g)
      Dessine sur le graphique la legende courante.
      Parameters:
      g - graphics
    • paint

      public void paint(Graphics g)
      Overrides:
      paint in class JComponent